GerbenJavado / LinkFinder

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

Implemented 1-level recursive js parsing, fixed ssl bug, removing trailing slash from inputs #33

Closed dostoevskylabs closed 6 years ago

dostoevskylabs commented 6 years ago

-Implemented 1 level deep recursive js parsing by appending the -d/--domain flag -Fixed an issue with websites that force newer protocols which was throwing an SSL error. -Removed the trailing slash from -i/--input urls for more universal parsing

GerbenJavado commented 6 years ago

Awesome!