Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run anything after install in Kali Linux #55

Open
zabeliqbal opened this issue Aug 18, 2021 · 0 comments
Open

Can't run anything after install in Kali Linux #55

zabeliqbal opened this issue Aug 18, 2021 · 0 comments

Comments

@zabeliqbal
Copy link

Traceback (most recent call last):
File "/root/Downloads/secretfinder/SecretFinder.py", line 435, in
matched = parser_file(file,mode)
File "/root/Downloads/secretfinder/SecretFinder.py", line 182, in parser_file
items = getContext(all_matches,content,regex[0])
File "/root/Downloads/secretfinder/SecretFinder.py", line 158, in getContext
context = re.findall('%s%s%s'%(rex,m,rex),content,re.IGNORECASE)
File "/usr/lib/python3.9/re.py", line 241, in findall
return _compile(pattern, flags).findall(string)
File "/usr/lib/python3.9/re.py", line 304, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.9/sre_compile.py", line 764, in compile
p = sre_parse.parse(p, flags)
File "/usr/lib/python3.9/sre_parse.py", line 962, in parse
raise source.error("unbalanced parenthesis")
re.error: unbalanced parenthesis at position 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant