Answers for "listen all local open ports"

0

listen all local open ports

#With nmap:
nmap -p- "0.0.0.0"

# check each service:
sudo lsof -i -P | grep LISTEN | grep $PORT_NUMBER
Posted by: Guest on January-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language