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

No module named 'jsbeautifier' #25

Closed lnchandila closed 4 years ago

lnchandila commented 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'

m4ll0k commented 4 years ago

python3 -m pip install jsbeautifier or pip3 install jsbeautifier or pip install jsbeautifier

vishal07021998 commented 4 years ago

i already installed this but again this give a error