Skip to content

5l1v3r1/pisowifi-ssh-bruter

 
 

Repository files navigation

Piso Wifi SSH Bruter

Typing SVG

Table Contents

  1. About
  2. ToDo List
  3. Linux Installation Guide and Usage
  4. Termux Installation Guide and Usage
  5. Attacking Guide

ToDo List

  • Add method for Termux
  • Add method for Linux

Linux Installation Guide and Usage

 sudo apt update
 sudo apt install git
 git clone https://github.com/mkdirlove/pisowifi-ssh-bruter
 cd pisowifi-ssh-bruter
 chmod +x *
 bash install.sh
 bash pisowifi-ssh-bruter.sh

Termux Installation Guide and Usage

 pkg update && pkg upgrade
 pkg install git
 git clone https://github.com/mkdirlove/pisowifi-ssh-bruter
 cd pisowifi-ssh-bruter
 chmod +x *
 bash install.sh
 bash pisowifi-ssh-bruter.sh

Attacking Guide

 Step 1. Connect to near Piso Wifi AP.
 Step 2. Run the tool `bash pisowifi-ssh-bruter.sh`
 Step 3. Enter the gateway IP of the AP ex. `10.0.0.1` and press Enter.
 Step 4. Enter number 1 and press Enter to start bruteforce attack.
 Step 5. Enter the gateway IP of the AP ex. `10.0.0.1` and press Enter.
 Step 6. Wait until you got the SSH credencials.

Note: I am not liable for any illegal usage of this tool.

About

Simple SSH bruteforcing tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%