「nmap」- Network exploration tool and security / port scanner

命令安装

Download: https://nmap.org/download.html
Install Guide: https://nmap.org/book/install.html

安装的二进制文件

nmap/bin/
├── ncat
├── ndiff
├── nmap
├── nmapfe -> zenmap
├── nping
├── uninstall_ndiff
├── uninstall_zenmap
├── xnmap -> zenmap
└── zenmap

0 directories, 9 files

常用命令

Docs: https://nmap.org/docs.html

主机扫描

nmap -sn 192.168.0.0/24

端口扫描

Nmap Network Scanning/Port Scanning Techniques

nmap –open -p 8080 your-hostname

参考文献

Homepage: https://nmap.org/