0% found this document useful (0 votes)
264 views14 pages

Nmap Security Scanner: - Security Test Group Facebook

This document discusses the Nmap security scanner and how it can be used to scan targets for open ports, operating systems, services and versions. It provides examples of commands to scan a single target, multiple targets, target ranges, from a text file, aggressively for information, operating systems, services versions, faster scans, specific ports, traceroutes, only open ports and saving reports. The lecturer is Abdallah Elsokary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
264 views14 pages

Nmap Security Scanner: - Security Test Group Facebook

This document discusses the Nmap security scanner and how it can be used to scan targets for open ports, operating systems, services and versions. It provides examples of commands to scan a single target, multiple targets, target ranges, from a text file, aggressively for information, operating systems, services versions, faster scans, specific ports, traceroutes, only open ports and saving reports. The lecturer is Abdallah Elsokary.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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