Skip to content

Wifyte is a lightweight and optimized tool designed to automate capture WiFi handshakes and crack passwords using the aircrack-ng suite.

Notifications You must be signed in to change notification settings

Mysteriza/wifyte

Repository files navigation

Visitor Count Repository Size Python Version License

WIFYTE

Wifyte is a simple yet powerful Python-based tool for capturing Wi-Fi handshakes and cracking passwords, inspired by Wifite. Built on top of tools like airodump-ng, aireplay-ng, and aircrack-ng, Wifyte automates the Wi-Fi pentesting process with an intuitive and efficient workflow. Perfect for educational purposes, ethical hacking, and strengthening network security.

Key Features

  • Automated Network Scanning: Quickly scans for encrypted Wi-Fi networks in range.
  • Hidden SSID Detection: Identifies and decloaks hidden SSIDs for further analysis.
  • Client Deauthentication: Forces clients to reconnect, enabling handshake capture.
  • Password Cracking: Cracks passwords from captured handshakes using a custom wordlist.
  • Vendor Information: Displays router vendor names (e.g., ZTE, ASKEY) based on BSSID.
  • Colorful Interface: Enhanced terminal output with rich for a user-friendly experience.
  • Lightweight & Fast: Optimized for speed and low resource usage.

Screenshot

Screenshot 2025-02-23 170050

Requirements

Installation

  • Clone the Repository:
    git clone https://github.com/Mysteriza/wifyte.git && cd wifyte
    
  • Install library:
    sudo python3 -m pip install -r requirements.txt
    
  • Run:
    sudo python3 main.py
    

How it works

After running the tool, it will:

  • Scan and list encrypted or hidden Wi-Fi networks with signal strength and vendor details.
  • Prompt you to select a target network.
  • Offer to use an existing handshake file (if any) or capture a new one.
  • Perform deauthentication and crack the password using the specified wordlist.
  • If the password is in the wordlist, the program will give you the password. This shows that your WiFi is not secure because the password is commonly used.

Disclaimer

Wifyte is intended for educational and ethical testing purposes only. By using this tool, you agree to:

  • Use it only on networks or systems for which you have explicit permission.
  • Refrain from any illegal, malicious, or unauthorized activities.
  • Understand that misuse of this tool may violate applicable laws and is strictly prohibited.

The developers and maintainers are not liable for any damage, harm, or legal consequences resulting from misuse. Use responsibly and comply with local laws.

About

Wifyte is a lightweight and optimized tool designed to automate capture WiFi handshakes and crack passwords using the aircrack-ng suite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages