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 PyQt5
python generate_key.py
pyinstaller --onefile --windowed <FILE>
pyinstaller --onefile --windowed main.py
Also 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
Prompt injection is a type of security vulnerability that can be exploited to control the…
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…
Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…
In today’s digital age, convenience often comes at the cost of security. One such overlooked…
Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…
garak checks if an LLM can be made to fail in a way we don't…