-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: project build and packaging in docker * fix: lag related to vendors finder * fix: restoring properly every services that have been killed * fix: logs are now set to info level by default * fix: app is not dependent on systemd anymore * fix: bruteforce startup issue with gnome-terminal * fix: prevents airmon-ng interactive mode Signed-off-by: Martin Olivier <[email protected]>
- Loading branch information
1 parent
f1ba44f
commit df75443
Showing
25 changed files
with
616 additions
and
615 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-s dir ./target/release/airgorah ./icons/app_icon.png package README.md LICENSE | ||
--name airgorah | ||
--license MIT | ||
--version 0.7.0 | ||
--version 0.7.1 | ||
--description "A WiFi auditing software that can perform deauth attacks and passwords cracking" | ||
--url "https://github.com/martin-olivier/airgorah" | ||
--maintainer "Martin Olivier <[email protected]>" | ||
|
@@ -10,7 +10,6 @@ | |
--conflicts airgorah | ||
|
||
--depends bash | ||
--depends systemd | ||
--depends iw | ||
--depends macchanger | ||
--depends aircrack-ng | ||
|
This file contains 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
Oops, something went wrong.