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

parameter for overriding observation window #28

Open elreydetoda opened 3 years ago

elreydetoda commented 3 years ago

I was on an engagement were I couldn't poll for the observation window, but I knew their account lockout policy. So, this is a parameter that you can pass to to set the amount of minutes for their lockout policy instead of doing the Get-ObservationWindow function. By default if you don't pass it, then it will do the Get-ObservationWindow function to query for it.