Skip to content
Vsevolod Djagilev edited this page May 2, 2022 · 3 revisions

Nmap-formatter

Version 1.0

Allows you to convert nmap results to json, markdown, html or csv. To do that you need to run nmap with -oX somefile.xml option to save nmap scan results to the file.

Installation

Installation can be done using various methods, simplest on is to use go install command:

go install github.com/vdjagilev/nmap-formatter@latest

Check out Installation wiki page, more methods are shown there.

Basic usage

After you get your XML scan file, you can pass it to nmap-formatter like this:

cat somefile.xml | nmap-formatter json | jq
Clone this wiki locally