AlmondOffSec / PassTheCert

Proof-of-Concept tool to authenticate to an LDAP/S server with a certificate through Schannel
Apache License 2.0
555 stars 71 forks source link

'ManageComputer' object has no attribute '_ManageComputer__username' #5

Closed grandmerchant closed 2 years ago

grandmerchant commented 2 years ago
python3 passthecert.py -dc-ip xx.xx.xx.xx -domain xxxxxxxxx -action add_computer -port 636 -crt user.crt -key user.key
Impacket v0.10.0 - Copyright 2022 SecureAuth Corporation

'ManageComputer' object has no attribute '_ManageComputer__username'

Am guessing its a incompatibility with my version of Impacket?

ThePirateWhoSmellsOfSunflowers commented 2 years ago

Hi!

Nope, this is a bug on our side, good catch, thanks :+1: However, it means the script failed to perform the action, mostly because you don't have the right to perform it.

:sunflower: