netsponge is a small interactive terminal network scanning tool built with [Rich] for a clean TUI.
It automates interface detection and offers discovery/scan actions (nmap, arp-scan, ping sweep, masscan, tcpdump hooks).
⚠️ Only use netsponge on networks you own or are authorized to test.
- Auto-detect primary interface and network
nmap -sndiscovery,arp-scan, ping sweep- Top-ports scans and full aggressive
nmapscans - Optional
masscanintegration - Live
ip monitorandtcpdumpcapture (streamed) - Save discovery results to CSV
- Python 3.8+
pippackages:rich
- Recommended system tools (for full functionality):
nmap,arp-scan,masscan,tcpdump
pip3 install -r requirements.txt