How to use Telegram Remote Code Executer
- Get Token for bot from Telegram BotFather and update
API_KEYon line 7 ofTelegramRemoteCodeExecutor.py - Get Attacker's User ID from UserInfoBot or run TelegramRemoteCodeExecutor.py and use
/startcommand to get user id and then updateCHAT_IDon line 8 ofTelegramRemoteCodeExecutor.py - Create trojan/malware using
pyinstallerand send it to victim - When victims runs malware program, attacker will be notified through the bot on telegram
- Attacker can use commands to exploit the machine remotely through Telegram over the internet
| Command | Description | Params |
|---|---|---|
| /start | starts interaction with the bot and returns command issuer details | None |
| /help | returns help menu | None |
| /exec | executes command on vitcim's machine | command |
| /cd | change current working directory to specified path | path |
| /ls | list all the directories and folders in the current working directory | None |
| /download | download file from the victims machine to attacker's via telegram chat | relative or complete file path |