Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-olivier/airgorah
A WiFi security auditing software mainly based on aircrack-ng tools suite
https://github.com/martin-olivier/airgorah
aircrack-ng gui kali linux-app security security-audit wifi wifi-security wireless
Last synced: 3 days ago
JSON representation
A WiFi security auditing software mainly based on aircrack-ng tools suite
- Host: GitHub
- URL: https://github.com/martin-olivier/airgorah
- Owner: martin-olivier
- License: mit
- Created: 2022-09-30T09:06:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T20:57:49.000Z (9 months ago)
- Last Synced: 2024-04-14T06:49:01.899Z (9 months ago)
- Topics: aircrack-ng, gui, kali, linux-app, security, security-audit, wifi, wifi-security, wireless
- Language: Rust
- Homepage: https://crates.io/crates/airgorah
- Size: 1.98 MB
- Stars: 203
- Watchers: 4
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Airgorah
A WiFi security auditing software mainly based on aircrack-ng tools suite
Installation
|
Usage
|
Credits![illustration](.github/assets/illustration.png)
[![crates](https://img.shields.io/crates/v/airgorah.svg)](https://crates.io/crates/airgorah)
[![aur](https://img.shields.io/aur/version/airgorah)](https://aur.archlinux.org/packages/airgorah)
[![ci](https://github.com/martin-olivier/airgorah/actions/workflows/CI.yml/badge.svg)](https://github.com/martin-olivier/airgorah/actions/workflows/CI.yml)`Airgorah` is a WiFi security auditing software that can capture nearby WiFi traffic, discover clients connected to access points, perform deauthentication attacks, capture handshakes, and crack the password of access points.
It is written in Rust and uses [GTK4](https://github.com/gtk-rs/gtk4-rs) for the graphical part.
`⭐ Don't forget to put a star if you like the project!`
## Legal
⚠️ Airgorah is designed to be used in testing and discovering flaws in networks you are owner of. Performing attacks on WiFi networks you are not owner of is illegal in almost all countries. I am not responsible for whatever damage you may cause by using this software.
## Requirements
This software only works on `linux` and requires `root` privileges to run.
You will also need a wireless network card that supports `monitor mode` and `packet injection`.
## Installation
The installation instructions are available [here](https://github.com/martin-olivier/airgorah/wiki/Installation).
## Usage
The documentation about the usage of the application is available [here](https://github.com/martin-olivier/airgorah/wiki/Usage).
## License
This project is released under [MIT](LICENSE) license.
## Contributing
If you have any question about the usage of the application, do not hesitate to open a [discussion](https://github.com/martin-olivier/airgorah/discussions)
If you want to report a bug or provide a feature, do not hesitate to open an [issue](https://github.com/martin-olivier/airgorah/issues) or submit a [pull request](https://github.com/martin-olivier/airgorah/pulls)