⚠ 這是歷史版本頁面 — 查看 Nmap 最新版本 →
- 目前版本6.25
- 更新日期2012-12-03
- 檔案大小25.38MB
- 檔案名稱nmap-6.25-setup.exe
- 作業系統Windows 2000 / XP / Vista / Windows 7 / XP 64-bit / Vista 64-bit / Windows 7 64-bit / Windows 8 / Windows 8 64-bit / Windows 10 / Windows 10 64-bit
- 支援語系Multiple languages
- 授權型式開源軟體
- 開發商 Gordon Lyon
- 軟體分類Windows 軟體 / 安全工具
##
軟體介紹
Nmap是一套開放原始碼的軟體,它的功能主要是網路探測和安全稽核,能快速掃描大型網絡,並檢測本機或網路遠端主機的安全性弱點,進行弱點分析,有助增強系統及網路安全服務。
- 靈活:支援幾十種網絡技術,包含IP過濾器、防火牆、路由器和其他障礙。
- 功能強大:已經被用來掃描大型網絡中數以百計的成千上萬的機器。
- 便攜式:支援大多數作業系統,包括Linux、微軟Windows、Solaris和IRIX等等。
- 查詢文件:提供多語言最新的手冊頁、白皮書、教材、甚至是整本書。
- 熱門 :每一天成千上萬的人下載。
##
更新日誌
6.25 - [NSE] Added CPE to smb-os-discovery output.
- [Ncat] Fixed the printing of warning messages for large arguments to the -i and -w options.
- [Ncat] Shut down the write part of connected sockets in listen mode when stdin hits EOF, just as was already done in connect mode.
- [Zenmap] Removed a crashing error that could happen when canceling a "Print to File" on Windows:
> Traceback (most recent call last):
> File "zenmapGUIMainWindow.pyo", line 831, in _print_cb
> File "zenmapGUIPrint.pyo", line 156, in run_print_operation
GError: Error from StartDoc
- Added some new checks for failed library calls. [Bill Parker]