This software is intended only for educational, research, and testing purposes on your own systems. Unauthorized use is illegal. The developer assumes no responsibility for misuse.
Nero is a high-performance network testing tool designed to simulate SYN Flood attacks.
It allows you to:
- Assess the resilience of systems against SYN flood attacks
- Test firewalls, IDS/IPS, and other security solutions
- Provide realistic scenarios for network administrators and security researchers
Install the required packages:
git clone https://github.com/thekiran/nero.git
sudo apt update
sudo apt install libcurl4-openssl-dev libcjson-dev libldns-dev libncurses-dev
cd nero
make
make install
sudo nero