ShutdownRepo / pywhisker

Python version of the C# tool for "Shadow Credentials" attacks
GNU General Public License v3.0
603 stars 74 forks source link

This is another project of yours(describeTicket.py). I use it to obtain the session key~How can I solve it and obtain the session key!!! #8

Closed jimmysax closed 1 year ago

jimmysax commented 1 year ago

image https://pbs.twimg.com/media/FiV43yLWQAQdvnV.jpg

jimmysax commented 1 year ago

https://pbs.twimg.com/media/FiV43yLWQAQdvnV.jpg

ShutdownRepo commented 1 year ago

Hey there

  1. you should open the issue either on Impacket's official repo or one one of my forks (https://github.com/ThePorgs/impacket, https://github.com/ShutdownRepo/impacket), but I don't think it belongs here
  2. I see you're using python2, I advise you to use python3 instead.
  3. You need to make sure you're using the latest version of describeTicket.

Please try the following

  1. download Exegol's fork of Impacket (a fork I maintain for Exegol) git pull https://github.com/ThePorgs/impacket
  2. install pipx and use it to install impacket in a dedicate venv, making sure you won't have dependencies conflicts : pip3 install pipx && pipx install /path/to/impacket
  3. try again the describe ticket describeTicket.py "whatever.ccache"

Closing the ticket here. Feel free to open it again elsewhere if needed. I hope you'll manage to make it work.