JPCERTCC / LogonTracer

Investigate malicious Windows logon by visualizing and analyzing Windows event log
Other
2.7k stars 441 forks source link

add --host option to specify an address to bind to #50

Closed dpendolino closed 5 years ago

dpendolino commented 5 years ago

LogonTracer binds to all interfaces by default and that can't be changed. I've added an option, --host so that now you can change the default to only listen on localhost or any other specific interface address.

shu-tom commented 5 years ago

@dpendolino Thank you for your good pull request.