Nmap: Difference between revisions

From DWIKI
(Created page with "=Links= *[https://nmap.org/ Homepage] =FAQ=")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
=Links=
*[https://nmap.org/ Homepage]
*[https://nmap.org/ Homepage]
*[https://securitytrails.com/blog/top-15-nmap-commands-to-scan-remote-hosts nmap examples]


=FAQ=
=HOWTO=
 
==Scan subnet for port==
nmap -p 80 192.168.1.0/24
 
==ping IP range==
nmap -sP 192.168.11.10-20
 
==OS scan==
nmap -O

Latest revision as of 14:58, 22 February 2024

Links

HOWTO

Scan subnet for port

nmap -p 80 192.168.1.0/24

ping IP range

nmap -sP 192.168.11.10-20

OS scan

nmap -O