Search for hosts on a network
Last updated 2 years ago
Run all scans:
sudo nmapAutomator -H <remote_ip> -t all
Run a full scan in the background:
nmap -sC -sV -oA nmap/<hostname> <remote_ip>
Options:
-sC: use default scripts
-sC
-sV: enumerate versions
-sV
-oA: output all formats
-oA