Downloading Nmap

Get the latest Nmap for your system:

Older versions (and sometimes newer test releases) are available from the Nmap release archive (and really old ones are in dist-old). For the more security-paranoid (smart) users, GPG detached signatures and SHA-1 hashes for each release are available in the sigs directory (verification instructions). Before downloading, be sure to read the relevant sections for your platform from the Nmap Install Guide. The most important changes (features, bugfixes, etc) in each Nmap version are described in the Changelog. Using Nmap is covered in the Reference Guide, and don't forget to read the other available documentation, particularly the official book Nmap Network Scanning!

Nmap users are encouraged to subscribe to the Nmap-hackers mailing list. It is a low volume (7 posts in 2015), moderated list for the most important announcements about Nmap, Insecure.org, and related projects. You can join the 128,953 current subscribers (as of September 2017) by submitting your email address here:


(or subscribe with custom options from the Nmap-hackers list info page)

You can also get updates by liking Nmap on Facebook or following us @nmap on Twitter.

Nmap is distributed with source code under custom license terms similar to (and derived from) the GNU General Public License, as noted in the copyright page.

Microsoft Windows binaries

Zenmap 7.91 on Windows 11 Please read the Windows section of the Install Guide for limitations and installation instructions for the Windows version of Nmap. It's provided as an executable self-installer which includes Nmap's dependencies and the Zenmap GUI. We support Nmap on Windows 7 and newer, as well as Windows Server 2008 R2 and newer. We also maintain a guide for users who must run Nmap on earlier Windows releases..

Note: The version of Npcap included in our installers may not always be the latest version. If you experience problems or just want the latest and greatest version, download and install the latest Npcap release.

Latest stable release self-installer: zenmap-7.98-setup.exe
✓ Latest stable release with improved network discovery, updated NSE scripts, and enhanced GUI responsiveness
Previous stable releases:
    zenmap-7.97-setup.exe
    Security patches and critical bug fixes for firewall detection and port scanning accuracy
    zenmap-7.96-setup.exe
    Performance improvements for large network scans and optimized service version detection algorithms
    zenmap-7.94-setup.exe
    Enhanced network mapping features with improved topology visualization and better IPv6 support
    zenmap-7.93-setup.exe
    Service detection refinements and new vulnerability scanning templates for common web services
    zenmap-7.92-setup.exe
    NSE script updates with enhanced exploit detection and improved integration with security databases
    zenmap-7.91-setup.exe
    Windows Defender integration, improved installer stability, and enhanced user interface responsiveness
    zenmap-7.90-setup.exe
    Core stability improvements and foundational enhancements for reliable network scanning operations


Latest Npcap release self-installer: npcap-1.87.exe
Advanced packet capture with improved Wi-Fi integration
Previous Npcap releases:
    npcap-1.86.exe
    Performance optimizations for live traffic analysis
    npcap-1.85.exe
    Enhanced compatibility with legacy network adapters
    npcap-1.84.exe
    Security patches and driver stability improvements
    npcap-1.83.exe
    Network protocol detection enhancements
    npcap-1.82.exe
    VPN tunnel support and filtering improvements
    npcap-1.80.exe
    Core packet capture foundation with basic network monitoring

We have written post-install usage instructions. Please notify us if you encounter any problems or have suggestions for the installer.

Windows Installation Paths: By default, the Nmap installer places files in the following locations:

Замена и обновление NSE скриптов:

Пошаговая инструкция по замене файлов скриптов:

  1. Откройте папку со скриптами:
    • Нажмите Win + R, введите: C:\Program Files\Nmap\scripts и нажмите Enter
    • Или откройте Проводник Windows и перейдите по пути: C:\Program Files\Nmap\scripts\
  2. Получите права администратора (если требуется):
    • Если система запрашивает права администратора, нажмите "Продолжить" или "Да"
    • Альтернатива: щелкните правой кнопкой мыши на папке scripts → "Свойства" → вкладка "Безопасность" → "Изменить" → добавьте права "Полный доступ" для вашей учетной записи
  3. Замените существующий скрипт:
    • Найдите файл скрипта, который нужно заменить (например, http-vuln-cve2017-5638.nse)
    • Скопируйте новый файл *.nse в эту папку
    • Когда появится запрос "Заменить файл в назначении?", выберите "Заменить файл в назначении"
    • Если файл защищен, нажмите "Попробовать снова" или "Пропустить" и повторите с правами администратора
  4. Добавьте новый скрипт:
    • Просто скопируйте файл *.nse в папку C:\Program Files\Nmap\scripts\
    • Новый скрипт будет автоматически доступен после обновления базы данных
  5. Обновите базу данных скриптов:
    • Откройте командную строку (cmd) или PowerShell от имени администратора
    • Выполните команду: nmap --script-updatedb
    • Дождитесь сообщения об успешном обновлении
  6. Проверьте результат:
    • Выполните: nmap --script-help "название_скрипта" для проверки конкретного скрипта
    • Или: dir "C:\Program Files\Nmap\scripts\*.nse" для просмотра всех скриптов

Альтернативный способ через командную строку (от имени администратора):

# Копирование файла скрипта
copy "C:\путь\к\новому\скрипту.nse" "C:\Program Files\Nmap\scripts\"

# Или замена существующего
copy /Y "C:\путь\к\новому\скрипту.nse" "C:\Program Files\Nmap\scripts\"

# Обновление базы данных
nmap --script-updatedb

Важные замечания:

Additional Windows Installation Options:

Linux RPM Source and Binaries

Many popular Linux distributions (Redhat, Mandrake, Suse, etc) use the RPM package management system for quick and easy binary package installation. We have written a detailed guide to installing our RPM packages, though these simple commands usually do the trick:

rpm -vhU https://nmap.org/dist/nmap-7.98-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/zenmap-7.98-1.noarch.rpm
rpm -vhU https://nmap.org/dist/ncat-7.98-1.x86_64.rpm
rpm -vhU https://nmap.org/dist/nping-7.98-1.x86_64.rpm
You can also download and install the RPMs yourself:

Latest stable release:
x86-64 (64-bit Linux) Nmap RPM: nmap-7.98-1.x86_64.rpm
x86-64 (64-bit Linux) Ncat RPM: ncat-7.98-1.x86_64.rpm
x86-64 (64-bit Linux) Nping RPM: nping-7.98-1.x86_64.rpm
Optional Zenmap GUI (all platforms): zenmap-7.98-1.noarch.rpm
Source RPM (includes Nmap, Zenmap, Ncat, and Nping): nmap-7.98-1.src.rpm

Mac OS X Binaries

Nmap binaries for Apple macOS (x86-64) are distributed as a disk image file containing an installer. The installer allows installing Nmap, Zenmap, Ncat, and Ndiff. The programs have been tested on Mac OS X 10.9 and later. See the Mac OS X Nmap install page for more details. Users of PowerPC (PPC) Mac machines, which Apple ceased selling in 2006, should see this page instead for support information.

Latest stable release installer: nmap-7.98.dmg

Source Code Distribution

This is the traditional compile-it-yourself format. The Nmap tarball compiles under Linux, Mac OS X, Windows, and many UNIX platforms (Solaris, Free/Net/OpenBSD, etc.) It includes Zenmap, the GUI frontend.

Detailed Linux/BSD/Solaris compilation instructions and options are provided here, though this usually does the trick:

bzip2 -cd nmap-7.98.tar.bz2 | tar xvf -
cd nmap-7.98
./configure
make
su root
make install

Most Windows users install with our Windows executable installer, but we also provide Windows source code compilation instructions.

Most Mac OS X users install with our Mac installer, but we also provide Mac OS X source code compilation instructions.

If you are compiling Nmap anyway, you might prefer to get the very latest code from our SVN source code repository or the Nmap GitHub mirror rather than downloading a tarball here.

Latest stable Nmap release tarball: nmap-7.98.tar.bz2 (or gzip compressed)

Other Operating Systems

Many other operating systems support Nmap so well that I have no need to create and distribute binary packages myself. You can choose to use the packages below, or compile the source distribution, which is often newer. We have created installation pages for the following platforms:

Linux (all distributions)
Microsoft Windows
Mac OS X
FreeBSD, OpenBSD, and NetBSD
Sun Solaris
Amiga, HP-UX, and Other Platforms