User Tools

Site Tools


nmap
no way to compare when less than two revisions

Differences

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


nmap [2021/02/02 08:16] (current) – created dreiggy
Line 1: Line 1:
 +====== NMAP local network scan ======
  
 +Ping scan
 +<code bash>
 +nmap -sP -v 192.168.0.0/24
 +</code>
 +
 +TCP SYN scan
 +<code bash>
 +nmap -sS -v 192.168.0.0/24
 +</code>
nmap.txt · Last modified: 2021/02/02 08:16 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki