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
2.03k stars 375 forks source link

Getting Error #15

Closed AlishahMughal123 closed 3 years ago

AlishahMughal123 commented 4 years ago

image

m4ll0k commented 4 years ago

provide -e option:

python3 SecretFinder.py -i target.com -e

kssaril commented 4 years ago

Seeing this error with -e option Traceback (most recent call last): File "./SecretFinder.py", line 455, in <module> body += '</a><div class="container">%s</div></div>'%(match.get('context')[0]) IndexError: list index out of range

AlishahMughal123 commented 4 years ago

Oh ohkay thanks let me check 😊

m4ll0k commented 4 years ago

make this changes.. https://github.com/m4ll0k/SecretFinder/issues/6#issue-636710123, I will resolve this issues in the next version

AlishahMughal123 commented 4 years ago

It`s working with -e Thanks :)

Fawadkhanfk commented 4 years ago

Exceeded 30 redirects. when ever i try to run its show this @m4ll0k

Fawadkhanfk commented 4 years ago

le "SecretFinder.py", line 455, in body += '

%s
'%(match.get('context')[0]) IndexError: list index out of range

Anugrahsr commented 4 years ago

Getting the same error when running with -e flag

Traceback (most recent call last): File "SecretFinder.py", line 455, in body += '

%s
'%(match.get('context')[0]) IndexError: list index out of range

vaibhavgaikwad1712 commented 4 years ago

hey i am getting jsbeautifier error

PsOverflow commented 3 years ago

am getting jsbeautifier error

Install the required package : pip install -r requirements.txt