Releases: Trinitok/vnmap
Releases · Trinitok/vnmap
Release list
v0.1.2 - Separate test output + scaffolding functions
- Separated out integration test output. Now there are 2 xml files created when running the tests
- Added function scaffolding for some other nmap xml nodes. They currently do nothing and are commented out
v0.1.1
v0.1 - NMap XML Parser and Basic Runner
Basic NMap wrapper for running NMap commands
- stealth scan
- OS scan
- aggressive scan
- port specification
- version scan
- ping scan
- null scan
- xmas scan
- FIN scan
- assume hosts are alive
- outputting a parsed NMap XML V struct
- generic nmap command runner for all other commands that also has its XML output parsed into a V struct
NMap XML Output parser
- Pass a nmap xml output file and have it be parsed by V
- Tested on NMap 7.93