Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Added the EncPart param to Request-SPNTicket #180

Merged
merged 1 commit into from Sep 6, 2016

Conversation

machosec
Copy link
Contributor

Added new functionality to the Request-SPNTicket function which extracts the encrypted part of the service ticket from the request stream.
The returned hex string is the encrypted portion that can be brute-forced with Kerberoast/Hashcat/JtR to recover the service account's password and create Silver Tickets.
This saves the need to use Mimikatz to dump the ticket (.kirbi file) from memory and parse it later offline.
The functionality had been tested on Win7, Win10 and Server 2012 with various SPNs.

Adds the ability to return the encrypted part of the ticket. 
This portion is the encrypted data that can be brute-forced with Kerberoast/Hashcat/JtR
@mubix
Copy link

mubix commented Aug 25, 2016

Awesome!!!!!!!!!!!!!!!!!!

@HarmJ0y HarmJ0y merged commit 01a289e into PowerShellMafia:dev Sep 6, 2016
@HarmJ0y
Copy link
Contributor

HarmJ0y commented Sep 6, 2016

Great stuff! Landed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants