nerdexam
GAQM

CPEH-001 · Question #461

An attacker tries to do banner grabbing on a remote web server and executes the following command. $ nmap -sV host.domain.com -p 80 He gets the following output. scan report for host.domain.com…

The correct answer is B. The hacker successfully completed the banner grabbing. See the full explanation below for the reasoning.

Question

An attacker tries to do banner grabbing on a remote web server and executes the following command. $ nmap -sV host.domain.com -p 80 He gets the following output. scan report for host.domain.com (108.61.158.211) Host is up (0.032s latency). PORT STATE SERVICE VERSION 80/tcp open http Apache httpd done: 1 IP address (1 host up) scanned in 6.42 seconds What did the hacker accomplish?

Options

  • Anmap can't retrieve the version number of any running remote service.
  • BThe hacker successfully completed the banner grabbing.
  • CThe hacker should've used nmap -O host.domain.com.
  • DThe hacker failed to do banner grabbing as he didn't get the version of the Apache web server.

How the community answered

(54 responses)
  • A
    13% (7)
  • B
    78% (42)
  • C
    6% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice