Skip to content

Modified DomainPasswordSpray version to enumerate machine accounts and perform a pre2k password spray.

Notifications You must be signed in to change notification settings

rvrsh3ll/Invoke-Pre2kSpray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Invoke-Pre2kSpray

Modified DomainPasswordSpray version to enumerate machine accounts and perform a pre2k password spray.

Example Usage

# Current domain, write output to file
Invoke-Pre2kSpray -OutFile valid-creds.txt

# Specify domain, disable confirmation prompt
Invoke-Pre2kSpray -Domain test.local -Force

# Filter out accounts with pwdlastset in the last 30 days, to speed things up. Those are probably normal machine accounts that rotate their passwords
Invoke-Pre2kSpray -Filter

# Try with an empty password
Invoke-Pre2kSpray -NoPass

References / Credits

About

Modified DomainPasswordSpray version to enumerate machine accounts and perform a pre2k password spray.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%