python黑編——IP包嗅探

一、附上源碼python import socket import os import struct from ctypes import * # 本地監聽 host = "127.0.0.1" #IP頭定義 class IP(Structure): _fields_ = [ ("ihl", c_ubyte, 4), ("ver
相關文章
相關標籤/搜索