Open 7MinSec opened 1 month ago
I just posted this in the BH Slack thread as well:
Ohhhhhhhh wait I think I get it. Ok I didn't muck with lines 343/353, but once I set USING_TLS
from False
to True
and made my request again, I got a .pfx file. I then used the gist you referenced (https://gist.github.com/datvm/4de10d7e8f034f62742a4b7effe32bb3) to create a output-key.key
and output.crt
and then I ran pxethief with option 3 again and got the delicious creds!
If this is the proper fix/workaround feel free to close this issue.
Hi there,
On a pentest I've cracked the password that protects the variables file, and am now trying to get the option 3 firing but am having issues.
My initial errors were very similar to this issue, and that got me closer as then the next run of pxethief resulted in
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1020)')))
.Then I found this BloodHound Slack thread which led me to try setting
USING_TLS
toTrue.
It seems now I'm closer as my output of the pxethief run is:
I do get a
variables.xml
andNETBIOSDOMAINNAME_randomnumber_SMSTSMediaPFX.pfx
if that matters?