This tool brute force ssh attack from given username and password list using bash script.
Disclaimer: This tool is only for educational purposes. Don't use this tool without proper authorization.
- Command line argument :
<target_id> <username> <password_list>
- Use
sshpass
to attempt non-interactive SSH logins. - If password found, this tool let you know.
- OpenSSH Server (configured on target)
- sshpass (install on your machine)
- Clone Repo
git clone https://github.com/harshgharsandiya/ssh-brute-force-bash.git
cd ssh-brute-force-bash
- Run
chmod +x ssh_brute_force.sh
sudo ./ssh_brute_force.sh <target_ip> -u <username> [ -p <password_list>] [-t <num_threads] [-o <output_file>] [-v <verbose_output>]