fastssh icon indicating copy to clipboard operation
fastssh copied to clipboard

Fast SSH Scan and BruteForcer for most common credentials.

Fastssh v1.0

Author: github.com/thelinuxchoice

IG: instagram.com/thelinuxchoice

Fastssh is an Shell Script to perform multi-threaded scan and brute force attack against SSH protocol using the most commonly credentials.

Legal disclaimer:

Usage of FastSSH for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

fastssh

Features

  • Multi-thread
  • Scan any port by ip range.
  • Default credentials wordlist (most commonly used)

Usage:

git clone https://github.com/thelinuxchoice/fastssh
cd fastssh
chmod +x fastssh.sh
./fastssh.sh

Requirements (sshpass, netcat)

apt-get install -y sshpass netcat