knavesec / CredMaster

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

Delay problems #58

Closed PocketDC closed 1 year ago

PocketDC commented 1 year ago

It's entirely possible I'm not actually understanding the configs, but running with a config file of this: image I end up with the spray going, but then after it cycles through the usernames with a single password it then sleeps for 30 minutes. image

Shouldn't it be doing 4 different passwords and then sleeping for 30 minutes?

knavesec commented 1 year ago

@PocketDC good call out, small bug in the input error handling had it defaulting to 1 password, similar bug with the threading as well. Should be fixed in 2fd6db7