An open API service indexing awesome lists of open source software.

https://github.com/globalpolicy/purebasicrat

A Remote Administration Tool for windows, built in PureBasic using the Telegram Bot API
https://github.com/globalpolicy/purebasicrat

admin api bot control purebasic remote telegram tool

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
    ```



  17. /rclick


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

    ```
    /rclick
    ```



  19. /mclick


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

    ```
    /mclick
    ```


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

```
/command
```