Skip to content

Commit

Permalink
Create HowToUse.md for TelegramRemoteCodeExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry authored Sep 14, 2021
1 parent c00b728 commit d38eb47
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions malwares/TelegramRemoteCodeExecutor/HowToUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# How to use Telegram Remote Code Executor

- Get Token for bot from [Telegram BotFather](https://t.me/botfather) and update `API_KEY` on line 7 of `TelegramRemoteCodeExecutor.py`
- Get Attacker's User ID from [UserInfoBot](https://t.me/userinfobot) or run TelegramRemoteCodeExecutor.py and use `/start` command to get user id and then update `CHAT_ID` on line 8 of `TelegramRemoteCodeExecutor.py`
- Create trojan/malware using `pyinstaller` and 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 |

0 comments on commit d38eb47

Please sign in to comment.