0xbharath / art-of-packet-crafting-with-scapy

A workshop on Packet Crafting using Scapy.
https://scapy.disruptivelabs.in/
Apache License 2.0
147 stars 38 forks source link

Fin scan on closed port and open port #6

Open dy20082250 opened 4 years ago

dy20082250 commented 4 years ago

according to my test the statement is like this: fin_packet = IP(dst='www.baidu.com')/TCP(dport=80,flags="F") resp = sr1(fin_packet) no matter 80 is open or closed ,the resp is RA

0xbharath commented 4 years ago

Will look into this behaviour.