Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riza/linx
Reveals invisible links within JavaScript files
https://github.com/riza/linx
bugbounty infosec recon
Last synced: 7 days ago
JSON representation
Reveals invisible links within JavaScript files
- Host: GitHub
- URL: https://github.com/riza/linx
- Owner: riza
- License: mit
- Created: 2022-06-26T00:08:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T22:13:11.000Z (over 2 years ago)
- Last Synced: 2024-08-02T02:13:44.550Z (3 months ago)
- Topics: bugbounty, infosec, recon
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 202
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bugbounty-tools - linx - Reveals invisible links within JavaScript files (Recon / Links)
README
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 -
```sh
go install -v github.com/riza/linx/cmd/linx@latest
```# Usage
```sh
linx --target=https://rizasabuncu.com/assets/admin_acces.js --output=admin_access_result.html
```# TODOs
* [x] HTML output support
* [ ] JSON output support
* [ ] Custom cookie support
* [x] Rule improvement & blacklist support
* [ ] Support parallel scan multiple files
* [ ] ...