nerdexam
GIAC

GSLC · Question #215

Victor works as a professional Ethical Hacker for SecureEnet Inc. He wants to scan the wireless network of the company. He uses a tool that is a free open-source utility for network exploration. The…

The correct answer is A. Nmap. Nmap is the free, open-source network exploration tool that uses raw IP packets to enumerate hosts, open ports, services, operating systems, and firewall configurations.

Security Operations & Incident Response Leadership

Question

Victor works as a professional Ethical Hacker for SecureEnet Inc. He wants to scan the wireless network of the company. He uses a tool that is a free open-source utility for network exploration. The tool uses raw IP packets to determine the following:

  • What ports are open on our network systems
  • What hosts are available on the network
  • Identify unauthorized wireless access points
  • What services (application name and version) those hosts are offering
  • What operating systems (and OS versions) they are running
  • What type of packet filters/firewalls are in use

Which of the following tools is Victor using?

Options

  • ANmap
  • BSniffer
  • CKismet
  • DNessus

How the community answered

(25 responses)
  • A
    92% (23)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Nmap is the free, open-source network exploration tool that uses raw IP packets to enumerate hosts, open ports, services, operating systems, and firewall configurations.

ANmapCorrect

Nmap (Network Mapper) is a free, open-source tool that sends crafted raw IP packets to detect available hosts, open ports, application services with version details, operating system fingerprints, and packet filter or firewall rules - matching every capability described in the question scenario.

BSniffer

A sniffer passively captures network traffic in transit and does not actively send raw IP packets to probe hosts for open ports, services, or OS information.

CKismet

Kismet is a passive wireless network detector and 802.11 packet sniffer focused on identifying wireless networks - it does not perform the active port scanning, OS detection, or service enumeration described.

DNessus

Nessus is a commercial vulnerability assessment scanner - it is not free open-source software in its full form, and its primary purpose is credentialed vulnerability auditing rather than general-purpose network mapping.

Concept tested: Nmap tool capabilities for network reconnaissance

Source: https://nmap.org/book/intro.html

Topics

#Nmap#network scanning#wireless network enumeration#open source tools

Community Discussion

No community discussion yet for this question.

Full GSLC Practice