Nmap: Difference between revisions
From DWIKI
m (→ping range) |
mNo edit summary |
||
Line 3: | Line 3: | ||
*[https://securitytrails.com/blog/top-15-nmap-commands-to-scan-remote-hosts nmap examples] | *[https://securitytrails.com/blog/top-15-nmap-commands-to-scan-remote-hosts nmap examples] | ||
= | =HOWTO= | ||
==Scan submit for port== | |||
name -p 80 192.168.1.0/24 | |||
==ping IP range== | ==ping IP range== | ||
nmap -sP 192.168.11.10-20 | nmap -sP 192.168.11.10-20 |
Revision as of 14:00, 10 October 2022
Links
HOWTO
Scan submit for port
name -p 80 192.168.1.0/24
ping IP range
nmap -sP 192.168.11.10-20