Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmabiaa/wi-fi-cracking-tool
This is a cybersecurity tool created for cracking, testing and securing wifi networks. This tool was built using python.
https://github.com/mmabiaa/wi-fi-cracking-tool
aircrack-ng-pentest aircrack-tool cybersecurity ethical-hacking hacking-tool hacking-tools kali-linux linux network networking penetration-testing python python-modules ubuntu wifi wifi-cracker wifi-hacking wifi-network wifi-security
Last synced: 24 days ago
JSON representation
This is a cybersecurity tool created for cracking, testing and securing wifi networks. This tool was built using python.
- Host: GitHub
- URL: https://github.com/mmabiaa/wi-fi-cracking-tool
- Owner: Mmabiaa
- License: mit
- Created: 2025-01-01T23:39:07.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-01-02T01:00:35.000Z (27 days ago)
- Last Synced: 2025-01-02T01:22:15.850Z (27 days ago)
- Topics: aircrack-ng-pentest, aircrack-tool, cybersecurity, ethical-hacking, hacking-tool, hacking-tools, kali-linux, linux, network, networking, penetration-testing, python, python-modules, ubuntu, wifi, wifi-cracker, wifi-hacking, wifi-network, wifi-security
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wireless Network Cracker Tool
## Content Table
- [Description](#description)
- [Screenshots](#screenshots)
- [Features](#features)
- [Installation](#installation)
- [Contribution](#contribution)
- [Linsence](#linsence)
- [Author](#author)
- [About Me](#about)## Description
Wireless Network Tool is a powerful command-line utility designed for monitoring and managing wireless networks. With features ranging from network scanning to handshake cracking, this tool is essential for network security professionals and enthusiasts alike.
## Screenshots
This is a picture of how the GUI looks like
![view](https://github.com/Mmabiaa/Wi-Fi-Cracking-Tool/blob/main/screenshots/Screenshot%20(22).png)![view](https://github.com/Mmabiaa/Wi-Fi-Cracking-Tool/blob/main/screenshots/Screenshot%20(23).png)
## Features
- **Start Monitor Mode**: Activate monitor mode to capture packets.
- **Stop Monitor Mode**: Deactivate monitor mode.
- **Scan Networks**: Discover available wireless networks in your vicinity.
- **Getting Handshake**: Capture WPA/WPA2 handshakes (monitor mode required).
- **Install Wireless Tools**: Set up necessary wireless tools for operation.
- **Crack Handshake with 'rockyou.txt'**: Use the popular rockyou.txt wordlist for cracking handshakes.
- **Crack Handshake with Custom Word List**: Specify your own word list for cracking.
- **Crack Handshake without Word List**: Attempt to crack handshake using ESSID (handshake required).
- **Create Word List**: Generate a custom word list for cracking purposes.
- **WPS Network Attacks**: Execute attacks on WPS-enabled networks (BSSID and monitor mode required).
- **Scan for WPS Networks**: Identify networks with WPS enabled.## Installation
To install the Wireless Network Tool, follow these steps:
1. Clone the repository:
```
git clone https://github.com/mmabiaa/Wi-Fi-Cracking-Tool.git
cd Wi-Fi-Cracking-Tool
```2. Install dependencies:
```
sudo apt-get install wireless-tools aircrack-ng
```3. Make the script executable:
```
chmod +x app.sh
```
4. Run
```
./app.sh
```Select an option by entering the corresponding number.
## Contribution
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
Created by [Mmabiaa](https://github.com/mmabiaa). Feel free to reach out for any questions or suggestions!
## About Me
For more information about me and my projects, select option `(0)` in the tool's menu.
Or
### Contact:
- **email: ** [email protected]---
> **Disclaimer:** This tool is intended for educational purposes and should only be used on networks that you own or have permission to test. Unauthorized access to computer networks is illegal and unethical.