6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
# Default portscan
|
|
nmap -sC -sV <IP>
|
|
|
|
# Param
|
|
-p- # Strictly says to scan all ports
|
|
--min-rate 1000 # Limits the amount of packages send per port |