https://github.com/hcninja/aguacate
A small app that parses a nmap XML output and generates a folder structure with some markdown files inside.
https://github.com/hcninja/aguacate
nmap pentesting tool
Last synced: 4 months ago
JSON representation
A small app that parses a nmap XML output and generates a folder structure with some markdown files inside.
- Host: GitHub
- URL: https://github.com/hcninja/aguacate
- Owner: hcninja
- License: apache-2.0
- Created: 2020-09-24T05:32:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T16:11:01.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T15:56:40.380Z (about 2 years ago)
- Topics: nmap, pentesting, tool
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```