FindUncommonShares is a Python script allowing to quickly find uncommon shares in vast Windows Domains, and filter by READ or WRITE accesses.
392
stars
47
forks
source link
[bug] Fix `--password` argument not working properly. #19
Closed
pedroflor closed 1 year ago
Fix
--password
argument not working properly. In line No. 372 you are assigningdefault=""
but in line No. 383 you are comparing withNone
.