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
- Host: GitHub
- URL: https://github.com/globalpolicy/purebasicrat
- Owner: globalpolicy
- License: mit
- Created: 2020-05-11T05:21:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T11:04:05.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T11:53:19.352Z (about 1 year ago)
- Topics: admin, api, bot, control, purebasic, remote, telegram, tool
- Language: PureBasic
- Homepage:
- Size: 69.3 KB
- Stars: 17
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- /info
Retrieves basic information about the host machine.
- /sreenshot
Retrieves the screenshot of the host machine.
- /getkeylog
Retrieves the keystrokes recorded on the host machine.
- /msgbox
Displays a messagebox on the host machine. Must be in the form:
```
/msgbox Title;;Message
```
- /blockinput
Blocks keyboard and mouse inputs for a maximum of 60 seconds on the host machine.
- /unblockinput
No points for guessing.
- /keypress
Simulate a series of keystrokes. Must be in the form:
```
/keypress Something to type here
```
- /lclick
Simulate left mouse button click. Must be in the form:
```
/lclick
```
- /rclick
Simulate right mouse button click. Must be in the form:
```
/rclick
```
- /mclick
Simulate middle mouse button click. Must be in the form:
```
/mclick
```
>Prepend a machine ID for targetted command. E.g:
```
/command
```