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] Fix `--password` argument not working properly. #19

Closed pedroflor closed 1 year ago

pedroflor commented 1 year ago

Fix --password argument not working properly. In line No. 372 you are assigning default="" but in line No. 383 you are comparing with None.