Rob Fuller
Rob Fuller
Thank you @attritionorg :( I tried to start this one and just couldn't ....
Seems to be not working correctly when using the KRB5CCNAME ``` root@ubuntu:~/impacket/examples# python3 kpasswd.py -ts -newpass 'ASDqwe123' SITTINGDUCK.INFO/uberuser Impacket v0.9.25.dev1+20211027.123255.1dad8f7f - Copyright 2021 SecureAuth Corporation [2021-11-03 02:57:56] [*] Current password...
Figured out the issue, target in the help needs to be updated: ``` positional arguments: target [[domain/]username[:password]] ``` Where as the examples give an actual host for a target: ```...
"Domain Admins" I don't believe is the same in every language. Might be useful to make this more generic and allow the user to specify the group they want to...
Nice! What versions of MSSQL does this work on?
Blog post doesn't look live. Awesome work BTW! 👍 - This solidifies the drop of Python 2.7 though right?
This is awesome! Definitely using this 👍
I tried this in `smbclient.py` and got STATUS_WRONG_PASSWORD even though, as you can see I logged in just fine. ``` # ./smbclient.py -k -no-pass [email protected] Impacket v0.9.24.dev1+20210906.175840.50c76958 - Copyright 2021...
If you use changepw instead of `SamrUnicodeChangePasswordUser2` you can set the password without the need of the old password when you have a valid kerberos ticket - see here: -...