There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.