sullo / nikto

Nikto web server scanner
Other
8.6k stars 1.24k forks source link

Interactive seems to chomp stdin chars #14

Closed sullo closed 8 years ago

sullo commented 11 years ago

[Originally reported by Serge van den Boom]

When running Nikto with a source script the interactive features chomp characters off stdin.

Obviously this isn't a desirable feature for batch runs, so Nikto should either check for the host being a tty, allow the user to disable interactivity or buffer up all of stdin at initiation.

sullo commented 8 years ago

-nointeractive solved this I believe.