nmap

This uses the nmap tool to perform a detailed TCP port scan on the IP range 192.168.0.0/24.

sudo nmap -sS -p- -PE -PP -PS80,443 -PA3389 -PU40125 -A -T4 -oA tcpscan-%D 192.168.0.0/24 

For a simpler verbose scan,

sudo nmap -v -A -sS -p- -O target

 


Revision #2
Created 28 May 2024 18:00:02 by Cesar Gzz
Updated 28 May 2024 19:56:54 by Cesar Gzz