bf-password

所属分类:Telnet客户端/Shell
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-09-11 09:54:40
上 传 者sh-1993
说明:  基于一个密码字典文件,来扫描ssh指定用户的密码,通常用于局域网因为管理散乱忘记了密码,可以通过此脚本结合常用的内部密码字典梳理出服务器的账号密码,
(Based on a password dictionary file, scan the password of the specified user in ssh. It is usually used in the LAN because the password is forgotten due to disorderly management. You can sort out the server account password through this script in combination with the commonly used internal password dictionary,)

文件列表:
bf-password.py (1515, 2023-09-11)
hosts (28, 2023-09-11)
passwd (32, 2023-09-11)
scan-hosts.sh (312, 2023-09-11)
scan.log (55, 2023-09-11)

通过一个密码字典,来扫描指定ssh用户的账号密码,支持单台扫描和多台同时扫描 执行环境:python3 # 安装依赖 pip3 install gevent pip3 install paramiko # 密码文件 ./passwd # 主机文件 ./hosts # 使用方法 每次只能扫描一个用户 ## 1. 只扫描一台主机 ``` # python3 bf-password.py 192.168.16.16 root 192.168.16.16 root 123456 ``` ``` # python3 bf-password.py 192.168.16.16 username 192.168.16.16 username abc,123 ``` ## 2. 扫描多台主机 把ip或者主机名逐行写入到 hosts 文件中 ``` bash scan-hosts.sh username ``` 密码信息会输出到scan.log文件中,这个文件每次执行都会先清空内容

近期下载者

相关文件


收藏者