Skip to content

riza/linx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linx

Reveals invisible links within JavaScript files. Inspired by LinkFinder

Installation

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

Usage

# 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

About

Reveals invisible links within JavaScript files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages