5Ghost 2.6.0-beta: Dual-Band Wi-Fi, Clientless PMKID & PMF Detection for the Flipper Zero
Partager
PINGEQUA Lab · Wi-Fi research · 6 min read · Updated 2026-07-26
5Ghost WiFi Lab is a dual-band 2.4 / 5 GHz Wi-Fi research tool for the Flipper Zero, built on the Realtek RTL8720DN (BW16) radio. The new 2.6.0-beta release adds clientless PMKID capture (beta) and multi-SSID beacons — here's what changed, why dual-band hardware matters, and an honest look at how it sits next to the popular ESP32 firmwares.
What's new in 2.6.0-beta
Two headline additions, both aimed at getting a usable result faster:
-
Clientless PMKID capture (beta). 5Ghost can now grab a WPA/WPA2 PMKID by associating to the access point itself (AUTHPROBE) — no need to wait for a client to connect and produce a full 4-way handshake. It has an on-device target picker across 2.4 + 5 GHz, a capture-quality gate before it claims success, and it exports both a
.22000file (hashcat mode 22000) and a.jsonrecord. It's marked beta: the capture-to-hash pipeline is verified offline, but live-AP end-to-end validation is still ongoing. - Multi-SSID beacon generation. Emit multiple named / multi-BSSID beacons for lab work and for testing detectors.
Carried over from 2.5.0-beta: Wi-Fi station recon (list clients on an AP, targeted deauth, focused handshake capture) and BLE recon with multi-round accumulation and de-duplication.
Why dual-band hardware matters
Routers have been steering traffic onto 5 GHz for years — it's faster and less crowded. A 2.4 GHz-only tool simply can't see that half of the air. 5Ghost runs on the Realtek RTL8720DN (BW16), which has a real 5 GHz radio, and it uses that in practical ways: routing WPA/WPA2 handshake capture through 5 GHz, where this class of chip can actually hear the client's reply, and mapping congestion on both bands so you can pick a clear channel or find where the targets are.
5Ghost vs the popular ESP32 firmwares
This isn't a "one is bad" story — the ESP32 firmwares are excellent, mature, fully open-source projects. They're built for different hardware and different jobs. Here's the straight comparison (versions and sources dated so you can re-check):
| Capability | 5Ghost (RTL8720DN) | ESP32 Marauder | Bruce | GhostESP |
|---|---|---|---|---|
| Latest version (2026-07) | 2.6.0-beta | v1.14.0 | 1.16 | v2.0 |
| 5 GHz scan | Yes — native | C5 hardware only | C5, experimental | C5 hardware only |
| 2.4 GHz toolkit | Yes | Yes (mature) | Yes | Yes |
| Handshake → PCAP | Yes (5 GHz routed) | Yes | Yes | Yes |
| Clientless PMKID | Yes (beta) | Passive / deauth* | No PMKID | Passive* |
| PMF / WPA3 immunity flagged | Yes | No | No | Yes (C5/C6) |
| BLE scan + tracker detect | Yes | Yes | Yes | Yes |
| Native Flipper app | Yes | Companion FAP | Standalone (M5/CYD) | Companion app |
| Ships preloaded, no flashing | Yes | No | No | No |
| License | App MIT; fw closed | MIT | AGPL-3.0 | GPL-3.0 |
*Marauder and GhostESP can capture a PMKID, but by passive sniffing or by deauthing an existing client — not by self-associating to the AP. Bruce has no dedicated PMKID feature. 5Ghost's clientless PMKID actively associates to elicit the AP's PMKID with no client present. Feature sets evolve — check each project's current docs.
BLE: something a bare Flipper can't do
The Flipper's own firmware never exposes a general BLE scanner to third-party apps — the request for one has sat unimplemented for years. 5Ghost's BW16 radio does the sweep instead: it lists advertising devices with signal and vendor, and flags Find My / AirTag trackers and nearby Flipper Zeros, with a per-device detail page and CSV export. Multi-round accumulation means the list fills in over several passes instead of resetting each scan.
The honest limits (true of any tool)
- WPA3-SAE can't be cracked offline — by any tool. SAE is designed so a captured handshake carries no offline-crackable hash. 5Ghost detects WPA3 and tells you it's out of reach rather than pretending otherwise.
- PMF / WPA3 access points can't be deauthed. That's 802.11w working as designed. The difference is whether the tool tells you before you try.
- Clientless PMKID is beta, and PMKID only exists on APs that include it in their first EAPOL message — it isn't universal.
Get dual-band 5 GHz on your Flipper Zero
The 5Ghost board ships preloaded — dock it on the GPIO header, copy one app to the SD card, and you're scanning both bands. Two antenna options: compact onboard, or a high-gain 8 dBi for range.
Get the 5Ghost board →See the open-source app on GitHub →
FAQ
What's new in 5Ghost 2.6.0-beta?
.22000 + .json; and multi-SSID / multi-BSSID beacon generation for lab and detector testing. Wi-Fi station recon and BLE accumulation carry over from 2.5.0-beta.What is clientless PMKID capture?
Can a Flipper Zero do 5 GHz Wi-Fi?
Can 5Ghost crack WPA3?
Can a bare Flipper Zero scan Bluetooth LE?
Which Flipper firmware do I need?
.fap runs on all three major firmwares — Official, Momentum and Unleashed (API 87.1). The board ships preloaded, so there's nothing to flash on it.Sources & further reading (accessed 2026-07-26): ESP32 Marauder v1.14.0 (MIT); Bruce 1.16 (AGPL-3.0); GhostESP v2.0 (GPL-3.0) and C5 5 GHz docs; ESP32-C5 dual-band Espressif; Double Barrel 5G (RTL8720DN) HoneyHoneyTeam; Flipper Wi-Fi Dev Board (ESP32-S2) developer.flipper.net. Related: Can a Flipper Zero do 5 GHz Wi-Fi? 5Ghost vs the ESP32 Marauder.
For authorized security testing and education only. Test only networks and devices you own or have explicit written permission to test. You are responsible for compliance with all applicable laws and radio regulations (e.g. FCC Part 15 in the US). "Flipper Zero", "ESP32", "ESP32 Marauder", "Bruce" and "GhostESP" are referenced for compatibility and comparison; PINGEQUA is independent and not affiliated with or endorsed by their respective owners.