CredNinja icon indicating copy to clipboard operation
CredNinja copied to clipboard

Passwords with a comma don't parse correctly

Open Chiggins opened this issue 5 years ago • 0 comments

Using the C# assembly CredNinja, if you pass a password with a comma in it, the creds don't get parsed properly. Offending code.

Command:
CredNinja.exe --creds Domain\Username:Pass,word --hosts 127.0.0.1 --users --os

Output:
Host                Username                 Password            Result              Info

--------------------------------------------------------------------------------------------------------------------

ERROR: Credential "'" does not contain delimiter ":"

Chiggins avatar Aug 06 '19 02:08 Chiggins