nikto icon indicating copy to clipboard operation
nikto copied to clipboard

Bug 565 fixed

Open 0daySecured opened this issue 4 years ago • 2 comments

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.

0daySecured avatar Aug 18 '21 07:08 0daySecured

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?

0daySecured avatar Nov 21 '21 14:11 0daySecured

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.

tautology0 avatar Nov 21 '21 14:11 tautology0