测试工具 Nmap

测试工具 Nmap

严少安 Lv.6

Nmap 是一款用于网络发现和安全审计的网络安全工具。

Install

1
2
3
4
5
6
bzip2 -cd nmap-7.12.tar.bz2 | tar xvf -
cd nmap-7.12
./configure
make
su root
make install

usage

1
sudo nmap -T4 -A -v 192.168.1.1/24

这些是上述命令的参数选项符。

1
2
3
T4 ─ 将时间设为4(0-5,5代表最快)
A ─ 启用操作系统检测
v ─ 详细输出

Reference

  • Title: 测试工具 Nmap
  • Author: 严少安
  • Created at: 2018-02-18 13:11:01
  • Updated at: 2018-02-18 13:11:01
  • Link: https://shawnyan.cn/2018/testing/testing-tool-nmap/
  • License: This work is licensed under CC BY-NC-SA 4.0.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") { if (hexo-config('comment.system') == "waline") { @require "./waline.styl" } else if (hexo-config('comment.system') == "gitalk") { @require "./gitalk.styl" } else if (hexo-config('comment.system') == "twikoo") { @require "./twikoo.styl" } } .comments-container display inline-block margin-top $spacing-unit width 100% #comment-anchor width 100% height 10px .comment-area-title width 100% margin 10px 0 font-size 1.38rem color var(--default-text-color) font-family 'Consolas', '宋体', sans-serif font-weight bold i color var(--default-text-color) +redefine-tablet() margin 5px 0 font-size 1.2rem
On this page