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

Update to add Season/Year and Month/Year guess functionality based on… #9

Open aut0m8r opened 6 years ago

aut0m8r commented 6 years ago

… pwdLastSet date.

Added several parameters to handle generation of passwords based on the pwdLastSet active directory attribute. Guess formats include:

SeasonYY SeasonYYYY MonYY MonYYYY MonthYY MonthYYYY

Optional switch parameters include functionality to formulate the password as lower case (initial caps is the default) and append characters to the end of the guess for guesses like (Fall2018!).

byt3bl33d3r commented 5 years ago

image