Nmap Flashcards
What does Nmap stand for?
network mapper
Nmap
network mapper
What is Nmap used for?
Nmap allows you to scan your network and discover not only everything connected to it, but also a wide variety of information about what’s connected, what services each host is operating, and so on. It allows a large number of scanning techniques, such as UDP, TCP connect (), TCP SYN (half-open), and FTP.1
What is a port?
A port is a virtual point where network connections start and end.Each port is associated with a specific process or service.
What networking constructs are used to direct traffic to the right application on a server?
Ports
How many Ports are available on any network-enabled computer?
65535
How many Ports are considered “well-known”?
1024
On which Port can a HTTP Webservice nearly always be found?
80
On which Port can a HTTPS Webservice nearly always be found?
443
On which Port can a Windows NETBIOS nearly always be found?
139
On which Port can a SMB (Server Message Block) nearly always be found?
445
What is nmap -h
help menu
Which switch would you use for a “UDP scan”?
-sU
Which switch would you use for a “Syn Scan”?
-sS
If you wanted to detect which operating system the target is running on, which switch would you use?
-O