TR-WIFI CRACKER is an automated script designed for wireless network security testing. It provides options to enable monitor mode, scan available WiFi networks, start attacks, and convert .cap
files for password cracking.
- Monitor Mode: Enable monitor mode on your wireless adapter.
- Scan Available WiFi: List nearby WiFi networks.
- Start Attack: Capture handshake packets and perform deauthentication attacks.
- Convert Cap File: Convert
.cap
files to.22000
format for cracking. - Password Genetor: Generate bruteforce password list.
- Crack Hash: Crack Wifi Wpa Hash.
- Show Password: Show cracked hash Wifi password.
This tool requires a WiFi adapter that supports monitor mode and packet injection. Without a compatible adapter, the script will not work.
https://youtu.be/VNZjFqvj5nc?si=ox4fVPhEeS7AVN-w
Ensure you have the required dependencies installed before running the script.
- Linux OS (Tested on Kali Linux)
- Python 3
- Required Packages:
- apt install aircrack-ng
- Use Linux Root for better experience
git clone https://github.com/trfahim/WIFI-HACK-LINUX.git
cd WIFI-HACK-LINIX
python setup.py
python wifi-crack.py
Bash Select an option from the menu:
[1] Monitor Mode
[2] Scan Available WiFi
[3] Start Attack
[4] Convert Cap File
[5] Password Genetor
[6] Crack Hash
[7] Show Crcak Password
[0] Exit
This tool is intended for educational and security auditing purposes only. Unauthorized use against networks you do not own is illegal and unethical. Use it responsibly.
Let me know if you want any modifications!