Skip to content

v1.0.3

Choose a tag to compare

@Leadrogue Leadrogue released this 07 Jul 15:57

Highlights

  • Attack enhancements — Algorithmic WPS PIN pre-pass, offline pixiewps from scan caps, extended PMKID capture with band rotation, client band-stalk listen, and multi-stage crack ladder (vendor defaults → hashcat rules → full dictionary)
  • WPA2/WPA3 transition mode — Prefer WPA2 handshake/PMKID capture and hashcat mode 22000 on mixed networks (--no-transition-downgrade to disable)
  • 6 GHz scanning--6ghz for Wi-Fi 6E targets (with supported adapters)
  • PMKID success screen — Cyan confirmation panel and banner before smart wordlist (matches handshake validation flow)
  • Improved --help — Grouped sections, colored headings, scan/scan-filters split; 89 automated tests

Added

  • Adaptive deauth engine — Tunes deauth burst, interval, and listen window from capture-health feedback. --no-adaptive-deauth to disable.
  • Multi-backend deauth — Rotate mdk4, aireplay-ng, bettercap, mdk3 (--deauth-tools, --deauth-combo, --no-deauth-rotate)
  • Algorithmic WPS PIN — MAC/vendor-derived PIN candidates before live reaver (--no-algorithmic-wps)
  • Offline pixiewps — Parse WPS from scan caps before live attacks (--no-offline-pixie; needs pixiewps, tshark)
  • PMKID extended capture — Passive-first timeout ratio and dual-band sibling rotation (--pmkid-passive-ratio, --no-pmkid-band-rotate)
  • Client band-stalk — Post-deauth listen on sibling bands for roaming clients (--no-client-band-stalk)
  • Crack ladder — Vendor default passwords and hashcat rules before rockyou (--no-crack-ladder)
  • Handshake validation UI — Full hcxpcapngtool validation with on-screen confirm before cracking
  • --new-hs — Force fresh handshake capture; requires deauth round before accepting passive candidate
  • --no-ignore-cracked — Re-show and re-attack networks already in the crack database
  • CLI help overhaul — Sectioned, colorized -h output

Fixes

  • WPS offline pathcapfile initialized correctly on offline pixie success
  • Help output — Rich number highlighter disabled so channel/default values are not bolded
  • Band flags — Help shows --2ghz / --5ghz long form (short -2/-5 still work)

Install

curl -LO https://github.com/Leadrogue/Wiflux/releases/download/v1.0.3/wiflux-1.0.3-linux-installer.tar.gz
tar -xzf wiflux-1.0.3-linux-installer.tar.gz
cd wiflux-1.0.3-linux-installer
./install.sh

See CHANGELOG.md for full details.

Full Changelog: v1.0.2...v1.0.3