Skip to content

Conversation

@0xdeaddood
Copy link
Collaborator

  • The default ticket structure contains the new PACs: PAC_ATTRIBUTES_INFO and PAC_REQUESTOR.
  • Added option -old-pac to forge tickets with the old structure. It will exclude PAC_ATTRIBUTES_INFO and PAC_REQUESTOR.
  • If you need to include the UPN_DNS_INFO structure in your ticket, you can use the -extra-pac option.

Examples:

  • ticketer.py -aesKey 7873... -domain-sid S-1-5-21-228... -domain contoso.com -user-id 1111 username

It will forge a ticket with the new PAC structures for username in the contoso domain. Since November 2021 updates, the username must exist in the domain and have a matching RID (You have to set the -user-id option).

  • ticketer.py -nthash f450... -domain-sid S-1-5-21-295... -domain example.com -old-pac username

It will forge a ticket with the old PAC structure.

- The default ticket structure contains the new PACs: PAC_ATTRIBUTES_INFO and PAC_REQUESTOR.
- Added option old-pac to forge tickets with the old structure. It will exclude PAC_ATTRIBUTES_INFO and PAC_REQUESTOR.
@0xdeaddood 0xdeaddood merged commit 197c14b into master May 11, 2023
@0xdeaddood 0xdeaddood deleted the ticketer_extra_pac branch May 11, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants