Skip to content

Releases: Ragnt/AngryOxide

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.

v0.7.5

19 Jan 14:31
Compare
Choose a tag to compare

Fixed whitelist issue where when targets were empty whitelist identified anything as a target.

v0.7.4

17 Jan 16:33
Compare
Choose a tag to compare

Whitelist added. This is initial and may be buggy.

To guarantee it works please be very explicit on the command line - note that whitelist proliferates to related access points just like targets.

v0.7.3

17 Jan 02:07
Compare
Choose a tag to compare
  1. Fixed a bug where multiple target matches would cause continuous, never ending hunting cycle.
  2. Fixed a bug where specific anonymous probe response attacks would send a supplied SSID instead of the real one.

v0.7.2

16 Jan 03:45
Compare
Choose a tag to compare
v0.7.2b

Package completions with archive

v0.7.1

15 Jan 06:18
Compare
Choose a tag to compare
v0.7.1b

v0.7.1

v0.7.0

15 Jan 05:40
Compare
Choose a tag to compare
 β”œ Big refactor to clean up a lot of disorganized code.
 β”œ SHOULD support 6GHz & 60GHz channels.
 β”œ Cleaned up some endianess issues in nl80211.
 β”œ PCAPNG files now split at 100mb.
 β”” AutoHunt mode added:
      β”œ 1) Adds all available channels for your interface.
      β”œ 2) Spends atleast 3x FAST hop cycles searching for all targets.
      β”” 3) Will lock to target channels when they are all found.