Reveals invisible links within JavaScript files. Inspired by LinkFinder
linx requires go1.17 to install successfully. Run the following command to get the repo -
go install -v github.com/riza/linx/cmd/linx@latest
# Scan a single JavaScript file and output results in HTML format
linx https://rizasabuncu.com/assets/admin_acces.js --output=admin_access_result.html
# Scan a single JavaScript file and output results in JSON format
linx https://rizasabuncu.com/assets/admin_acces.js --output=admin_access_result.json
# Scan multiple JavaScript files
linx https://example.com/js/file1.js,https://example.com/js/file2.js --output=results.html
# Scan multiple JavaScript files in parallel
linx https://example.com/js/file1.js,https://example.com/js/file2.js --output=results.html --parallel
# Show debug information
linx https://example.com/js/file1.js --output=results.html --debug