Skip to content

Releases: Ragnt/AngryOxide

v0.8.7b

26 Feb 23:38
Compare
Choose a tag to compare

Bug fix related to whitelist entries!

v0.8.6b

23 Feb 19:33
Compare
Choose a tag to compare

image

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

23 Feb 18:33
b5e19e1
Compare
Choose a tag to compare

image

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

10 Feb 05:58
f39e312
Compare
Choose a tag to compare

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

02 Feb 23:02
6407ddc
Compare
Choose a tag to compare

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

31 Jan 22:59
Compare
Choose a tag to compare

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

28 Jan 19:58
Compare
Choose a tag to compare
  1. Monitor Mode validation fixed, failure to enter monitor mode fixed.
  2. Attack Rate option allows you to customize the speed of attacks.
  3. New --noactive flag added to manually disable active monitor mode flag for supporting broken mt7921/mt7601 drivers.
  4. An improved AP details pane that includes information obtained via WPS Information Element
  5. Local OUI database will conduct OUI lookups automatically.
  6. Copy now works through SSH on some terminal applications. (check if your terminal accepts OSC52 Write)
  7. You can now use the arrow keys to move around the UI again.
  8. Smaller bug fixes

probably other stuff I forgot.

v0.8.0

20 Jan 17:10
Compare
Choose a tag to compare

New Features

  1. A proper "quit" confirmation! No longer will you accidentally close AO during an attack!
  2. A full "Keybinds" popup window to display all keybinds with descriptions.
  3. 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.

  1. 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

20 Jan 03:39
Compare
Choose a tag to compare

Updates

v0.7.6

19 Jan 16:23
Compare
Choose a tag to compare

Fix get_target_success logic to correctly handle case where we don't see a SSID target yet.