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

Make it possible to use as a library

vdjagilev opened this issue · comments

It would be good if this repository could be used as a library to parse nmap xml output. For this purpose 2 things must be accomplished:

  • Create examples in readme on how to use the library
  • Refactor the code in a way that allows easily to use the library

For now, code refactoring is not needed (it's not that bad for now). Just update documentation.