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.
- Nmap Quick Scan Network (-sn)
- Nmap Discovery Network (-sS)
- Nmap Ports Fast Scan (-F)
- Nmap All Ports Scan (-p-)
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
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. ⚠
Developed using n8n version 1.64