nmap 工具提供了相當多的功能
比凡說檢測 SSL 協定
檢測 web server 版本
nmap 同時也提供 windows 以及 linux 版本
支援度相當高
而且官方內建高達 500 多種 scripts 供你使用
以下語法參考資料
https://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/
https://shazi.info/用 NMAP 驗證支援的 TLS 版本和 CIPHERS
掃描 SSL 加密協定 nmap --script ssl-enum-ciphers -p 443 --host-timeout 60s 192.168.43.0/24
Get HTTP headers of web services (取得 web service 資訊)
nmap –script=http-headers 192.168.1.0/24