omkarsuram / SDN-DDoS

SDN-DDOS simulation using mininet and pox controller. ddos.py is run in pox controller along with l3_learning.py script. ddos_printer script is used to generate sync flood when run on one of the host in the mininet topology.
18 stars 9 forks source link

Question #2

Closed trungpq1202 closed 5 years ago

trungpq1202 commented 5 years ago

Hi guys, When I run ddos_printer.py (I run this code first), the xterm window shows the hping statistic & there is a line that I don't understand --- 10.10.1.3 hping statistic --- 64 packets transmitted, 0 packets received, 100% packet loss ... This means 64 packets were transmitted from a spoofed IP source address to 10.10.1.3 BUT 10.10.1.3 doesn't receive any of them => So the attack failed before detection & mitigation were performed?

NOTE: I haven't run the ddos.py in the POX window yet (attack first, detect later)