摘要:
首先用NMAP工具扫描目标: # nmap -sV 10.10.66.138 Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-22 06:43 EDT Nmap scan report for 10.10.66.138 Host is up (0 阅读全文
摘要:
注意事项: 1. 为了加速破解过程,使用多线程模块threading 2. 为了可以在线程之间传递变量(比如破解的密码),需要使用queue队列模块 3. 在成功破解后,可以继续执行命令 import paramiko import sys import threading import os im 阅读全文