Scanner / lister les ports 22 ouverts sur un réseau local.
# sudo nmap -sS -p 22 192.168.1.0/24 -oG - | fgrep 22/open
This will list all the IP that present an open port 22 in the given set to scan.
GNU+Linux command memo
Scanner / lister les ports 22 ouverts sur un réseau local.
# sudo nmap -sS -p 22 192.168.1.0/24 -oG - | fgrep 22/open
This will list all the IP that present an open port 22 in the given set to scan.