GitBook: [#3104] No subject

This commit is contained in:
CPol 2022-04-18 15:59:47 +00:00 committed by gitbook-bot
parent 27371867ea
commit 75908c5934
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -4,6 +4,10 @@ A linux machine can also be present inside an Active Directory environment.
A linux machine in an AD might be **storing different CCACHE tickets inside files. This tickets can be used and abused as any other kerberos ticket**. In order to read this tickets you will need to be the user owner of the ticket or **root** inside the machine.
### General enumeration
If you have access over an AD in linux (or bash in Windows) you can try [https://github.com/lefayjey/linWinPwn](https://github.com/lefayjey/linWinPwn) to enumerate the AD.
### Pass The Ticket
In this page you are going to find different places were you could **find kerberos tickets inside a linux host**, in the following page you can learn how to transform this CCache tickets formats to Kirbi (the format you need to use in Windows) and also how to perform a PTT attack: