UNPKG

@lowk3v/n8n-nodes-nmap

Version:
44 lines (26 loc) 1.64 kB
# 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](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform. ## Key Features * Nmap Quick Scan Network (-sn) * Nmap Discovery Network (-sS) * Nmap Ports Fast Scan (-F) * Nmap All Ports Scan (-p-) ## Additional Features by @LowK * Option choose sudo for nmap command ## Installation Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) 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 * [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)