art-of-packet-crafting-with-scapy
art-of-packet-crafting-with-scapy copied to clipboard
Fin scan on closed port and open port
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
Will look into this behaviour.