Skip to content

Releases: KiMiGuel/ATWA-NG

ATWA-NG v2.3

Choose a tag to compare

@KiMiGuel KiMiGuel released this 05 Sep 04:49

Closes out the 6-item roadmap from this cycle:

  • Self-healing monitor-mode/channel-drift check — radio.py detects and recovers from an interface silently dropping out of monitor mode or drifting off-channel (NetworkManager reasserting control, a driver reset), instead of failing silently mid-attack or mid-scan.
  • OWE (Enhanced Open) transition-mode downgrade attack — parses the OWE Transition Mode IE to find an AP's paired open network and forces a downgrade to it. Built and unit-tested; not yet verified against a real OWE-transition AP.
  • Dragonblood SAE timing side-channel (CVE-2019-9494) — offline hunting-and-pecking iteration-count math, SAE Commit frame crafting, and a live timing-measurement/wordlist-pruning attack. Built and unit-tested; only meaningful against an unpatched pre-hostapd-2.10 AP, none available to verify against yet.
  • dpkt swap in scan.py — replaced scapy's packet dissection with dpkt in the scan hot path (the CPU/fan-noise fix), after finding and working around a real byte-order bug in dpkt's own beacon-capability parsing (confirmed pypacker has the identical bug). Live-verified against real hardware.
  • Cracking how-to documentation (README/README_ES).

CSA (Channel Switch Announcement) spoofing remains deliberately deferred — no published PoC or reference exists anywhere to build against.

Full technical detail for every item is in CHECKPOINT.md/STATUS.md in the repo.

ATWA-NG v2.2

Choose a tag to compare

@KiMiGuel KiMiGuel released this 31 Aug 11:27

Performance audit triage: get_driver() results now cached per-interface, housekeeping's per-target file scan collapsed from two directory walks to one, and both scan-loop AsyncSniffers now carry a conservative BPF filter (not type ctl) dropping control frames before scapy dissects them. 6 other claims from the same audit doc checked against real code and found to be already-fixed or non-issues -- see CHECKPOINT.md for the full breakdown.

ATWA-NG v2.1

Choose a tag to compare

@KiMiGuel KiMiGuel released this 31 Aug 10:59

OMNI WPS AsyncSniffer timeout crash fixed (was breaking every OMNI run at the WPS stage, not just WEP targets). Removed an internal-tool-naming log line from chopchop. scan.py gains manufacturer (OUI) lookup and rx_quality signal-quality tracking, cherry-picked from source_cherrypick.c / scapy's built-in manuf DB.

ATWA-NG v2.0.0

Choose a tag to compare

@KiMiGuel KiMiGuel released this 28 Aug 23:49

N2-NG just got REVAMPED. 🔥

Same mission, brand new engine. ATWA-NG is the next generation — a hybrid compiled scan core + from-scratch native attack/crypto engine, one GUI, and a flagship no other tool has: PINCER, a real dual-radio attack (one adapter listens full-time, the other deauths full-time, simultaneously, no time-sharing).

See the README (también en español) for the full feature list, install, and usage.

The last stable N2-NG release (v1.7.3) stays available under the n2-ng branch.

For authorized security testing only.

N2-ng v1.7.3

Choose a tag to compare

@KiMiGuel KiMiGuel released this 31 Jul 10:59

OMNI ATTACK chain (PROFILE → PMKID → WPS pixie/paced reaver → PMF-aware HANDSHAKE → EVILTWIN stub → ONLINE budget → batch CRACK), aireplay-ng root-privilege fix, handshake capture fixes.