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

Error while runnning secretfinder.py - NoModuleFoundError #22

Closed iamshivamz closed 4 years ago

iamshivamz commented 4 years ago

python3 SecretFinder.py Traceback (most recent call last): File "SecretFinder.py", line 20, in import requests ModuleNotFoundError: No module named 'requests'

m4ll0k commented 4 years ago

pip3 install requests or python3 -m pip install requests