User Tools

Site Tools


nmap:nmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nmap:nmap [2020/06/08 23:25] peternmap:nmap [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 52: Line 52:
 ---- ----
  
-== Service and OS Detection ==+===== Service and OS Detection =====
  
 Service and OS detection rely on different methods to determine the operating system or service running on a particular port. Service and OS detection rely on different methods to determine the operating system or service running on a particular port.
Line 68: Line 68:
 ---- ----
  
-== Nmap Output Formats ==+===== Nmap Output Formats =====
  
 |Save default output to file|nmap -oN outputfile.txt 192.168.1.1| |Save default output to file|nmap -oN outputfile.txt 192.168.1.1|
Line 81: Line 81:
 ---- ----
  
-== Digging deeper with NSE Scripts ==+===== Digging deeper with NSE Scripts =====
  
 |Scan using default safe scripts|nmap -sV -sC 192.168.1.1| |Scan using default safe scripts|nmap -sV -sC 192.168.1.1|
Line 96: Line 96:
 ---- ----
  
-== Search for DDOS reflection UDP services ==+===== Search for DDOS reflection UDP services =====
  
 |Scan for UDP DDOS reflectors|nmap –sU –A –PN –n –pU:19,53,123,161 –script=ntp-monlist,dns-recursion,snmp-sysdescr 192.168.1.0/24| |Scan for UDP DDOS reflectors|nmap –sU –A –PN –n –pU:19,53,123,161 –script=ntp-monlist,dns-recursion,snmp-sysdescr 192.168.1.0/24|
Line 104: Line 104:
 ---- ----
  
-== HTTP Service Information ==+===== HTTP Service Information =====
  
 |Gather page titles from HTTP services|nmap --script=http-title 192.168.1.0/24| |Gather page titles from HTTP services|nmap --script=http-title 192.168.1.0/24|
Line 114: Line 114:
 ---- ----
  
-== Detect Heartbleed SSL Vulnerability ==+===== Detect Heartbleed SSL Vulnerability ======
  
 |Heartbleed Testing|nmap -sV -p 443 --script=ssl-heartbleed 192.168.1.0/24| |Heartbleed Testing|nmap -sV -p 443 --script=ssl-heartbleed 192.168.1.0/24|
Line 122: Line 122:
 ---- ----
  
-===== IP Address information =====+====== IP Address information ======
  
 Gather information related to the IP address and netblock owner of the IP address. Gather information related to the IP address and netblock owner of the IP address.
nmap/nmap.1591658724.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki