Releases: Ragnt/AngryOxide
v0.8.7b
Bug fix related to whitelist entries!
v0.8.6b
Also includes new zsh completions and install script for precompiled bins.
Changes:
- Fix bugs related to nl80211.
- Add ability to lock to current channel/target channels during runtime.
- Add argument to customize channel dwell time.
- Add ability to provide targets/whitelist from file.
- Reorganized help
- Set minimum rustc version to avoid dependency compilation issues.
- Fix kernel version checks to handle non-Linux formatting (eg. Pine Phone)
v0.8.6
Changes:
- Fix bugs related to nl80211.
- Add ability to lock to current channel/target channels during runtime.
- Add argument to customize channel dwell time.
- Add ability to provide targets/whitelist from file.
- Reorganized help
- Set minimum rustc version to avoid dependency compilation issues.
- Fix kernel version checks to handle non-Linux formatting (eg. Pine Phone)
v0.8.5
What's Changed
- Checks if EAPOL 4wHS are SAE protected, and will indicate this with a Red X in the "OK" column.
- Checks if PMKID are SAE protected, and will indicate this with a Red X in the "OK" column.
- Now better supports all possible channels for 2.4, 5, 6, and 60Ghz WiFi.
- Disabled ineffective CHANNEL SWITCH ANNOUNCEMENT attack.
- Bug fixes!
v0.8.3
Key Changes:
- Hashes are now written at capture time instead of at program exit.
- You can combine all hc22000 files into a single file by supplying the
--combine
argument. - Fixed a bug where supplying
--autohunt
without a target causes a crash.
v0.8.2
This release is a scrub of compiler warnings and modifies the usage of the --channel argument to accept comma-delimited lists of channels:
-c 1,6,11,36,144
v0.8.1
- Monitor Mode validation fixed, failure to enter monitor mode fixed.
- Attack Rate option allows you to customize the speed of attacks.
- New --noactive flag added to manually disable active monitor mode flag for supporting broken mt7921/mt7601 drivers.
- An improved AP details pane that includes information obtained via WPS Information Element
- Local OUI database will conduct OUI lookups automatically.
- Copy now works through SSH on some terminal applications. (check if your terminal accepts OSC52 Write)
- You can now use the arrow keys to move around the UI again.
- Smaller bug fixes
probably other stuff I forgot.
v0.8.0
New Features
- A proper "quit" confirmation! No longer will you accidentally close AO during an attack!
- A full "Keybinds" popup window to display all keybinds with descriptions.
- Copy hotkey with two forms:
[c] will copy a short summary of the selected row to your clipboard: this is either the MAC or a short 4whs summary.
[C] will copy a JSON-formatted string with (almost) all the data I have stored for the current selected row.
- Ability to add targets mid-run:
Pressing [t] will add the currently selected AP to targets.
Pressing [T] will add the currently selected AP to targets and turn on auto-exit.
If --notransmit is used, adding a target will disable --notransmit (so we can attack the new target).
v0.7.8
Updates
v0.7.6
Fix get_target_success logic to correctly handle case where we don't see a SSID target yet.