DeathRansom is a ransomware developed in python, with bypass technics, for educational purposes.
What is a ransomware?
A ransomware is malware that encrypts all your files and shows a ransom request, which tells you to pay a set amount, usually in bitcoins (BTC), in a set time to decrypt your files, or he will delete your files.
How it works?
First, the script checks if it’s in a sandbox, debugger, vm, etc, and try bypass it.
It then encrypts all files starting with the defined directory on the line 60 in deathransom.py.
Then, downloads the ransom request script, disable cmd, taskmanager and the registry tools. And starts the counter to delete the files.
How to use?
pip install -r requirements.txt and python3 -m pip install PyQt5python generate_key.pypyinstaller --onefile --windowed <FILE>pyinstaller --onefile --windowed main.pyAlso Read – 5 Simple Ways to Hack Gmail Accounts 2020
Bypass Technics
How to edit the Ransom Request?
To edit, you need install the PySide2. Open the main.ui file, and edit what you want.
Demo Video
The id command prints user and group identity for any account on the system. It shows the…
sed processes input line by line, applies your commands, and writes the result to standard output.…
Linux provides two main tools for renaming directories: mv for single renames and the rename utility for batch pattern-based…
The w command in Linux shows who is currently logged in to the system and what each…
The sysctl command reads and modifies Linux kernel parameters from the command line. Changes take effect immediately…
The whereis command locates the binary, source, and manual page files for a given command. Unlike which, it…