Open anand4234 opened 1 year ago
same issue here
I used the suggestion in #30 and remove the last part of the regex from secretfinder.py and the issue is gone
'possible_Creds' : r"(?i)(" \
r"password\s*[`=:\"]+\s*[^\s]+|" \
r"password is\s*[`=:\"]*\s*[^\s]+|" \
r"pwd\s*[`=:\"]*\s*[^\s]+|" \
r"passwd\s*[`=:\"]+\s*[^\s]+)",
Any idea whats going wrong here? python SecretFinder.py -i js.js -o test.html