All Practice Exams

100+ Free HTB CWPE Practice Questions

HTB Certified Wi-Fi Pentesting Expert practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

In Airgeddon's evil twin attack workflow, after deauthenticating clients from the legitimate AP, what does Airgeddon do to prevent clients from reconnecting to the real AP?

A
B
C
D
to track
2026 Statistics

Key Facts: HTB CWPE Exam

7 days

Exam Duration

Hack The Box

No hardware

Cloud-Based Wireless Lab

Hack The Box

Jan 2026

Certification Launch Date

Hack The Box

6 modules

Wi-Fi Penetration Tester Path

HTB Academy

Report required

Professional Wireless Pentest Report

Hack The Box

WPA3 covered

Includes Dragonblood & SAE Attacks

HTB Academy

HTB CWPE is a 7-day practical wireless pentesting exam in a cloud-based lab environment covering WEP cracking, WPS Pixie Dust, WPA2 PMKID/handshake attacks, evil twin with captive portals, WPA-Enterprise EAP/RADIUS attacks via Eaphammer, WPA3 Dragonblood, and wireless-to-AD pivoting. No hardware required. Prerequisites include completing the HTB Academy Wi-Fi Penetration Tester job-role path. This practice exam covers knowledge areas: Aircrack-ng, Hashcat, Eaphammer, PMKID, SAE/Dragonblood, and pivoting.

Sample HTB CWPE Practice Questions

Try these sample questions to test your HTB CWPE exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which aircrack-ng component is used to place a wireless interface into monitor mode?
A.airodump-ng
B.airmon-ng
C.aireplay-ng
D.airbase-ng
Explanation: airmon-ng is the aircrack-ng suite component that enables or disables monitor mode on wireless interfaces. It must be run first (e.g., `airmon-ng start wlan0`) before other tools like airodump-ng can capture raw 802.11 frames. Killing conflicting processes with `airmon-ng check kill` is typically required before enabling monitor mode.
2During WEP cracking with aircrack-ng, which statistical attack requires approximately 40,000 captured IVs for reliable key recovery?
A.ChopChop attack
B.Fragmentation attack
C.PTW statistical attack
D.ARP replay attack
Explanation: The PTW (Pyshkin-Tews-Weinmann) statistical attack is the default WEP cracking method in aircrack-ng and requires roughly 40,000 captured initialization vectors (IVs). It exploits the biases in the RC4 keystream caused by weak IVs to statistically determine the WEP key. Earlier FMS and KoreK attacks required many more packets.
3What is the primary purpose of a deauthentication attack (aireplay-ng -0) during WPA2-PSK cracking?
A.Force clients to reconnect and capture the 4-way handshake
B.Decrypt the WPA2 traffic in real time
C.Enumerate SSIDs of hidden networks
D.Inject fake beacon frames to confuse clients
Explanation: Deauthentication attacks (aireplay-ng -0) send spoofed 802.11 deauth frames to disconnect a client from an AP. When the client reconnects it performs the WPA2 4-way handshake, which can be captured by airodump-ng. The captured EAPOL handshake is then cracked offline using a wordlist or brute force.
4The PMKID attack differs from traditional WPA2 handshake capture attacks because it:
A.Requires cracking the MIC of each EAPOL frame individually
B.Only works against WPA2-Enterprise networks
C.Does not require a client to be associated with the AP
D.Requires the attacker to be within 1 meter of the AP
Explanation: The PMKID attack (discovered by Jens Steube in 2018) extracts the PMKID from a single EAPOL frame sent by the AP. The PMKID = HMAC-SHA1-128(PMK, 'PMK Name' || AP_MAC || Client_MAC), so it can be captured without any connected clients or deauthentication. This makes it ideal when no clients are associated.
5Which WPS vulnerability allows an attacker to determine the correct 8-digit WPS PIN in at most 11,000 guesses rather than 100,000,000?
A.WPS KRACK vulnerability
B.WPS Pixie Dust offline attack
C.WPS PIN split design flaw
D.WPS beacon injection flaw
Explanation: The WPS PIN design flaw splits the 8-digit PIN into two 4-digit halves validated separately by the AP. The first half (4 digits = 10,000 possibilities) and the second half (3 effective digits = 1,000 possibilities, since the 8th digit is a checksum) can be brute-forced independently for a maximum of 11,000 total attempts. Tools like Reaver exploit this flaw.
6The Pixie Dust attack against WPS targets which specific cryptographic weakness?
A.Weak RC4 keystream generation in WPS handshake
B.Lack of TLS certificate validation in WPS exchange
C.Reuse of the 4-way handshake MIC across sessions
D.Predictable or zero E-S1/E-S2 nonces due to poor PRNG in embedded devices
Explanation: The Pixie Dust attack (Dominique Bongard, 2014) exploits poor pseudo-random number generation in some WPS implementations where the E-S1 and E-S2 nonces used to prove PIN knowledge are predictable or zero. An attacker can recover the WPS PIN offline in seconds using tools like pixiewps when the router firmware uses a weak PRNG.
7In an evil twin attack against WPA2-Personal clients, how does the attacker harvest the Wi-Fi password?
A.Hosting a captive portal to harvest credentials after clients connect to the deceptive AP
B.Capturing RADIUS accounting messages from the real AP
C.Injecting RSN information elements to downgrade clients to WEP
D.Replaying the 4-way handshake to reveal the PMK
Explanation: In a WPA2-Personal evil twin attack, the attacker creates a rogue AP with the same SSID and stronger signal, disconnects clients from the legitimate AP via deauth, and hosts a fake captive portal requesting the Wi-Fi password under a guise such as a firmware update prompt. Tools like Airgeddon and Wifipumpkin3 automate this workflow.
8Which Airgeddon attack mode creates a rogue AP, deauthenticates clients, and serves a web-based credential harvesting page to capture WPA/WPA2-Personal passwords?
A.WPA/WPA2 handshake cracking mode
B.WPS Pixie Dust offline mode
C.Evil Twin AP with captive portal attack
D.PMKID attack mode
Explanation: Airgeddon's Evil Twin AP with captive portal attack creates a rogue AP mimicking the target, deauthenticates clients from the legitimate AP, and serves a web-based credential harvesting page. The captured Wi-Fi password is verified against the captured WPA2 handshake to confirm authenticity before presenting it to the attacker.
9Eaphammer is primarily used to conduct evil twin attacks against which type of network?
A.WEP networks using open authentication
B.WPA2-Personal PSK networks
C.WPA2/WPA3-Enterprise (EAP-based) networks
D.WPS-enabled networks with Pixie Dust vulnerability
Explanation: Eaphammer (by s0lst1c3/Gabriel Ryan) is designed specifically for targeted evil twin attacks against WPA2-Enterprise and WPA3-Enterprise (EAP-based) networks. It sets up a rogue AP with a RADIUS server that captures EAP credentials such as MSCHAPv2 hashes or EAP-GTC plaintext from clients that connect while downgrading or accepting various EAP methods.
10In a WPA2-Enterprise evil twin attack with a rogue RADIUS server accepting all authentication attempts, what credential is typically captured from clients using EAP-TTLS/MSCHAPv2?
A.The client's TLS private key in plaintext
B.The RADIUS shared secret
C.The client's Kerberos ticket-granting ticket (TGT)
D.The NT hash (NetNTLMv2) of the user's domain password
Explanation: In EAP-TTLS or PEAP with MSCHAPv2 inner authentication, the client sends an MSCHAPv2 challenge-response. When a rogue RADIUS accepts all connections and the client does not validate the server certificate, the attacker captures the NT hash (NetNTLMv2) of the user's password. This hash can then be cracked offline with Hashcat or John the Ripper.

About the HTB CWPE Practice Questions

Verified exam format metadata for HTB Certified Wi-Fi Pentesting Expert is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.