Skip to content

Commit

Permalink
Added ConstrainedDelegation-Backdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dliv3 committed Nov 12, 2018
1 parent d4e37c7 commit 421057e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Backdoors/ConstrainedDelegation-Backdoor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ It should be noted that the attacker needs to know the password of iis_svc.
.LINK
https://labs.mwrinfosecurity.com/blog/trust-years-to-earn-seconds-to-break/
#>

# If you do not have AD module, you can refer to the following link.
# https://github.com/samratashok/ADModule

#Requires -Modules ActiveDirectory

[CmdletBinding()] Param(
[Parameter(Position = 0, Mandatory = $False)]
[String]
Expand Down

0 comments on commit 421057e

Please sign in to comment.