linkfinder
LinkFinder is a python script written to discover endpoints and their parameters in JavaScript files. It does so by using jsbeautifier for python in combination with a fairly large regular expression.
Name:linkfinder
Category:Discovery
Publisher:trickest
Created:6/23/2021
Container:
quay.io/trickest/linkfinder:095bb62
Output Type:
License:Unknown
Source:View Source
Parameters
-c
Add cookies to the request-i
Input a URL to analyze-i
Input a file to analyze-r
RegEx for filtering purposes against found endpoints (e.g. ^/api/)-d
Toggle to use when analyzing an entire domain. Enumerates over all found JS files.-b
Toggle to use when inputting a Burp 'Save selected' file containing multiple JS files