MBR virus
MBR virus, with infect count panel.
It’s been a little under a year since I made this repo. I had known the whole “overwrite the MBR with 512 bytes of 0” trick for a while, but it’s kinda lame to just brick the computer.
So I did more research… and found some code to overwrite it with a custom message. But that wasn’t enough.
Originally, you ran the program, it wrote our own code to the master boot record, and the user had to restart for it to take affect. That’s lame.
so I added these features
There are also instructions in the main cpp file for how to set it up. It isn’t hard.
hugs are worth more than handshakes
EDUCATIONAL PURPOSES ONLY! I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS
First setup a web server with PHP. I use apache. I have not tested with nginx, or XAMPP.
then move the panel files to the root folder of your web server (with apache it’s /var/www/html/ by default)
create a new file called “visitors.txt” in the same directory as the panel files and make sure to leave it empty. You can do this on linux with the command touch visitors.txt
finally, run the command chmod 777 *
in the folder with the panel files.
then, open a browser and type your server’s IP.
Make a pull request, or download as a zip
Visual Studio 2017 is required. This application has been tested in x64
This project is licensed under the MIT License - see the LICENSE.md file for details