H12-725_V4.0 · Question #125
Which of the following tools is commonly used for port scanning during penetration testing?
The correct answer is C. Nmap. Nmap (Network Mapper) is the industry-standard tool for port scanning - it probes target hosts to discover open ports, running services, and OS fingerprints, making it a staple of penetration testing reconnaissance. Aircrack-ng (A) is a wireless network security tool focused on…
Question
Which of the following tools is commonly used for port scanning during penetration testing?
Options
- AAircrack
- BTracert
- CNmap
- DWireshark
How the community answered
(34 responses)- A3% (1)
- B9% (3)
- C85% (29)
- D3% (1)
Explanation
Nmap (Network Mapper) is the industry-standard tool for port scanning - it probes target hosts to discover open ports, running services, and OS fingerprints, making it a staple of penetration testing reconnaissance. Aircrack-ng (A) is a wireless network security tool focused on cracking Wi-Fi encryption, not port scanning. Tracert/traceroute (B) traces the network path between two hosts hop-by-hop but tells you nothing about open ports on a target. Wireshark (D) is a packet capture and protocol analysis tool - it inspects traffic that's already flowing past your interface rather than actively probing targets.
Memory tip: Think "N-map = Network Map" - it literally maps out what's open on a network, which is exactly what a port scanner does.
Topics
Community Discussion
No community discussion yet for this question.