
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
A Powerful Ransomware Tool for Security Testing Used by ReadTeams
Video Tutorial
·
Report Bug
·
Request Free Keygen
Jasmin is a different kind of ransomware worm by which many of your documents, photos, videos, database and other important files are no longer accessible because they have been encrypted and it becomes impossible for users to access their files without decryption tool and valid key.
This Tool is Developed to help Red teams and ethical hackers simulating a real ransomware attack.
There is really no shortcut for something like this. It's not enough to just know what files could be encrypted, and you certainly don't need a tool to tell you that.
This is a ransomware simulator that can safely encrypt some files on your computer, to let you know if your defenses are actually working. Jasmin Ransomware is developed by security researcher siddhant gour.
Why use Jasmin for security testing ?: ?:
Visual Studio 2019 or later
Xampp Server (Windows) or LAMP Server(Linux)
Ngrok for port forwarding
git clone https://github.com/codesiddhant/jasmin-ransomware.git
Copy the all the files in webpanel directory to htdocs or (/var/www/html)
Open Mysql Shell
mysql -h localhost -u root
CREATE DATABASE jasmin_db;
CREATE USER 'jasminadmin'@'localhost' IDENTIFIED BY '123456';
GRANT ALL PRIVILEGES ON jasmin_db.* TO 'jasminadmin'@'localhost';
Exit
mysql -u jasminadmin -p123456 jasmin_db < htdocs/database/jasmin_db.sql
Open Google Chrome and visit http://localhost/
Use default credentials
Distributed under the MIT License. See LICENSE for more information.
Username : siddhant
Access Code : 123456
Note: You should have installed visual studio 2019 or later in your machine
ngrok http localhost:80