Skip to content

The Anderson PAC attack Implementation based on impacket and xan7r's decryptKerbTicket.py

Notifications You must be signed in to change notification settings

e99ran/Anderson_PAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Anderson_PAC.py

The Anderson PAC attack Implementation based on impacket and xan7r's decryptKerbTicket.py

The attack leverages PKINIT Kerberos, and described thoroughly in the full Paper (Hebrew).

The Scripts gets 3 parameters.

  • Computer account password for the host whom the ticket belongs.
  • host service ticket for host we control, that of course been asked by our victim user. (kirbi or ccache format)
  • ASReplay key. obtained with Rubeus askTGT in the PKINIT as_req-rep process. (encoded with base64)

Example: ./AndersonPAC.py -k 5c7ee0b8f0ffeedbeefdeadbeeff1eefc7d313620feedbeefdeadbeefafd601e -t host_1803pc.kirbi -r Wf+ltNtt8e1Y8jlgiQ9Kag==

image

About

The Anderson PAC attack Implementation based on impacket and xan7r's decryptKerbTicket.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages