netdiscover
sudo netdiscover -i eth0
nmap for local networks
sudo nmap -F 172.168.1.0/24
nmap for remote networks
nmap -F disney.gov
Check for O.S. version
sudo nmap -O 172.168.1.15
Check for services’ version
sudo nmap -sV 172.168.1.15
Software and Security Engineer.
Lives in Zürich.
A Cyber Security enthusiast, Security Engineering Msc, MBA, PMP, CISSP-ISSAP, CCSP, CEH.
sudo netdiscover -i eth0
sudo nmap -F 172.168.1.0/24
nmap -F disney.gov
sudo nmap -O 172.168.1.15
sudo nmap -sV 172.168.1.15