Hello guy’s welcome to another article in this article we are going to discuss about fast ssh scan and bruteforcer for most common credentials.
What is fastssh?
Fastssh is an Shell Script to perform multi-threaded scan and brute force attack against SSH protocol using the most commonly credentials
Feature’s
- Multi-thread
- Scan any port by ip range.
- Default credentials wordlist (most commonly used)
Requirement’s
- Git package
- Sshpass
- Netcat
How to install and use fastssh
Step 1: Install requirement’s
First we need to install sshpass, and netcat package so type this below command on your terminal.
Termux
apt-get install -y sshpass netcat
Linux
sudo apt-get install -y sshpass netcat
Step 2: clone the package
Type this below command’s on your terminal this command will help you to clone this package web into your terminal.
git clone https://github.com/Z4nzu/fastssh.git
Step 3: Change the directory
Once you download the fastssh package now change the directory to fastssh so type this below command in your terminal.
cd fastssh
Step 4: Give the permission
Once you change the directory give permission to read write and execute of fastssh.sh bash script so type this below command on your terminal.
chmod +x fastssh.sh
Step 5: Run the tool
Now you just type this below command on your terminal this command will help you to run this tool.
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.
Post a Comment