Skip to content

Releases: Trinitok/vnmap

v0.1.2 - Separate test output + scaffolding functions

Choose a tag to compare

@Trinitok Trinitok released this 05 May 11:54
  • 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

Choose a tag to compare

@Trinitok Trinitok released this 07 Feb 05:00
  • Fixed issue with add_stealth_scan_flag where it would not add a space

v0.1 - NMap XML Parser and Basic Runner

Choose a tag to compare

@Trinitok Trinitok released this 23 Jan 01:28

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