Skip to content

jonasonline/nmap-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

nmap-cheat-sheet

A collection of useful Nmap commands

Verbose service/OS scan

nmap -p 0-65535 -T4 -A -v [host/IP]

Update scripts

nmap --script-updatedb

Default script scan

nmap -sC -sV -oA nmap/out [host/IP]

Banner grabbing

nmap -sS -sV -p [Port number] -v -n -Pn --script banner [host/IP]

Vulnerability scanning

nmap -sV --script=exploit,external,vuln,auth,default -oX nmap-output.xml --webxml [host/IP]

About

Nmap commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published