🌈 搜索
📅  最后修改于: 2022-03-11 14:58:20.083000             🧑  作者: Mango
from scapy import * def chgSend(x): x[IP].dst = '192.168.1.1' send(x) while 1: sniff(prn=chgSend)