Sunday, 20 May 2012

CREATE A VIRUS TO BLOCK WEBSITES


Today i am going to write a post on a simple virus written in C. It will block websites on your computer system.Once the virus is clicked, it will block the some specific websites on victim’s computer. The website which you want to block is mentioned in the source code of the program. Change the list according to your choice.


Download source code of Virus Here:

How to use:

  • You need to have a C compiler for that.
  • Compile and build the C program and generate the EXE file.
  • Run the EXE on your computer to check it’s working. 
  • Go to the browser and try to open google or facebook. ;)
  • to unblock those websites. try the procedure given in my older post How to block a website without any software and delete the new entries in the file hosts created by this virus.
  • Now send this EXE to the victim as a game or any other software.

No comments:

Post a Comment