摘要: #!/usr/bin/python3 import threading import time import socket def getbanner(IP,port): #获得banner信息 socket.setdefaulttimeout(2) s=socket.socket() try: s 阅读全文
posted @ 2020-07-17 19:04 id17 阅读(114) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <Winsock.h> #pragma comment (lib, "ws2_32.lib") //加载 ws2_32.dll char Thread_name[8 阅读全文
posted @ 2020-07-17 19:03 id17 阅读(205) 评论(0) 推荐(0)