import scapy.all as scapy from scapy.layers import http def sniff(interface): scapy.sniff(iface=interface, store=False ...
確定! 回上一頁