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)
64 stars 24 forks source link
bruteforce password-cracker python wifi

WiFi-Sploit

🔒 A password cracker for any login page

About

Prerequisites

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

How to install Python/Python3


About the Scripts

Wifi-Sploit provides three scripts:

wfs.py

wfs-browser.py

wfs-browser-input.py


Before Running the wfs-browser.py and wfs-browser-input.py:

Running the Scripts

  1. Clone this repository:

    git clone https://github.com/kevinadhiguna/wifi-sploit.git
  2. Change directory to wifi-sploit:

    cd wifi-sploit
  3. Install dependencies:

    pip install -r requirements.txt

    or

    pip3 install -r requirements.txt
  4. Run the desired script:

    • For wfs.py: python3 wfs.py
    • For wfs-browser.py: python3 wfs-browser.py
    • For wfs-browser-input.py: python3 wfs-browser-input.py


Additional Notes



Disclaimer

I am not responsible for any misuse. These tools are only for educational purposes.


Hello !