p0dalirius / pyFindUncommonShares

FindUncommonShares is a Python script allowing to quickly find uncommon shares in vast Windows Domains, and filter by READ or WRITE accesses.
https://podalirius.net/
392 stars 47 forks source link

[bug] AttributeError: 'Namespace' object has no attribute 'auth_username'. Did you mean: 'auth_user'? #28

Closed p0dalirius closed 7 months ago

p0dalirius commented 7 months ago
FindUncommonShares v3.2 - by @podalirius_

[+] No password of hashes provided and --no-pass is 'False'
Traceback (most recent call last):
  File "/workspace/./f.py", line 891, in <module>
    options = parseArgs()
              ^^^^^^^^^^^
  File "/workspace/./f.py", line 479, in parseArgs
    options.auth_password = getpass("  | Provide a password for '%s\\%s':" % (options.auth_domain, options.auth_username))
                                                                                                   ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'auth_username'. Did you mean: 'auth_user'?
p0dalirius commented 7 months ago

Fixed in 753e277