GerbenJavado / LinkFinder

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

Spider integration? #3

Closed jhaddix closed 7 years ago

jhaddix commented 7 years ago

Great idea.

Coupling this with a spider or inside of Burp would be best for full scope testing =)

GerbenJavado commented 7 years ago

Probably not. The reason is that I believe that LinkFinder needs quite a bit manual analysis to investigate the endpoints. For example /v1/user could easily be for the endpoint /api/v1/user. Furthermore parameters might be needed to verify the request. Thus the amount of false positives that would give, loosing the context of the endpoint and the extra work made me decide to not do it.

If you know a way around these limitation I would be interested to hear them.