Back to Directory
general
Network Scanner
Scan networks to discover devices, gather MAC addresses, vendors, and hostnames. Supports known networks (from config) or custom CIDRs.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of network-scanner.
- Scan local or custom networks to discover devices, MAC addresses, vendors, and hostnames.
- Supports scanning by configured network names or direct CIDR input.
- Outputs results in Markdown (default) or JSON format.
- Provides example configuration, network listing, and custom DNS options.
- Requires nmap and dig; sudo recommended for full MAC address visibility.