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

using requests lib instead of urlopen #136

Open bugoverfl0w opened 1 year ago

bugoverfl0w commented 1 year ago

Hi,

I clone your repo, but when I run it, there is some problem with ssl. So I try to using requests lib instead of urlopen. It works perfectly.

Could you take a look on it and merge it :D?

Thanks,