Skip to content

Features / Bugfixes / Enhancements

Compare
Choose a tag to compare
@kimocoder kimocoder released this 21 Jan 17:40
· 276 commits to master since this release
  • Update ath_masker

  • backtrace: better handle the debug (stacktrace) then in tool output
    parsing all trace in stdout.

  • terminal: Suppress stderr and stdout when writing pixie keys to db

  • wash: Add a customized 'wash' tool (from reaver) which is
    handling memory (cache/flush) and timers and more. We gonna hardcode/modulize this
    so users isn't depending on various ones from their respective distros which varies.

  • tools/script: Add fetch-oui script (which will be a module later)

  • tools/script: Add example automation "run-automation.sh" script

  • Nullpin: fixed '--no-nullpin' which was doing the opposite and triggered other params

  • John: fix a param for return of key to avoid a crash if none found (traceback)

  • Crack: improve the output in the ESSID target list by removed the parentheses surrounding 4-way captures listed

  • DB: fixed parsing bssid and essid to json db file

  • DB: tweaked the export of 4-way handshakes to the DB, so it looks a bit better now they're inligned.

    Been looking and walkthrough all deps (tools) to ensure it all fits, as things changes with time,
    partially fixed cracking by using john, testing good, but we need to find a new way to read and parse the output (key). (TODO)

  • Update 'chardet' dependency from v5.0.0 to v5.1.0

  • Update 'scapy' dependency from v2.5.0rc2 to v2.5.0

  • Fix overly permissive regular expression range

  • Update OUI (manufacturers) list

  • Tweak scanner output

  • Update Dockerfile to use python-3.12

  • Code cleanup (minimalize the source)

  • Update README.md