from scapy.all import sr1,IP,ICMP p=sr1(IP(dst=sys.argv[1])/ICMP()) if p: p.show(). This example demonstrates dissected return packets.
確定! 回上一頁