Hi all, I am a newbie in linux and tried to use command to check the server OS including windows and linux subnet by subnet, command below
nmap -O -F 172.xx.xx.* | grep "Running:"
nmap -O -p22 172.xx.xx.* | grep "Running:"
However, the result only show the OS without its IP, is their any...