IP-Flooder is a Bash script designed to execute SYN flood attacks on local network hosts for testing and educational purposes.
This repo contains a Bash script to perform SYN flood attacks on local network hosts using hping3 and ipcalc. Perfect for network testing and education.
This tool is primarily used by penetration testers and network security professionals to simulate SYN flood attacks within a controlled environment. It allows users to validate network defenses and understand the impact of such attacks on local hosts.
Use this script responsibly and only in environments where you have explicit permission to perform such actions. The author is not responsible for any misuse or damage caused by using this script.
Install hping3 and ipcalc using your package manager.
For Linux (Ubuntu/Debian): sudo apt-get install hping3 ipcalc
For Windows: Install hping using choco and use WSL for ipcalc.
For macOS: brew install hping ipcalc or brew install ipcalc-ng.
git clone https://github.com/B3TA-BLOCKER/IP-Flooder.git
Clones the repository to your local machine.
cd IP-Flooder
Navigates to the project directory.
chmod +x main.sh
Makes the script executable.
sudo ./main.sh
Runs the script with superuser privileges to initiate the SYN flood attack.