- Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing.
- Open a Terminal and enter the following :
sudo apt-get install nmap
nmap -v -sT localhost
- SYN scanning with the following :
sudo nmap -v -sS localhost
No comments:
Post a Comment