kevinadhiguna / wifi-sploit

Wi-Fi sploit is a password cracker for router's login pages (but it works fine in any login page site, even on internet :D)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Wi-Fi Sploit

🔒 A password cracker for an admin page of a Wi-Fi router


Status

🚧 Currently under development, originally created using Python 2.7 but trying to make it compatible with Python 3.


Prerequisites

  1. Your laptop/computer must be connected to Wi-Fi whose router will be pentested.
  2. A laptop/computer that has python or python3 installed.

How to install Python/Python3


Before running the program..

  • It is recommended to have a look at address.md to check Wi-Fi router's IP address.
  • Some default Wi-Fi router's usernames : username.txt
  • Some default Wi-Fi router's passwords : password.txt

How to Run :

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/wifi-sploit.git

  1. Change directory to wifi-sploit :
cd wifi-sploit

  1. Install dependencies :
pip install -r requirements.txt

or

pip3 install -r requirements.txt

  1. Run this program.

If you are sure about Wi-Fi router's IP address and username, try running :

python wfs.py

Note: You can also run it with python3. In case of that, just replace python with python3.


  1. You will see the appropriate password. Otherwise, the correct password may not be listed in the password.txt. In that case, you can add the most commonly used password in the password.txt.


Disclaimer

I am not responsible for any misuse. This tool is only for educational purpose.


Hello !

About

Wi-Fi sploit is a password cracker for router's login pages (but it works fine in any login page site, even on internet :D)


Languages

Language:Python 98.8%Language:Dockerfile 1.2%