Lab 04-Scanning2-Zenmap
Lab 04-Scanning2-Zenmap
Student ID B1809707
Name Nguyen Chi Hoang Minh
Email address [email protected]
Class DI18V7F1
Browser Firefox
OS Ubuntu
Don’t scan other systems(including google.com), instead use CICT URL
Select scan type(profile) in profile field, scan and explain the result
① Intense Scan Command: nmap -T4 -A -v <target>
It scans a list of 1000 common TCP ports. It will make an effort in determining the
OS type and what services and their versions are running.
② Intense Scan, all TCP Ports Command: nmap -p 1-65535 -T4 -A -v <target>
It scans a list of 1000 most common protocols, but instead, it will scan everything
from port 1 to 65535 (max).
③ Intense Scan, no ping Command: nmap -T4 -A -v -Pn <target>
Just like the other intense scans, however this will assume the host is up. Usefull if the
target is blocking ping request and already know the target is up.
Type in scan type(profile)in command field,scan and explain the result
It scans faster than the intense scan by limiting the number of TCP ports scanned to
only the top 100 most common TCP ports.
③ Quick Trace Route Command: nmap -sn --traceroute <target>
It determines hosts and routers in a network scan. It will traceroute and ping all hosts
defined in the target.
④ Regular Scan Command: nmap <target>
It will issue a TCP SYN scan for the most common 1000 TCP ports, using ICMP Echo
request (ping) for host detection.
LAB4: ZENMAP (practice #03 menu bar) Snapshot
It will show a list of all ports that are open, filtered, or open|filtered on any of the
targets
③ Press Nmap output button & explain
The “Nmap Output” tab is displayed by default when a scan is run. It shows the
familiar Nmap terminal output. The display highlights parts of the output according to
their meaning; for example, open and closed ports are displayed in different colors.
④ Press Ports / Hosts button & explain
The “Ports / Hosts” tab's display differs depending on whether a host or a service is
currently selected. When a host is selected, it shows all the interesting ports on that
host, along with version information when available.
⑤ Press Topology button & explain
The “Host Details” tab breaks all the information about a single host into a hierarchical
display. Shown are the host's names and addresses, its state (up or down), and the
number and status of scanned ports.