Skip to content

A small app that parses a nmap XML output and generates a folder structure with some markdown files inside.

License

Notifications You must be signed in to change notification settings

hcninja/aguacate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aguacate 🥑

A small app that parses a nmap XML output and generates a folder structure with some markdowns inside

Build

Building is as easy as getting the repo and run go build. Alternatively you can download the latest build from the releases.

Usage

Scan your assets with nmap and export to XML, something like:

nmap -sS -Pn -sV -v -O -T3 --open -iL ip.txt -oA scan

After, with the XML file execute aguacate:

./aguacate -nmap scan.xml

About

A small app that parses a nmap XML output and generates a folder structure with some markdown files inside.

Topics

Resources

License

Stars

Watchers

Forks