CobblePot59 / ADcheck

Assess the security of your Active Directory with few or all privileges.
96 stars 11 forks source link

Error on SMB3.py #5

Open BD-38 opened 4 weeks ago

BD-38 commented 4 weeks ago

Hi, On a fresh install (Ubuntu 24.04) with all requirements, I got an error. Same issue if I change dc--ip to another domaine controler Current DC are running Windows 2022 Std French

GPOS are fetch, but I can't see anything else

image

CobblePot59 commented 4 weeks ago

Can you test with administrator account ?

BD-38 commented 3 weeks ago

I tried again with a new account, adding step by step into another group with more rights

CobblePot59 commented 3 weeks ago

Ok, I think I understood. It's because your server is in French, I didn't get this information in my first answer.

Because I just tested my code on Ubuntu I don't encounter any errors. Screenshot 2024-06-10 143632

I will look into using the sids

CobblePot59 commented 3 weeks ago

I just replaced the object name with their sid to support multilanguage, can you test?

BD-38 commented 3 weeks ago

Thank for this update, errors are not the same image

CobblePot59 commented 3 weeks ago

What arguments did you use to run the tool? Did you recover all of your GPOs in the GPO folder?

BD-38 commented 3 weeks ago

I used this command image No GPOS folder, it seems it's failing earlier

CobblePot59 commented 3 weeks ago

Very strange, can you test with a specific module by adding "-M users_description" to your previous command ?

BD-38 commented 3 weeks ago

Still an error image

CobblePot59 commented 3 weeks ago

I made a lot of changes, and added a debug option to display the method names, can you update and try again ?