New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

n8n-nodes-nmap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-nmap

Nmap Scan

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
8
-88.06%
Maintainers
1
Weekly downloads
 
Created
Source

NmapNode – Custom n8n Node for Network Scanning

This is a n8n community node.

NmapNode is a custom n8n node designed to automate network discovery and port scanning using Nmap. It allows users to scan their local network, identify active devices, and detect open ports with customizable scan options.

n8n is a fair-code licensed workflow automation platform.

Key Features

  • Nmap Quick Scan Network (-sn)
  • Nmap Discovery Network (-sS)
  • Nmap Ports Fast Scan (-F)
  • Nmap All Ports Scan (-p-)

Installation

Follow the installation guide in the n8n community nodes documentation.

Install with npm i n8n-nodes-nmap

Need Nmap installed on n8n instance eg. apt-get install nmap

Disclaimer

The NmapNode for n8n is intended for authorized security assessments and internal network audits only. Unauthorized scanning of networks, systems, or devices without explicit permission may violate laws and regulations.

By using this node, you acknowledge that:

  • You have explicit authorization to scan the target network.
  • You assume full responsibility for any consequences arising from its use.
  • The developers and contributors of this node are not liable for any misuse or damages caused.

⚠ Always obtain proper authorization before conducting any network scan. ⚠

Compatibility

Developed using n8n version 1.64

Resources

Keywords

Nmap

FAQs

Package last updated on 17 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts