DoS Attack Framework is a whiptail project that facilitate to perform DOS attack with hping3 tool. Whiptail is a TUI(Text User Interface) environment running in linux terminal.
First of all, you must be root privileges to run this script. When the script runs, you will see the welcome message screen. To pass the next screen hit enter. You will see an alert in that screen.
DO NOT USE FOR MALICIOUS ACTIVITY.
When you pass the alert message, you must enter target IP and port address. If you select cancel with tab button, you exit from the script interface.
After target information, you can select the attack type from that menu.
After that you will see a confirmation message. If you select yes, the attack will start. If you select no, you come back the menu.
DoS Attack Framework uses hping3 and Whiptail. So you have to make sure them already installed. The script is only runs on a linux machine.
After ensuring the perform prerequisites, you can download dos-console.sh file from this repository. First of all, ensure the hping variable in the script is true directory of the hping3 tool. Then, you can position the script file in the directory you want and grant execution permission. If you move the script in the /bin directory you can easily run the script with 'dos-console' command. Remember you must be root priveleges to run this script.
sudo su
chmod +x dos-console.sh
./dos-console.sh
If you find a bug you can report from github. The project is open any contribution.