Ullaakut / nmap

Idiomatic nmap library for go developers
MIT License
922 stars 102 forks source link

No output options #73

Closed brutalgg closed 3 years ago

brutalgg commented 3 years ago

There does not appear to be a way to also create standard nmap output files while using this library. Is that something that could be considered for a feature or was it conscious omission?

elivlo commented 3 years ago

Hi, as far as I can tell, it was conscious omission when the module was created because it is intended to only handle xml output for later processing. Am I right? @Ullaakut

But as an additional feature we could add another option to also write the standard stdout directly to a given file/path.