GerbenJavado / LinkFinder

A python script that finds endpoints in JavaScript files
https://gerbenjavado.com/discovering-hidden-content-using-linkfinder
MIT License
3.61k stars 587 forks source link

ssl error http/2 #98

Closed w1th0ut closed 3 years ago

w1th0ut commented 3 years ago
python3 .\linkfinder.py -i https://domain.com/js/main.js
Error: invalid input defined or SSL error: HTTP/2

I am facing this issue, any idea?

byt3hx commented 3 years ago

run like this : python3 linkfinder.py -i https://domain.com/js/main.js -o cli

w1th0ut commented 3 years ago
python3 .\linkfinder.py -i https://domain.com/js/main.js -o cli
Usage: python .\linkfinder.py [Options] use -h for help
Error: invalid input defined or SSL error: HTTP/2

still same

byt3hx commented 3 years ago

It is still going or just stop with this errors?

w1th0ut commented 3 years ago

stopping with this error, I running on windows 10 btw

byt3hx commented 3 years ago

I am not sure what is the error but it is working fine for me. I am running on linux wsl in windows.

w1th0ut commented 3 years ago

Problem solved, I forgot to turn off my proxy. That why this error happened, thanks @channyein1337 for taking time to help me 😄