{"id":15007150,"url":"https://github.com/martin-olivier/airgorah","last_synced_at":"2025-04-05T02:09:08.299Z","repository":{"id":62794968,"uuid":"543516398","full_name":"martin-olivier/airgorah","owner":"martin-olivier","description":"A WiFi security auditing software mainly based on aircrack-ng tools suite","archived":false,"fork":false,"pushed_at":"2024-04-13T20:57:49.000Z","size":2079,"stargazers_count":203,"open_issues_count":1,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-14T06:49:01.899Z","etag":null,"topics":["aircrack-ng","gui","kali","linux-app","security","security-audit","wifi","wifi-security","wireless"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/airgorah","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martin-olivier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["martin-olivier"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":null}},"created_at":"2022-09-30T09:06:45.000Z","updated_at":"2024-05-12T17:00:07.129Z","dependencies_parsed_at":"2023-12-22T03:08:21.520Z","dependency_job_id":"7bcb21d4-e47e-4e62-a45e-c3703e73eae4","html_url":"https://github.com/martin-olivier/airgorah","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"7704f3225cb770a373bd61f5a428add96bcc9f9b"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2Fairgorah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2Fairgorah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2Fairgorah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martin-olivier%2Fairgorah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martin-olivier","download_url":"https://codeload.github.com/martin-olivier/airgorah/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aircrack-ng","gui","kali","linux-app","security","security-audit","wifi","wifi-security","wireless"],"created_at":"2024-09-24T19:04:37.740Z","updated_at":"2025-04-05T02:09:08.276Z","avatar_url":"https://github.com/martin-olivier.png","language":"Rust","funding_links":["https://github.com/sponsors/martin-olivier"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"icons/app_icon.png\" width=100 height=100/\u003e\u003cbr\u003e\nAirgorah\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cspan\u003eA WiFi security auditing software mainly based on \u003ca href=\"https://github.com/aircrack-ng/aircrack-ng\"\u003eaircrack-ng\u003c/a\u003e tools suite\u003c/span\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/martin-olivier/airgorah/wiki/Installation\"\u003eInstallation\u003c/a\u003e\n  \u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://github.com/martin-olivier/airgorah/wiki/Usage\"\u003eUsage\u003c/a\u003e\n  \u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://github.com/martin-olivier/airgorah/wiki/Credits\"\u003eCredits\u003c/a\u003e\n\u003c/p\u003e\n\n![illustration](.github/assets/illustration.png)\n\n[![crates](https://img.shields.io/crates/v/airgorah.svg)](https://crates.io/crates/airgorah)\n[![aur](https://img.shields.io/aur/version/airgorah)](https://aur.archlinux.org/packages/airgorah)\n[![ci](https://github.com/martin-olivier/airgorah/actions/workflows/CI.yml/badge.svg)](https://github.com/martin-olivier/airgorah/actions/workflows/CI.yml)\n\n`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.\n\nIt is written in Rust and uses [GTK4](https://github.com/gtk-rs/gtk4-rs) for the graphical part.\n\n`⭐ Don't forget to put a star if you like the project!`\n\n## Legal\n\n⚠️ 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.\n\n## Requirements\n\nThis software only works on `linux` and requires `root` privileges to run.\n\nYou will also need a wireless network card that supports `monitor mode` and `packet injection`.\n\n## Installation\n\nThe installation instructions are available [here](https://github.com/martin-olivier/airgorah/wiki/Installation).\n\n## Usage\n\nThe documentation about the usage of the application is available [here](https://github.com/martin-olivier/airgorah/wiki/Usage).\n\n## License\n\nThis project is released under [MIT](LICENSE) license.\n\n## Contributing\n\nIf you have any question about the usage of the application, do not hesitate to open a [discussion](https://github.com/martin-olivier/airgorah/discussions)\n\nIf 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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fairgorah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin-olivier%2Fairgorah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin-olivier%2Fairgorah/lists"}