vdjagilev / nmap-formatter

A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot), sqlite, excel and d2-lang. Simply put it's nmap converter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki

vdjagilev opened this issue · comments

Create a wiki with more in-depth topics.

  • More screenshots
  • More examples where nmap-formatter is combined with tools like jq and etc.
  • Custom templates
  • More automation topics?
    • nse-scripts?
    • combine tools? nmap -> nmap-formatter -> jq (exctract 'http' service ports) -> nikto?
  • Use as a library:
    • Simple output to stdin
    • Output as a string
    • Work with struct (based on parsed data: filter entries/do something with the data)
  • Simplify readme as much as possible and add links to wiki there