Monitoring

From Noah.org
Revision as of 19:32, 21 October 2009 by Root (talk | contribs) (Created page with 'Category:Engineering Scan the local network for list of IP and MAC addresses: <pre> arp-scan --interval=10 --timeout=100 --retry=5 --ignoredups --localnet </pre> nmap each…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Scan the local network for list of IP and MAC addresses:

arp-scan --interval=10 --timeout=100 --retry=5 --ignoredups --localnet

nmap each IP address found:

  nmap -PN -T4 -p1-1024 $HOST_IP