Archive for the ‘Virus Hacking’ Category

Hey guyz, as we already told our Fb Fans that we were working on the Forum for our site Learn Hacking. I am very happy to announce that its officially live. You may visit it by clicking the tab “Forum” at the top of the site or may open it by visiting http://learnhacking.in/forum/ So just wanted to introduce you guyz with [...]

In the previous post of Learn Hacking we shared the Beginners Level Ethical Hacking syllabus. In this post we are going to take it to the next level and share the Advance Level Ethical Hacking Syllabus with you all. This syllabus is an amalgam of various advance level Ethical Hacking syllabus like Penetration Tester Syllabus , Network Security Expert Syllabus , Web Application Security Expert, Exploit Writing Syllabus etc. It is not easy to categorize all of them separately however I will try to draw a [...]

Hey Friends! This time at Learn Hacking, instead of any hack we have brought a Topic of Healthy Discussion for you. Should you Buy An Original Antivirus or not? Everyone out here might have a different approach and a different answer to this question. Well I am just going to give you pros and cons [...]

Hey guys, http://learnhacking.in is back with another “Free Ethical Hacking for all”. As our Facebook Fans are very well aware of this event. This is our Fourth Workshop. This time we wanted to make it really big so we are taking it From our site’s fan page to our sites forum so that its reach [...]

Hey guyz, today at http://learnhacking.in we are going to discuss “5 Most Common Mistakes Done by Beginners in the field of Hacking“ or we can say “5 things Every New Beginner Hacker Should Know”. This post is for everyone out there who actually want to become a true hacker:- 1) Never trust sites that ask [...]

After seeing several questions about trojan traffic directed at ports as 31337 and 12345 I’ve put together a list of all trojans known to me and the default ports they are using. Of course several of them could use any port, but I hope this list will maybe give you a clue of what might [...]

Have you ever wondered how to test your Antivirus software to ensure it’s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will work on any antivirus and was developed by European Institute of Computer Antivirus Research. This process can be used by people, companies and antivirus [...]

You can remove this worm by manual method, or using a removal tool. Manual Method Here are simple steps following which you can get the worm removed from your system: 1. Download this file:Registry_Repair. 2. Double click on that downloaded registry file, you will be asked weather you’re sure to add this to registry, click [...]

Create Virus in C

Posted: 28th July 2010 by Ravi Chopra in C Programs, Virus Hacking

This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file. Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another [...]

I suppose everyone using Computer might have come across the term Virus but have you ever wondered about creating one? In this post I will tell you how to create a virus in C that restarts computer on startup You need to compile the code given in C compiler and make it yours. Source Code [...]