HOWTO : T50 on Ubuntu Desktop 12.04 LTS
T50 Experimental Mixed Packet Injector (f.k.a. F22 Raptor) is a tool designed to perform "Stress Testing". The concept started on 2001, right after release
'nb-isakmp.c', and the main goal was having a tool to perform TCP/IP protocol fuzzer, covering common regular protocols, such as: ICMP, TCP and UDP.
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 :
Step 2 :
To run it.
That's all! See you.
'nb-isakmp.c', and the main goal was having a tool to perform TCP/IP protocol fuzzer, covering common regular protocols, such as: ICMP, TCP and UDP.
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.