222k views
3 votes
When working with nmap you initiate a scan using the syntax "nmap -sT ", however, the scan appears to stall or hang and no information is returned when you press enter. When you cancel the command and ping the same address the host shows that it is available and online. What would you add to the nmap command to observe what is happening after you press enter?

a. -x
b. -i
c. -o
d. -v

1 Answer

6 votes

Final answer:

To observe what is happening during an Nmap scan, add the -v option to the command.

Step-by-step explanation:

If the Nmap scan appears to hang and no information is returned, you can add the -v option to the command to observe what is happening. The -v option stands for verbose mode and provides more detailed output. By adding this option, you will be able to see the progress of the scan and any errors or issues that may occur.

User Areeha
by
7.7k points