摘要: #!/usr/bin/python import sys from scapy.all import * import time iface="eth0" if len(sys.argv)>=2: iface=sys.argv[1] while(1): packet= Ether(src=RandM 阅读全文
posted @ 2018-05-20 20:11 echo_d 阅读(255) 评论(0) 推荐(0) 编辑