312-50V10 · Question #267
During a wireless penetration test, a tester detects an access point using WPA2 encryption. Which of the following attacks should be used to obtain the key?
The correct answer is A. The tester must capture the WPA2 authentication handshake and then crack it.. Cracking WPA2 requires capturing the 4-way authentication handshake and performing an offline brute-force or dictionary attack against it.
Question
During a wireless penetration test, a tester detects an access point using WPA2 encryption. Which of the following attacks should be used to obtain the key?
Options
- AThe tester must capture the WPA2 authentication handshake and then crack it.
- BThe tester must use the tool inSSIDer to crack it using the ESSID of the network.
- CThe tester cannot crack WPA2 because it is in full compliance with the IEEE 802.11i standard.
- DThe tester must change the MAC address of the wireless network card and then use the AirTraf
How the community answered
(20 responses)- A75% (15)
- B5% (1)
- C5% (1)
- D15% (3)
Why each option
Cracking WPA2 requires capturing the 4-way authentication handshake and performing an offline brute-force or dictionary attack against it.
WPA2 uses a 4-way handshake during client authentication that can be captured passively with tools like airodump-ng. The captured handshake contains enough cryptographic material to perform offline dictionary or brute-force attacks using tools such as aircrack-ng or hashcat, making this the standard and effective WPA2 cracking methodology in penetration testing.
inSSIDer is a Wi-Fi network scanner used to detect and analyze nearby networks, not a password cracking tool, and cannot crack WPA2 using an ESSID alone.
WPA2 being IEEE 802.11i compliant does not make it immune to cracking - offline attacks against captured 4-way handshakes are a well-documented and viable attack vector.
Spoofing a MAC address changes a device's hardware identifier but does not assist in decrypting WPA2 encryption or recovering the pre-shared key.
Concept tested: WPA2 handshake capture and offline cracking
Source: https://csrc.nist.gov/publications/detail/sp/800-97/final
Topics
Community Discussion
No community discussion yet for this question.