Nmap Basics
About Me :
• Manish Sharma (Cyph70t)
• LinkedIn : https://linkedin.com/in/cyph70t
• Twitter: @cyph70t
• GitHub: https://github.com/cyph70t
• Discord: cyph70t@712
Today's Agenda
1. Features
2. How It Works
3. Scanning Techniques
4. Demo
Before we proceed...
Do You Think
Nmap is just a port Scanner ?
Features
• Nmap was first published in September 1997
• Included operating system fingerprinting
• Service fingerprinting
• Code rewrites (C to C++)
• Additional scan types,
• Protocol support
• New programs that complement Nmap's core features
How Nmap Works
1) Sends TCP and UDP packets to the target machine
2) Examines the response by comparing the result with the database
3) OS detection involves the process of finding open ports
4) Ping scan uses ICMP packets to check live machines within
the network
5) Nmap is not limited to merely gathering information and enumeration
What you do when you need help ?
Nmap Help !!!
nmap –h / --help
Scanning Techniques
Nmap –sT 192.168.0.110
nmap –sF 192.168.0.110
nmap –sS 192.168.0.110
nmap –sU –T5 192.168.0.110
nmap –sV 192.168.0.110
nmap –O 192.168.0.110
nmap –sV –sC –T5 192.168.0.110
Nmap NSE(Nmap Script Engine)
 NSE is one of Nmap's most powerful and flexible features
 It allows users to write (and share) simple scripts to automate a wide
variety of networking tasks.
 Those scripts are then executed in parallel with the speed and
efficiency you expect from Nmap
locate *.nse
Bruteforce with Nmap ?
Vulnerability Scanning With Nmap !!!
NSE for http
Let's Go with Few Demo !!
Thankyou
Any Questions ?

Nmap basics