This package browser is in early development. Mind the rough edges.

nmap

Network discovery and security auditing tool

Nmap ("Network Mapper") is a network discovery and security auditing tool. It is also useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. It also provides an advanced netcat implementation (ncat), a utility for comparing scan results (ndiff), and a packet generation and response analysis tool (nping).

Installation

Install the latest version of nmap as follows:

guix install nmap

Or install a particular version:

guix install nmap@7.97

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of nmap about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/nmap'><img src='https://packages.guix.gnu.org/packages/nmap/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nmap/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/nmap)

Example Org:

[[https://packages.guix.gnu.org/packages/nmap][https://packages.guix.gnu.org/packages/nmap/badges/latest-version.svg]]