nikto
nikto copied to clipboard
Bug 565 fixed
Now asking password from STDIN instead of command line argument's value.
The -id argument's value should be in format user or user:realm. And the password for the user will be asked from STDIN.
I don't know if above solution will be compatible with automated tools. I have another solution in mind, that we can use a separate config file instead of taking command line arguments. Or is it already possible to define it in the nikto's default configuration?
It's a bit of an overkill to work around a : by always requesting a password from stdin; this messes up any pipelines and moves the UX backwards.