Nmap Security Scanner: - Security Test Group Facebook

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

Nmap security scanner

Lectured by abdallah elsokary


• Security test group > Facebook
• https://www.facebook.com/groups/155349421484222/
• Page I love Linux security world
• https://www.facebook.com/ILLSW/
• lecturer on web site :
• http://hack.geekcademy.com/
Nmap security scanner
Nmap :
• Open ports
• Filtered ports
• Closed ports
• Os type
Gui:
Found in Linux or windows
Out of our course .
You can download it for windows or Linux
www.Nmap.org

Nmap <target ip or domain>


Ex: nmap 192.168.145.129
Ex: namp yahoo.com

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
More target .
We can scan more targets

Nmap <more target >

Ex: nmap 192.168.145.123 192.168.145.129 192.168.145.158

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Range of target
We can scan range of targets

Nmap <target-range>

Ex: nmap 192.168.145.1-22


Ex: nmap 192.168.145.*

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
From text file
We can scan targets from text file

Nmap -iL <text file >

Ex: nmap –iL targets.txt

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Aggressive information
Scan aggressively on target

Nmap -A <target>

Ex: nmap –A 192.168.145.129

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Operating system
Scan the type of operating system

Nmap -O <target>

Ex: nmap -O 192.168.145.129

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Services versions
Scan for services versions

Nmap -sV <target>

Ex: nmap -sV 192.168.145.129

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
More fast scan
Scan faster

Nmap -F <target>

Ex: nmap -F 192.168.145.129

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Specific port scan
We can scan for specific port

Nmap –p <port number,port number,etc> <target>


Ex: nmap –p 445,443,80 192.168.145.129
Ex: namp –p mysql,http 192.168.145.123

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Traceroute the target

Nmap –traceroute <target>


Ex: namap –traceroute 192.168.145.126

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Specifically open ports
We can scan for specifically open
ports

Nmap --open <target>

Ex: nmap – -open 192.168.145.129

Lectured By abdallah elsokary


Nmap security scanner
Nmap :
Saving report

Nmap -oN <report.txt>


Namp -oX <report.xml>

Ex: nmap – -open 192.168.145.129 –oN report.txt


Ex: nmap – -open 192.168.145.129 –oX report.xml

Lectured By abdallah elsokary


Thank you

You might also like