It also can simulate Distributed Denial-of-Service and Denial-of-Service attacks, validating firewall rules, router ACLs, Intrusion Detection System and Intrusion Prevention System policies.
Step 1 :
sudo -sH
cd /opt
git clone https://github.com/merces/t50.git
cd t50
make
make install
Step 2 :
To run it.
sudo -sH
cd /opt/t50
./t50 192.168.10.100 --flood --turbo --dport 80 -S TCP UDP EIGRP OSPF
That's all! See you.