With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| <# | |
| From https://gallery.technet.microsoft.com/Install-RSAT-for-Windows-75f5f92f | |
| Usage: .\Install-RSATv1809v1903v1909.ps1 [-OPTION] | |
| .\Install-RSATv1809v1903v1909.ps1 -All (-All is installing ALL the features within the RSAT bundle) | |
| .\Install-RSATv1809v1903v1909.ps1 -Basic (-Basic is only installing AD DS, DHCP, DNS, Group Policy Management and Server Manager) | |
| .\Install-RSATv1809v1903v1909.ps1 -ServerManager (-ServerManager is only installing the Server Manager) | |
| .\Install-RSATv1809v1903v1909.ps1 -Uninstall (-Uninstall removes all RSAT features again) |
| defshell -bash | |
| startup_message off | |
| multiuser on | |
| defscrollback 10000 | |
| logfile /opt/logs/$USER-screenlog.%H.%n.%Y%m%d-%0c:%s.%t.log | |
| logfile flush 5 | |
| logtstamp on | |
| deflog on | |
| defmonitor on | |
| caption always "%{= gk}%-Lw%{= bW}%50> %n%f* %t %{-}%+Lw%< %= %{= rk} %H %l %{= gk} %0c:%s %{-}" |
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module: