Linkinjs
A Go-based program to find links from the list of Js files.
Install / Use
/learn @rc4ne/LinkinjsREADME
linkinjs - A Go based program to find links from list of Js files quickly
Installation
go get -u github.com/rc4ne/linkinjs
Efficient Usage with other tools like Gau
cat list_of_subdomains.txt | gau -b woff,png,jpeg,jpg -o urls.txt
cat urls.txt | grep "\.js" > js_files.txt
linkinjs -n 50 -dl js_files.txt -o js_links.txt
Sample Usage
Some Points to note
- Using -m will match for the basedomain in the found links. Example: For http://xyz.tld/file.js, all the links matching keyword "xyz" will be considered. Default value-false.
- Flag -n is for concurrency, no of goroutines to use at once.
Improvement
Lots of scope for improvement. I made this as side project during academics when trying Golang for first time. Most of inspiration from https://github.com/0xsha/GoLinkFinder.
-> Concurrency can be implemented in better way
-> Implementing SecretFinder
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
351.2kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
