dafthack / DomainPasswordSpray

DomainPasswordSpray is a tool written in PowerShell to perform a password spray attack against users of a domain. By default it will automatically generate the userlist from the domain. BE VERY CAREFUL NOT TO LOCKOUT ACCOUNTS!
MIT License
1.78k stars 377 forks source link

No issue - lots of code changes #7

Closed mdavis332 closed 6 years ago

mdavis332 commented 6 years ago

@dafthack Hey Beau,

No code issue, just getting in touch. I did a rewrite of DomainPasswordSpray, heavily borrowing from your codebase: https://github.com/mdavis332/DomainPasswordSpray

I changed many things including modularizing the code, having it accept arrays of strings, having it output objects, and having it process usernames in parallel to reduce runtime - overall making it feel more "PowerShell-ey" (I think).

The changes are so sweeping, I didn't want to be presumptive on your repo and make a pull request. Wanted to get your feelings on whether you preferred it stay a separate fork, and also get your blessing before I publicized the code changes on Twitter or did any presentations on it.

Thanks in advance for your time, Michael

mdavis332 commented 6 years ago

No need to leave this open since there's really no open issue. Feel free to get back with me anytime if you'd like.