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!
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.
@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