You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Azure Active Directory/MSADPT/MSADPT_exploit_privesc_initial.ps1
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,6 @@ if ($KerberoastInputFiles.Count -gt 0) {
252
252
# or a custom implementation of Kerberos protocol.
253
253
254
254
if (1){ #Prompt-User -PromptText "Simulating Kerberoast ticket request for ${SAM}. Do you want to try an actual request (requires Rubeus.exe or similar)? (N will just log the target)") {
255
-
Write-MSADPTLog-Message "Simulated Kerberoast ticket request for ${SAM} on ${DC}. Actual command would be: Rubeus.exe kerberoast /user:${SAM} /domain:${DC.Split('.')[0]} /dc:${DC} /outfile:kerberoast_hashes.txt"-Level 'WARNING'
0 commit comments