Skip to content

d0ngle8k/Simple-ransomware-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Ransomware-Project

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.

Document

https://deepwiki.com/DogguG/Simple-Ransomware-

Installation

**First, clone this repository (make sure you already install gitbash) **

git clone https://github.com/DogguG/Simple-Ransomware-
https://git-scm.com/downloads

Next install Python version 3.12.4

https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exe

Next, create a virtual environment

Active Virtual Environment using below command.

.\.venv\Scripts\activate

Make 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-exe

Choose rans.py and icon from img folder.

Select folder contain img and .venv.

Select transfer .py to .exe.

For more information, please go to tutorial by clicking below icon

YouTube Tutorial

YouTube Video YouTube Video

Udemy Tutorial

Udemy Course Udemy Course

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages