August 14, 2021 by Admin
An attacker tries to do banner grabbing on a remote web server and executes the following command.
Service detection performed. Please report any incorrect results at http://nmap.org/submit/.
Nmap done: 1 IP address (1 host up) scanned in 6.42 seconds
What did the hacker accomplish?
- nmap can’t retrieve the version number of any running remote service.
- The hacker successfully completed the banner grabbing.
- The hacker should’ve used nmap -O host.domain.com.
- The hacker failed to do banner grabbing as he didn’t get the version of the Apache web server.