Ransomware is a type of malware that encrypts a victim’s files. The attacker then demands a ransom from the victim to restore access to the data upon payment. While ransomware has technically been around since the 90’s, its only in the past five years or so that it has really taken off, largely because of the availability of untraceable payment methods like Bitcoins. Here I’ve created a PHP file that will encrypt all the files and directories from the server’s root directory and only inside the server’s web root directory. It is purely made for educational purpose to make technocrats understand how the ransomware actually works.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
Ransomware is created with PHP to make technocrats understand how it actually works.
af35d09View on GitHub