ShutdownRepo / smartbrute

Password spraying and bruteforcing tool for Active Directory Domain Services
GNU General Public License v3.0
338 stars 53 forks source link

[bug] 'Namespace' object has no attribute 'domain' #9

Open p0dalirius opened 1 month ago

p0dalirius commented 1 month ago

I have a problem when running smartbrute with the following command line:

`smartbrute -v -np 'exegol4thewin' --set-as-owned smart -bp 'Password12345!' kerberos -d "LAB.local" -u "$USER" -p "$PASSWORD" --kdc-ip "$DC_IP" kerberos

I get a lot of 'Namespace' object has no attribute 'domain' while spraying

image

p0dalirius commented 1 month ago

Adding this line on 1791 in the get_options() function fixed the issue temporarily:

1791     options.domain = options.auth_domain

image

There is probably a quick fix to do, I will look at it later