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.
Details
Category: Discovery
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/linkfinder:095bb62
Source URL: https://github.com/GerbenJavado/LinkFinder
Parameters
cookies
string
Command:
-c
- Add cookies to the requestinput-url
string
requiredCommand:
-i
- Input a URL to analyzeinput-file
file
requiredCommand:
-i
- Input a file to analyzefilter-regex
string
Command:
-r
- RegEx for filtering purposes against found endpoints (e.g. ^/api/)analyze-entire-domain
boolean
Command:
-d
- Toggle to use when analyzing an entire domain. Enumerates over all found JS files.use-burp-save-selected-file
boolean
Command:
-b
- Toggle to use when inputting a Burp 'Save selected' file containing multiple JS files