smartbrute
smartbrute copied to clipboard
[bug] 'Namespace' object has no attribute 'domain'
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
Adding this line on 1791 in the get_options() function fixed the issue temporarily:
1791 options.domain = options.auth_domain
There is probably a quick fix to do, I will look at it later