An open API service indexing awesome lists of open source software.

https://github.com/iamtraction/forkbombs

:(){ :|: };: 💣 Fork bombs (wabbits) in many languages. Spot them before executing any code so that you can prevent yourself from accidentally nuking your device.
https://github.com/iamtraction/forkbombs

attack denial-of-service fork-bomb hacktoberfest resource-starvation service-attack wabbit

Last synced: about 1 month ago
JSON representation

:(){ :|: };: 💣 Fork bombs (wabbits) in many languages. Spot them before executing any code so that you can prevent yourself from accidentally nuking your device.

Awesome Lists containing this project

README

          

# Fork Bomb
A **fork bomb** (also called **rabbit virus** or **wabbit**) is a [denial-of-service
attack] wherein a [process] continually replicates itself to deplete available
system resources, slowing down or crashing the system due to [resource starvation].
\- Source: [Wikipedia](https://en.wikipedia.org/wiki/Fork_bomb)

[denial-of-service attack]: https://en.wikipedia.org/wiki/Denial-of-service_attack
[process]: https://en.wikipedia.org/wiki/Process_(computing)
[resource starvation]: https://en.wikipedia.org/wiki/Resource_starvation

> **DISCLAIMER**
> All the information provided in this repository are for **educational purposes
> only**. This information will help you gain entry into the minds of seasoned
> computer criminals, so that you can forestall their attempts and pre-empt
> their harmful attacks, you will be hence well equipped to detect the ways in
> which crackers can attack your system.
> **I'm in no way responsible for any misuse of the information.**