测试工具 Nmap
Nmap 是一款用于网络发现和安全审计的网络安全工具。
Install
1 | bzip2 -cd nmap-7.12.tar.bz2 | tar xvf - |
usage
1 | sudo nmap -T4 -A -v 192.168.1.1/24 |
这些是上述命令的参数选项符。
1 | T4 ─ 将时间设为4(0-5,5代表最快) |
Reference
Copyright Notice
Author: Shawn Yan
Link: https://shawnyan.cn/2018/testing/testing-tool-nmap/index.html
License: All articles on this site are original unless otherwise stated. Please indicate the source when reprinting!