nikto
nikto copied to clipboard
Allow -id to accept special char in password
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.