
Requirements : any Ubuntu based Linux (ex. Linux mint, Ubuntu, etc etc.)
the first step is to install a program called "siege" this is a command line program. this hack is a pretty small one.
This program is actually used by administrator to check the strength of their website
which essentially means we can also use it to overload the site and crash it.
The simple steps for installation are
- go to your terminal
- type in sudo apt-get install siege
- type your admin password
- it will install
- go to your terminal
- type siege -c20 <<website name>> (example: siege -c20 www.example.com)
- press enter
- it will start the "battle"
- to stop the attack close the terminal ot press "ctrl+z"
Comments
Post a Comment