knavesec / CredMaster

Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling
939 stars 124 forks source link

Fix bug in userpass spray #12

Closed 0xPanic closed 2 years ago

0xPanic commented 2 years ago

there's a typo in the userpass spray section that is causing credentials to be sprayed as username:password:password (with the first colon being a literal colon instead of a delimiter) when read from a userpass file

this appears to fix it

knavesec commented 2 years ago

Good catch, merged!