Skip to content

This tool brute force ssh attack from given username and password list using bash script.

License

Notifications You must be signed in to change notification settings

harshgharsandiya/ssh_brute_force_bash

Repository files navigation

Brute Force SSH Login Simulator


Overview

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.


Working

  • Command line argument : <target_id> <username> <password_list>
  • Use sshpass to attempt non-interactive SSH logins.
  • If password found, this tool let you know.

Requirements

  • OpenSSH Server (configured on target)
  • sshpass (install on your machine)

Usage

  1. Clone Repo
git clone https://github.com/harshgharsandiya/ssh-brute-force-bash.git
cd ssh-brute-force-bash
  1. 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>]

About

This tool brute force ssh attack from given username and password list using bash script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages