smartbrute icon indicating copy to clipboard operation
smartbrute copied to clipboard

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

Open p0dalirius opened this issue 1 year ago • 1 comments

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 avatar Aug 07 '24 09:08 p0dalirius

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

p0dalirius avatar Aug 07 '24 09:08 p0dalirius