All Projects → kevinadhiguna → wifi-sploit

kevinadhiguna / wifi-sploit

Licence: other
Wi-Fi sploit is a password cracker for an admin page of a Wi-Fi Router.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to wifi-sploit

uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (+6.9%)
Mutual labels:  bruteforce, password-cracker
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+1596.55%)
Mutual labels:  wifi, bruteforce
Thc Hydra
hydra
Stars: ✭ 5,645 (+19365.52%)
Mutual labels:  bruteforce, password-cracker
phpmyadmin-authentication-bruteforce
phpMyAdmin Authentication Bruteforce Tool
Stars: ✭ 58 (+100%)
Mutual labels:  bruteforce, password-cracker
Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (+6986.21%)
Mutual labels:  bruteforce, password-cracker
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+500%)
Mutual labels:  bruteforce, password-cracker
feedingbottle
FeedingBottle is a Aircrack-ng GUI, create by Fast Light User-Interface Designer ("FLUID").
Stars: ✭ 26 (-10.34%)
Mutual labels:  wifi
WiFiSpi
SPI library for Arduino AVR and STM32F1 to connect to ESP8266
Stars: ✭ 55 (+89.66%)
Mutual labels:  wifi
Apple-Signal
Connect Apple devices via bluetooth and wifi.
Stars: ✭ 27 (-6.9%)
Mutual labels:  wifi
ESP8266-WiFi-UART-transparent-bridge
Transparent serial communication sketch in Arduino IDE
Stars: ✭ 27 (-6.9%)
Mutual labels:  wifi
Realtek-USB-Wireless-Adapter-Drivers
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
Stars: ✭ 34 (+17.24%)
Mutual labels:  wifi
Rainbow-Wifi-Hack-Utility-Android
The program implements brute Wi-Fi network method on platform Android
Stars: ✭ 39 (+34.48%)
Mutual labels:  wifi
UCAS-Helper
国科大(UCAS, ucas)校园网登录、课程资源下载、自动评教和分数查询助手
Stars: ✭ 105 (+262.07%)
Mutual labels:  wifi
ideal-alligator
PowerShell script to retreive wifi ESSIDs and Passwords.
Stars: ✭ 24 (-17.24%)
Mutual labels:  wifi
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (+86.21%)
Mutual labels:  bruteforce
OctoWifi-LEDs-Controller
LEDs driver for ESP32 ( support ART-NET, RGB888, RGB565, Z888 )
Stars: ✭ 16 (-44.83%)
Mutual labels:  wifi
spider
🌟 powered by python3( simple learning of spider) 百度文库;网易云歌曲; 豆瓣电影; GitHub; 京东; QQ空间; 天气; vip解析助手; TED文本内容; wifi破解脚本; 必应图片设置为桌面等爬取
Stars: ✭ 124 (+327.59%)
Mutual labels:  wifi
smbaudit
Perform various SMB-related attacks, particularly useful for testing large Active Directory environments.
Stars: ✭ 31 (+6.9%)
Mutual labels:  bruteforce
FGRoute
Get your device ip address, router ip or wifi ssid
Stars: ✭ 128 (+341.38%)
Mutual labels:  wifi
eewids
Easily Expandable Wireless Intrusion Detection System
Stars: ✭ 25 (-13.79%)
Mutual labels:  wifi

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.

Visits Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].