A lightweight Python tool that parses Nmap output and extracts open ports in clean host:port
format.
Perfect for bug bounty and recon workflows.
- Reads directly from stdin
- Extracts hostnames or IPs with their open ports
- Minimal, fast, and easy to chain in pipelines
nmap -iL targets.txt -p 80,443,22 -sS -Pn -oN - | python filter.py