# ssh_cracker **Repository Path**: M27149/ssh_cracker ## Basic Information - **Project Name**: ssh_cracker - **Description**: 非原创,原作者未知 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-20 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 破解目标IP地址的ssh密码 ```shell python3 -m venv ~/.venv source ~/.venv/bin/activate pip install pexpect -i https://mirrors.aliyun.com/pypi/simple/ python3 ssh_cracker.py -u SshUser -F pass.dic -H x.x.x.x ``` 或 ```shell python2 ssh_cracker.py -u SshUser -F pass.dic -H x.x.x.x ```