Python scapy網絡包嗅探模塊(轉載)

1.竊取Email認證 1.1創建一個簡單的嗅探器,捕獲一個數據包,packet.show()函數解析了其中的協議信息並輸出了包的內容。 from scapy.all import * def packet_callbacke(packet): print packet.show() sniff(prn=packet_callbacke,count=1) 得到 python mail.p
相關文章
相關標籤/搜索