• Stars
    star
    196
  • Rank 194,313 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created about 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Reveals invisible links within JavaScript files

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

linx --target=https://rizasabuncu.com/assets/admin_acces.js --output=admin_access_result.html

TODOs

  • HTML output support
  • JSON output support
  • Custom cookie support
  • Rule improvement & blacklist support
  • Support parallel scan multiple files
  • ...