Turn Nmap output into a clean Markdown summary for reporting.
- Parses Nmap normal output (
-oN) - Extracts open ports/services
- Produces a Markdown report
- Optional: uses an LLM to improve the narrative
- It does not scan targets
- It does not exploit anything
This tool is intended for authorized security testing, education, and defensive reporting only.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt