API Endpoint Enumeration
curl https://target.com/script.js | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*"python3 linkfinder.py -i https://target.com/script.js -o cligrep -rE "api/v[0-9]|endpoint|fetch(" /path/to/js/filesLast updated
curl https://target.com/script.js | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*"python3 linkfinder.py -i https://target.com/script.js -o cligrep -rE "api/v[0-9]|endpoint|fetch(" /path/to/js/filesLast updated