Skip to content

Convert Nmap output into clean Markdown security notes

License

Notifications You must be signed in to change notification settings

DeathVal/nmap-ai-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python License Status

nmap-ai-notes

Turn Nmap output into a clean Markdown summary for reporting.

What it does

  • Parses Nmap normal output (-oN)
  • Extracts open ports/services
  • Produces a Markdown report
  • Optional: uses an LLM to improve the narrative

What it does NOT do

  • It does not scan targets
  • It does not exploit anything

Ethical use

This tool is intended for authorized security testing, education, and defensive reporting only.

Install

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

About

Convert Nmap output into clean Markdown security notes

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages