摘要:
#include <stdio.h> main() { int ap[]={3300024,200341,420034,723004,223004,234001,2300421,20,2},i,max,jiyi,shu[10]={0}; int len=sizeof(ap)/sizeof(ap[0] 阅读全文
摘要:
import time import re import os from scapy.all import * from threading import Thread #定义变量函数 wifi='RNDIS' rtable=os.popen('route print').read() print( 阅读全文
摘要:
import socket # the public network interface HOST = socket.gethostbyname(socket.gethostname()) # create a raw socket and bind it to the public interfa 阅读全文