This Is a WiFi Brute Force Script Written in Python. We Are Using Internal WiFi Adapter For Runtime Brute Force.
Introduction:
This documentation outlines the usage and implementation details of a Python WiFiBruter project. The WiFiBruter Uses your Internal WiFi Adapter to Brute Force WiFi in Runtime. You Can Run This On a Single WiFi and Also on All WiFi Networks Around Your Area.
-
Multiple WiFi support: you can use this script on a single wifi or on every wifi in your area.
-
User-friendly interface: This Script Provides a User friendly interactive Functionality.
-
Verbosity: We Can Choose if we want a Verbose Output Or Not.
-
Changable Passwords List Length: We Can Choose How Big Password List You want to use.
- Python 3.x.
- Must Be run as Root or With Sudo.
- Only Works In Linux. Not In Windows.
-
Clone the repository:
git clone https://github.com/DeadDroid401/WiFiBruter.git
-
Navigate to the project directory:
cd WiFiBruter
-
Run the
wifibruter.py
script using Python3:sudo python3 wifibruter.py
-
Follow the on-screen instructions to interact with script.
-
No Threading Used: This python script is a bit slow in cracking wifi passwords because we can't access a single NIC For Multiple Threads for Connecting To a Network, Means We Can't Connect To More than one WiFi at a time.
-
Sudo Access: To Connect to a WiFi Network We Must Become Root Cause we are accessing Our Hardware of the Device and as a Normal user We need To authenticate Again N Again.
-
Linux Required: Since This Script is using Linux Commands internaly to Connect to WiFi which we can't run on windows or any other os. so we can not run this script on Windows.