You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: