Add AutoWIFI - Wireless Penetration Testing Framework#222
Open
momenbasel wants to merge 1 commit intocarpedm20:masterfrom
Open
Add AutoWIFI - Wireless Penetration Testing Framework#222momenbasel wants to merge 1 commit intocarpedm20:masterfrom
momenbasel wants to merge 1 commit intocarpedm20:masterfrom
Conversation
AutoWIFI is a wireless penetration testing framework (Python, GPL-3.0) that automates the full wireless attack chain from reconnaissance through exploitation, with support for WEP, WPA/WPA2, and WPS attacks.
There was a problem hiding this comment.
Pull request overview
Adds AutoWIFI to the repository’s README under Network > Tools, expanding the curated list of network/wireless security tooling alongside Aircrack-ng.
Changes:
- Added a new README entry linking to the AutoWIFI project
- Described AutoWIFI’s purpose and supported wireless attack vectors/backends in a single bullet
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * [ssh-mitm](https://github.com/jtesta/ssh-mitm) - An SSH/SFTP man-in-the-middle tool that logs interactive sessions and passwords. | ||
| * [nmap](https://nmap.org/) - Nmap (Network Mapper) is a security scanner | ||
| * [Aircrack-ng](http://www.aircrack-ng.org/) - An 802.11 WEP and WPA-PSK keys cracking program | ||
| * [AutoWIFI](https://github.com/momenbasel/AutoWIFI) - A wireless penetration testing framework that automates the full attack chain from recon to exploitation, supporting WEP, WPA/WPA2, and WPS with multiple cracking backends. |
There was a problem hiding this comment.
The description for AutoWIFI is significantly longer than the surrounding entries and uses inconsistent punctuation (trailing period). To improve readability and maintain the style of the list, consider a more concise description that highlights its Python-based nature and aligns with the punctuation of adjacent entries like Aircrack-ng.
Suggested change
| * [AutoWIFI](https://github.com/momenbasel/AutoWIFI) - A wireless penetration testing framework that automates the full attack chain from recon to exploitation, supporting WEP, WPA/WPA2, and WPS with multiple cracking backends. | |
| * [AutoWIFI](https://github.com/momenbasel/AutoWIFI) - Python framework for automated wireless penetration testing (WEP/WPA/WPS) using multiple cracking backends |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pip install autowifiPlaced next to Aircrack-ng in the Network Tools section since they are closely related in purpose.