Skip to content

Releases: Ragnt/AngryOxide

v0.8.9

Choose a tag to compare

@github-actions github-actions released this 12 Mar 12:22
  • Install script fixed.
  • nl80211-ng updated
  • AO will now disable powersave mode on your adapter.
  • You can now list bands when applying them on the commandline (-b 2,5)

You can run install.sh or just run the binary directly. There is no requirement to install.

v0.8.8

Choose a tag to compare

@github-actions github-actions released this 02 Mar 14:54

Fixed a bug in the install script and made some changes to nl80211-ng to try and crush some nasty bugs.

v0.8.7b

Choose a tag to compare

@github-actions github-actions released this 26 Feb 23:38

Bug fix related to whitelist entries!

v0.8.6b

Choose a tag to compare

@github-actions github-actions released this 23 Feb 19:33

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

Choose a tag to compare

@github-actions github-actions released this 23 Feb 18:33
b5e19e1

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

Choose a tag to compare

@github-actions github-actions released this 10 Feb 05:58
f39e312

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

Choose a tag to compare

@github-actions github-actions released this 02 Feb 23:02
6407ddc

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

Choose a tag to compare

@github-actions github-actions released this 31 Jan 22:59

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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 19:58
  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

Choose a tag to compare

@github-actions github-actions released this 20 Jan 17:10

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