用于 低于 7.7 版本的 OpenSSH 的用户枚举工具。此版本已移植到 Python 3,并针对 HackTheBox 和 TryHackMe 实验室环境进行了优化,以实现最大稳定性。
paramiko 3.x(修复了 property object is not subscriptable 错误)。imap_unordered 实时显示有效和无效用户,同时脚本继续运行。+)和失败(-)。pip3 install paramiko --break-system-packages
Bash
python3 exploit_ssh.py --user root
python3 exploit_ssh.py --wordlist /usr/share/wordlists/metasploit/unix_users.txt --threads 10
此脚本仅供教育目的和在授权环境中使用。作者不对该工具的滥用负责。