urlfinder

Extract URLs and subdomains from JavaScript files on websites

brewmacoslinux
Try with needOr install directly
Source

About

Extracting URLs and subdomains from JS files on a website

Commands

urlfinder

Examples

Extract all URLs from JavaScript files on a target website$ urlfinder -u https://example.com
Extract subdomains and save results to a file$ urlfinder -u https://example.com -o results.txt
Extract URLs with verbose output to see detailed progress$ urlfinder -u https://example.com -v