Skip to content

nmap.org

Port scanning utility for large networks

Package Information

  • Domain: nmap.org
  • Name: nmap.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +nmap.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • nmap
  • ncat
  • nping

Available Versions

Show all 5 versions
  • 7.97.0, 7.96.0, 7.95.0, 7.94.0, 7.93.0

Latest Version: 7.97.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +nmap.org@7.97.0 -- $SHELL -i

Dependencies

This package depends on:

  • openssl.org^1.1
  • pcre.org/v2^10

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.nmaporg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.