Nmap

Nmap 6.40

Gordon Lyon
開源軟體

Nmap是一套開放原始碼的軟體,它的功能主要是網路探測和安全稽核,能快速掃描大型網絡,並檢測本機或網路遠端主機的安全性弱點,進行弱點分析,有助增強系統及網路安全服務。

  • 靈活:支援幾十種網絡技術,包含IP過濾器、防火牆、路由器和其他障礙。
  • 功能強大:已經被用來掃描大型網絡中數以百計的成千上萬的機器。
  • 便攜式:支援大多數作業系統,包括Linux、微軟Windows、Solaris和IRIX等等。
  • 查詢文件:提供多語言最新的手冊頁、白皮書、教材、甚至是整本書。
  • 熱門 :每一天成千上萬的人下載。

軟體資訊
檔案版本 Nmap 6.40
檔案名稱 nmap-6.40-setup.exe
檔案大小 25.54MB
系統 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
軟體類型 開源軟體
更新日期 2013-07-30
更新日誌

- [Nping] Nping now checks for a matching ICMP ID on echo replies, to avoid receiving crosstalk from other ping programs running at the same time.
- [NSE] Added http-adobe-coldfusion-apsa1301.nse. It exploits an authentication bypass vulnerability in Adobe Coldfusion servers.
- [NSE] The ipOps.isPrivate library now considers the deprecated site-local prefix fec0::/10 to be private.
- [Ncat] Added --lua-exec. This feature is basically an equivalent of ncat --sh-exec "lua " and allows you to run Lua scripts with Ncat, redirecting all stdin and stdout operations to the socket connection.
- [NSE] Oops, there was a vulnerability in one of our 437 NSE scripts. If you ran the (fortunately non-default) http-domino-enum-passwords script with the (fortunately also non-default) domino-enum-passwords.idpath parameter against a malicious server, it could cause an arbitrarily named file to to be written to the client system. stdnse.filename_escape function for extra safety.
- [NSE] Added teamspeak2-version.nse
- Nmap's routing table is now sorted first by netmask, then by metric. Previously it was the other way around, which could cause a very general route with a low metric to be preferred over a specific route with a higher metric.
- [Ncat] The -i option (idle timeout) now works in listen mode as well as connect mode.
- Fixed a byte-ordering problem on little-endian architectures when doing idle scan with a zombie that uses broken ID incremements.
- [Ncat] Ncat now support chained certificates with the --ssl-cert option.
- Stop parsing TCP options after reaching EOL in libnetutil.
- [NSE] The dns-ip6-arpa-scan script now optionally accepts "/" syntax for a network mask.
- [Ncat] Reduced the default --max-conns limit from 100 to 60 on Windows, to stay within platform limitations.
- Fixed IPv6 routing table alignment on NetBSD.
- [NSE] Added http-phpmyadmin-dir-traversal
- Added a service probe for Erlang distribution nodes.
- Updated libdnet to not SIOCIFNETMASK before SIOCIFADDR on OpenBSD. This was reported to break on -current as of May 2013.
- Fixed address matching for SCTP (-PY) ping.
- Removed some non-ANSI-C strftime format strings ("%F") and locale-dependent formats ("%c") from NSE scripts and libraries. C99-specified %F
- [Zenmap] Added Polish translation
- [NSE] Added http-coldfusion-subzero. It detects Coldfusion 9 and 10 vulnerable to a local file inclusion vulnerability and grabs the version, install path and the administrator credentials.
- [Nsock] Added a minimal regression test suite for nsock.
- [NSE] Updated redis-brute.nse and redis-info.nse to work against the latest versions of redis server.
- [Ncat] Fixed errors in conneting to IPv6 proxies.
- Added a service probe for Minecraft servers.
- [NSE] Updated hostmap-bfk to work with the latest version of their website.
- [NSE] Added XML structured output support to hostmap-bfk, hostmap-robtex, and hostmap-ip2hosts.
- [NSE] Added hostmap-ip2hosts. It uses the service provider ip2hosts.com to list domain names pointing to the same IP address.
- [NSE] Added http-vuln-cve2013-0156. It detects Ruby on Rails servers vulnerable to remote command execution.
- Added a service probe for the Hazelcast data grid.
- [NSE] Rewrote telnet-brute for better compatibility with a variety of telnet servers.
- [Nsock] Added initial proxy support to nsock. Nsock based modules (version scan, nse) of nmap can now establish TCP connections through chains of proxies. HTTP CONNECT and SOCKS4 protocols are supported, with some limitations.
- Fixed a regression that changed the number of delimiters in machine output.
- [Zenmap] Updated the Italian translation.
- Handle ICMP type 11 (Time Exceeded) responses to port scan probes. Ports will be reported as "filtered", to be consistent with existing Connect scan results, and will have a reason of time-exceeded.
- Add new decoders (BROWSER, DHCP6 and LLMNR) to broadcast-listener and changed output of some of the decoders slightly.
- Timeout script-args are now standardized to use the timespec that Nmap's command-line arguments take (5s, 5000ms, 1h, etc.). Some scripts that previously took an integer number of milliseconds will now treat that as a number of seconds if not explicitly denoted as ms.
- The list of nameservers on Windows now ignores nameservers from inactive interfaces.
- Namespace the pipes used to communicate with subprocesses by PID, to avoid multiple instances of Ncat from interfering with each other.
- Nmap may now partially rearrange its target list for more efficient host groups. Previously, a single target with a different interface, or with an IP address the same as a that of a target already in the group, would cause the group to be broken off at whatever size it was. Now, we buffer a small number of such targets, and keep looking through the input for more targets to fill out the current group.
- [NSE] Changed ip-geolocation-geoplugin to use the web service's new output format.
- Limited the number of open sockets in ultra_scan to FD_SETSIZE. Very fast connect scans could write past the end of an fd_set and cause a variety of crashes: nmap: scan_engine.cc:978: bool ConnectScanInfo::clearSD(int): Assertion `numSDs > 0' failed. select failed in do_one_select_round(): Bad file descriptor (9)
- Fixed a bug that prevented Nmap from finding any interfaces when one of them had the type ARP_HDR_APPLETALK; this was the case for AppleTalk interfaces. However, This support is not complete since AppleTalk interfaces use different size hardware addresses than Ethernet. Nmap IP level scans should work without any problem
- [Nping] Nping now skips localhost targets for privileged pings (with an error message) because those generally don't work.
- [Ncat] Ncat now keeps running in connect mode after receiving EOF from the remote socket, unless --recv-only is in effect.
- Routes are now sorted to prefer those with a lower metric. Retrieval of metrics is supported only on Linux and Windows. [David Fifield]
- Packet trace of ICMP packets now include the ICMP ID and sequence number by default.
- [NSE] Added ike-version and a new ike library
- [NSE] Fixed various NSEDoc bugs
- [Zenmap] Zenmap now understands the NMAP_PRIVILEGED and NMAP_UNPRIVILEGED environment variables.
- It's now possible to mix IPv4 range notation with CIDR netmasks in target specifications. For example, 192.168-170.4-100,200.5/16 is effectively the same as 192.168.168-170.0-255.0-255.
- Added nmap-fo.xsl, This converts Nmap XML into XSL-FO, which can be converted into PDF using Apache FOP.
- Increased the number of slack file descriptors not used during connect scan. Previously, the calculation did not consider the descriptors used by various open log files. Connect scans using a lot of sockets could fail with the message "Socket creation in sendConnectScanProbe: Too many open files".
- [Zenmap] Fixed internationalization files. Running in a language other than the default English would result in the error "ValueError: too many values to unpack".
- Changed the --webxml XSL stylesheet to point to the new location of nmap.xsl in the new respository,
- [NSE] Made the vulnerability library able to preserve vulnerability information across multiple ports of the same host.
- [NSE] Added ventrilo-info, This gets information from a Ventrilo VoIP server.
- Removed the undocumented -q option, which renamed the nmap process to something like "pine".
- Moved the Japanese man page from man1/jp to man1/ja. jp is a country code while ja is a language code.
- [NSE] Added mysql-enum script which enumerates valid mysql server usernames
- [Nsock] Reworked the logging infrastructure to make it more flexible and consistent. Updated nmap, nping and ncat accordingly. Nsock log level can now be adjusted at runtime by pressing d/D in nmap.
- [NSE] Fixed scripts using unconnected UDP sockets.
- [NSE] Added structured output to http-git.nse.
- [NSE] Added murmur-version, This gets the server version and other information for Murmur, the server for the Mumble VoIP system.
- Added a corresponding UDP payload for Murmur.
- [Zenmap] Fixed a crash that could be caused by opening the About dialog, using the window manager to close it, and opening it again.
- [Ncat] Made test-addrset.sh exit with nonzero status if any tests fail. This in turn causes "make check" to fail if any tests fail.
- Fixed compilation with --without-liblua.
- Fixed CRC32c calculation (as used in SCTP scans) on 64-bit platforms.
- [NSE] Added multicast group name output to broadcast-igmp-discovery.nse.
- [NSE] Added new fingerprints for http-enum: Sitecore, Moodle, typo3, SquirrelMail, RoundCube.

作者 Gordon Lyon
官網 暫無資訊

  • Nmap 6.40 By Gordon Lyon (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (25.54MB) Download Advertisement Advertisement Latest Version Nmap 7.40 Older Versi...
    Nmap
    Download Nmap 6.40 - Change Log - FileHippo.com
    http://filehippo.com
  • Nmap ("Network Mapper") is a free and open source (license) utility for network exploration or security auditing. Many systems and network administrators also ...
    Nmap
    Download Nmap 6.40 - FileHippo.com
    http://filehippo.com
  • Nmap 6.40 By Gordon Lyon (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (25.54MB) Download Advertisement Advertisement Latest Version Nmap 7.40 Older Versi...
    Nmap
    Download Nmap 6.40 - Technical Details - FileHippo.com
    http://filehippo.com
  • Nmap 7.40 By Gordon Lyon (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download Latest Version (25.82MB) Download Advertisement Advertisement Older Versions ...
    Nmap
    Download Nmap 7.40 - FileHippo.com
    http://filehippo.com
  • Official Download site for the Free Nmap Security Scanner. Helps with network security, administration, and general hacking Nmap Security Scanner Intro Ref Guide Install Guide Download Changelog Book ...
    Nmap
    Download the Free Nmap Security Scanner for Linux/MAC/UNIX or Windows
    https://nmap.org
  • 2013年12月13日 - This tutorial shows you how to install nmap 6.40 on Ubuntu 12.04. Ubuntu 12.04 has nmap 5.21 in the repositories. nmap 6 features a lot of ...
    Nmap
    Install nmap 6.40 on Ubuntu 12.04 - Raymii.org
    https://raymii.org
  • We're delighted to announce Nmap 6.40 with 14 new NSE scripts, hundreds of new OS and version detection signatures, and many great new features! [Announcement/Details], [Download Site] We just rel...
    Nmap
    Nmap - Official Site
    https://nmap.org
  • After 3 years of work, 3,924 code commits, and more than a dozen point releases, the Nmap Project is delighted to announce the immediate, free availability of the Nmap Security Scanner version 6. It i...
    Nmap
    Nmap 6 Released - Nmap: the Network Mapper - Free Security Scanner
    https://nmap.org
  • Nmap 6.40 ( http://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target_spec} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. Ex: scanme.nmap.org, microsoft.com/24, 192.168.0...
    Nmap
    Nmap 6.40 ( http://nmap.org ) TIMING AND PERFORMANCE: Options which take are in seconds, or append &
    https://www.mavensecurity.com
  • Nmap 6.40 By Gordon Lyon (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (25.54MB) Download Advertisement Advertisement Latest Version ...
    Nmap
    Nmap 6.40 - FileHippo.com - Download Free Software
    http://filehippo.com
  • 2013年8月19日 - It has been a while since the last stable Nmap release, but I'm pleased to release Nmap 6.40 and I think you'll consider it worth the wait!
    Nmap
    Nmap Announce: Nmap 6.40 Released! New scripts, new signatures ...
    http://seclists.org
  • List of the most recent changes to the free Nmap Security Scanner. ... [2014-04-18]; Nmap 6.45 [2014-04-11]; Nmap 6.40 [2013-07-29]; Nmap 6.25 [2012-11-29] ...
    Nmap
    Nmap Change Log
    https://nmap.org
  • Starting Nmap 6.40 ( http://nmap.org ) at 2014-10-02 08:32 CST Initiating Ping Scan at 08:32 Scanning www.hinet.net (202.39.253.11) [2 ports] Completed Ping Scan at 08:32, 1.20s elapsed (1 total hosts...
    Nmap
    Nmap 網路診斷工具基本使用技巧與教學 - G. T. Wang
    https://blog.gtwang.org
  • 2014年10月2日 - Starting Nmap 6.40 ( http://nmap.org ) at 2014-10-02 08:09 CST Nmap scan report for www.hinet.net (202.39.253.11) Host is up (0.0034s ...
    Nmap
    Nmap 網路診斷工具基本使用技巧與教學- G. T. Wang
    https://blog.gtwang.org
  • We're delighted to announce Nmap 6.40 with 14 new NSE scripts, hundreds of new OS and version detection signatures, and many great new features!
    Nmap
    Nmap: the Network Mapper - Free Security Scanner
    https://nmap.org
  • nmap-7.11-setup.exe MD5 Checksum: 5803c72c3aafdfc7ae82b08f52a6299e Details: Zenmap 2017 full offline installer setup for PC 32bit/64bit Zenmap is the official cross-platform GUI for the Nmap Security ...
    Nmap
    Zenmap 7.11 Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Nmap ("Network Mapper") is a free and open source (license) utility for network exploration or security auditing. Many systems and network administrators also ...
    Nmap
    下载Nmap 6.40 -FileHippo.com
    http://filehippo.com
  • 2014年7月31日 - [研究] NMAP 6.40 (CentOS 7.0 x86_64) 2014-07-31 官方網站 http://nmap.org/ Nmap 是網路掃描、探測工具(支援Windows, Mac, Linux),這次 ...
    Nmap
    浮雲雅築: [研究] NMAP 6.40 (CentOS 7.0 x86_64)
    http://shaurong.blogspot.com