nikto icon indicating copy to clipboard operation
nikto copied to clipboard

Allow -id to accept special char in password

Open sullo opened this issue 7 years ago • 0 comments

Right now the code to take username/password/domain is a split() on : which prevents : from being properly used in a password. This should be more robust, even though it's a bit of an edge case.

sullo avatar Sep 10 '18 16:09 sullo