Experiment 8 CSS
Experiment 8 CSS
8
Aim: Download and install nmap. Use it with different options to scan open ports, perform OS
fingerprinting, do a ping scan, tcp port scan, udp port scan, xmas scan etc.
Objectives:
Understand port scanning.
Understand the how nmap helps to scan various ports.
Explore various nmap options for OS fingerprinting and gathering detailed network
an d remote hosts information.
Outcomes: The learner will be able to
Install and use nmap and use it for gathering detailed network and remote host
information.
HARDWARE CONFIGURATION :
THEORY:
Nmap (Network Mapper) is a security scanner originally written by Gordon Lyon (also known by
his pseudonym Fyodor Vaskovich) used to discover hosts and services on a computer network, thus
creating a "map" of the network. To accomplish its goal, Nmap sends specially crafted packets to
the target host and then analyzes the responses. Unlike many simple port scanners that just send
packets at some predefined constant rate, Nmap accounts for the network conditions (latency
fluctuations, network congestion, the target interference with the scan) during the run. Also, owing
to the large and active user community providing feedback and contributing to its features, Nmap
has been able to extend its discovery capabilities beyond simply figuring out whether a host is up or
down and which ports are open and closed; it can determine the operating system of the target,
names and versions of the listening services, estimated uptime, type of device, and presence of a
firewall.
Installation of Nmap:
Conclusion :
Namp is studied and different types of nmap scans are used to gather host and network
related information.