-
Notifications
You must be signed in to change notification settings - Fork 54
Home
Vsevolod Djagilev edited this page May 2, 2022
·
3 revisions
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 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.
After you get your XML scan file, you can pass it to nmap-formatter like this:
cat somefile.xml | nmap-formatter json | jq