-
**python3 SecretFinder.py -i 'example.com_jsfiles/*' -o results.html**
[ + ] URL: file:/example.com_jsfiles\www.example.com\zone.js\dist\assets\js\assets\landing\swiper\assets\js\gsap\gsap.min.js
…
-
![image](https://user-images.githubusercontent.com/52525188/85760019-dfd4dc00-b72a-11ea-8efc-b14f909e855c.png)
-
Getting following error in secretfinder
/usr/local/lib/python3.8/dist-packages/requests-2.7.0-py3.8.egg/requests/packages/urllib3/connectionpool.py:764: InsecureRequestWarning: Unverified HTTPS req…
-
/usr/bin/sensible-browser: 8: open: not found
Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "/home/sanath/tools/SecretFind…
-
Traceback (most recent call last):
File "SecretFinder.py", line 456, in
body += '%s'%(match.get('context')[0])
-
Traceback (most recent call last):
File "SecretFinder.py", line 456, in
body += '%s'%(match.get('context')[0])
IndexError: list index out of range
-
![Screenshot from 2020-09-24 03-32-37](https://user-images.githubusercontent.com/41837489/94114754-c66d2a00-fe16-11ea-9b6c-074e09605475.png)
![Screenshot from 2020-09-24 03-35-47](https://user-images…
-
Hello,
Unfortunately when i run the tool while given it a jsfile as input it throw this error,
```
Traceback (most recent call last):
File "/tools/SecretFinder/SecretFinder.py", line 429, in…
sawmj updated
4 years ago
-
when i run the script it show this error
Traceback (most recent call last):
File "SecretFinder.py", line 16, in
import jsbeautifier
ModuleNotFoundError: No module named 'jsbeautifier'
-
I have to install SecretFinder with git clone in kali then install all requirements with file "requirements.txt" then I try to execute "SecretFinder.py" this executable file but they give me this erro…