chiragbiradar / DDoS-Attack-Detection-and-Mitigation

SDN networks (Software Defined Networking ) are exposed to new security threats and attacks, especially Distributed Denial of Service (DDoS) attacks. For this aim, we have proposed a model able to detect and mitigate attacks automatically in SDN networks using Machine Learning (ML)
http://www.fiverr.com/s/m5Y8Z6x
MIT License
131 stars 24 forks source link

TCP Flags #16

Open ehte8989 opened 6 months ago

ehte8989 commented 6 months ago

You didn't add tcp flags so I did it for you to add. tcp_flags = packet[TCP].flags tcp_flags |= (TCP.FLAG_SYN | TCP.FLAG_URG | TCP.FLAG_ACK | TCP.FLAG_PSH | TCP.FLAG_FIN | TCP.FLAG_RST)