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
相关文章
相关标签/搜索