NMAP Formatter
NMAP Formatter is a powerful tool designed to convert NMAP results into multiple formats, including:
- HTML
- CSV
- JSON
- Markdown
- Graphviz (dot)
- SQLite
- Excel
- D2-Lang
Key Features:
- Flexible Output: Easily convert NMAP XML output to your preferred format, making it accessible for different use cases.
- Installation: Install with Go using the command:
go install github.com/vdjagilev/nmap-formatter/v3@latest
. - Command Line Usage: Run simple commands to convert your NMAP files with various flags for customization:
- Example for HTML:
nmap-formatter html [path-to-nmap.xml] > output.html
- Example for JSON:
nmap-formatter json [path-to-nmap.xml] > output.json
- Example for HTML:
- Use as a Library: Integrate it into your Go applications to leverage its functionality programmatically.
Benefits:
- Streamlines the workflow for security professionals analyzing NMAP outputs.
- Supports a broad range of output formats catering to different reporting requirements.
- Open-source, allowing for community contributions and improvements.
Highlights:
- MIT License ensuring freedom and flexibility of use.
- Actively maintained with contributions from the community.