摘要:
from scapy.all import * import random # 生成随机的IP def randomIP(): ip = ".".join(map(str, (random.randint(0, 255) for i in range(4)))) return ip # 生成随机端口 阅读全文
posted @ 2020-09-15 10:32 大白不白 阅读(238) 评论(0) 推荐(0)
posted @ 2020-09-15 10:32 大白不白 阅读(238) 评论(0) 推荐(0)