Test - Using Nmap for Network Reconnaissance
What is Nmap?
Nmap (“Network Mapper”) is an open source tool for network discovery and security auditing.
Basic Scan:
nmap -sS 192.168.1.1
Common Usage:
- Host discovery
- Port scanning
- Service version detection
- OS detection
Learn more at nmap.org