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

problem #79

Open
HRahul007 opened this issue Apr 6, 2024 · 1 comment
Open

problem #79

HRahul007 opened this issue Apr 6, 2024 · 1 comment

Comments

@HRahul007
Copy link

$ python3 SecretFinder.py -i https://www.edgehill.ac.uk/ -e
[ + ] URL: https://www.edgehill.ac.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1
[ + ] URL: https://www.edgehill.ac.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
[ + ] URL: https://www.edgehill.ac.uk/wp-content/pro-plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.16
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-course-list/assets/ehu-course-list.js?ver=1712324583
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-expanding-box/assets/ehu-expanding-box.js?ver=1712324583
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-graphs/assets/ehu-graphs.js?ver=1712324583
[ + ] URL: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js?ver=2.9.4
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-news-list/assets/ehu-news-list.js?ver=1712324584
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-quote-list/assets/ehu-quote-list.js?ver=1712324584
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-blocks/ehu-cpd-list/assets/ehu-cpd-list.js?ver=1712324583
[ + ] URL: https://www.edgehill.ac.uk/wp-content/ehu-plugins/ehu-sticky-in-page-menu/assets/js/sticky-in-page-menu.js?ver=1712324605
[ + ] URL: https://maps.googleapis.com/maps/api/js?key=AIzaSyBWdPu6kvgSr8bNYnTyXkNO20WujuQUn2c&ver=2.0
Traceback (most recent call last):
File "/home/mahadev/tools/secertfinder/SecretFinder-master/SecretFinder.py", line 435, in
matched = parser_file(file,mode)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/mahadev/tools/secertfinder/SecretFinder-master/SecretFinder.py", line 182, in parser_file
items = getContext(all_matches,content,regex[0])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mahadev/tools/secertfinder/SecretFinder-master/SecretFinder.py", line 158, in getContext
context = re.findall('%s%s%s'%(rex,m,rex),content,re.IGNORECASE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/re/init.py", line 216, in findall
return _compile(pattern, flags).findall(string)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/re/init.py", line 294, in _compile
p = _compiler.compile(pattern, flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/re/_compiler.py", line 745, in compile
p = _parser.parse(p, flags)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/re/_parser.py", line 994, in parse
raise source.error("unbalanced parenthesis")
re.error: unbalanced parenthesis at position 146

@Lokillo20
Copy link

same here!

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

2 participants