fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
12.98k stars 3.49k forks source link

[renewTGT.py] New example script for TGT renewal #1744

Closed Tw1sm closed 1 month ago

Tw1sm commented 1 month ago

Short example script that takes the TGT ccache file pointed to by KRB5CCNAME and sends a request to renew it

Example

We have an existing TGT and can view the start/end times with the describeTicket.py example

image

Run the new renewTGT.py script

image

Examine the new ticket's start/end times

image
Tw1sm commented 1 month ago

Duplicate of #1585