-
Notifications
You must be signed in to change notification settings - Fork 55
Installation
Vsevolod Djagilev edited this page May 2, 2022
·
13 revisions
Various ways to install this app are listed here.
You need to have go installed on the system
go install github.com/vdjagilev/nmap-formatter@latest
No actual installation is needed here, you can simply run this command:
# /path/to/xml/file.xml is file on your machine
docker run -v /path/to/xml/file.xml:/opt/file.xml ghcr.io/vdjagilev/nmap-formatter:latest json /opt/file.xml
Choose version from Release page and download it:
curl https://github.com/vdjagilev/nmap-formatter/releases/download/v0.3.2/nmap-formatter-linux-amd64.tar.gz --output nmap-formatter.tar.gz -L
tar -xzvf nmap-formatter.tar.gz
./nmap-formatter --help
git clone [email protected]:vdjagilev/nmap-formatter.git
cd nmap-formatter
go mod tidy
go build
# or
go run . html path/to/nmap.xml