Skip to content

Releases: Ragnt/AngryOxide

v0.8.12

26 Mar 22:07
Compare
Choose a tag to compare

What's Changed

  • Sanitized filename writing for .hc22000 by @GobiasSomeCoffeeCo in #31
  • Fixed powersave messages in nl80211-ng.
  • Made some other changes that I don't remember right now

Full Changelog: v0.8.9...v0.8.12

v0.8.9

12 Mar 12:22
Compare
Choose a tag to compare
  • 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

02 Mar 14:54
Compare
Choose a tag to compare

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

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.