go-tomcat-mgmt-scanner icon indicating copy to clipboard operation
go-tomcat-mgmt-scanner copied to clipboard

The tool lacks the ability to save results

Open ghost opened this issue 6 years ago • 1 comments

Trying to save with redirection under Windows, however, has not resulted in any desired results. Saving log results is an important option capability please improve

ghost avatar Dec 07 '18 07:12 ghost

The output is done via Go's native logging framework. It seems that the logging output is written to stderr by default - .\go-tomcat-mgmt-scanner-x64-windows.exe -target 172.28.32.0/24 2> results.txt therefore did the job for me. But you're right, when I have some spare time I will implement a command line switch to log results to a file.

edermi avatar Dec 07 '18 16:12 edermi