Skip to content

globalpolicy/PureBasicRAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureBasicRAT

A Remote Administration Tool for windows, built using PureBasic

Uses the Telegram Bot API as the communication channel to the server
Create a bot of your own by consulting @BotFather and use the bot token in the builder.
You also need to provide your user id which you can get by consulting @useridbot or the like.

Currently, it supports the following commands:

  1. /info
  2. Retrieves basic information about the host machine.

  3. /sreenshot
  4. Retrieves the screenshot of the host machine.

  5. /getkeylog
  6. Retrieves the keystrokes recorded on the host machine.

  7. /msgbox
  8. Displays a messagebox on the host machine. Must be in the form:

    /msgbox Title;;Message
    

  9. /blockinput
  10. Blocks keyboard and mouse inputs for a maximum of 60 seconds on the host machine.

  11. /unblockinput
  12. No points for guessing.

  13. /keypress
  14. Simulate a series of keystrokes. Must be in the form:

    /keypress Something to type here
    

  15. /lclick
  16. Simulate left mouse button click. Must be in the form:

    /lclick <repetitions> <interval between subsequent clicks in milliseconds>
    

  17. /rclick
  18. Simulate right mouse button click. Must be in the form:

    /rclick <repetitions> <interval between subsequent clicks in milliseconds>
    

  19. /mclick
  20. Simulate middle mouse button click. Must be in the form:

    /mclick <repetitions> <interval between subsequent clicks in milliseconds>
    

Prepend a machine ID for targetted command. E.g:

<ID>/command

About

A Remote Administration Tool for windows, built in PureBasic using the Telegram Bot API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published