m4ll0k / SecretFinder

SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files
GNU General Public License v3.0
2k stars 373 forks source link

Escaping parenthesis on regex to fix error : re.error: unbalanced par… #63

Open wlayzz opened 2 years ago

wlayzz commented 2 years ago

Hello,

There is a quick fix for the error : re.error: unbalanced parenthesis at position X Issue reference #46 The fix consists of escaping parenthesis on regex.