Saturday 4 February 2012

How to create a virus in “C” to block websites


Welcome to Hackers World!!!!!

Today i am going to write a post on a simple virus written in C. It will block websites on your computer system. I am implementing that process by a C program to create it as a virus. 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:

http://www.ziddu.com/download/18504818/Virus-createdbyTarunArora.rar.html


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 Just delete the new entries in the file hosts created by this virus.  C:/windows/system32/drivers/ect/hosts
  • Now send this EXE to the victim through the email as a game or any other software.



THIS IS FOR EDUCATIONAL PURPOSE. PLEASE DO NOT USE THIS TO HARM ANYONE

Thanks for Reading This Article. Hope you will like…


Be a Good Hacker and Save the Nation!!!!!

Thanks & Regards
Tarun Arora






No comments:

Post a Comment

Note: only a member of this blog may post a comment.