Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackshiv/jsurlextractor

A simple bash script to extract more urls from js endpoints
https://github.com/hackshiv/jsurlextractor

bugbounty endpoints extractor javascript jsextractor

Last synced: about 1 month ago
JSON representation

A simple bash script to extract more urls from js endpoints

Awesome Lists containing this project

README

        

# JSurlextractor
A simple bash script to extract urls from js endpoints.

# Usage
./jsextract.sh -f jsurls.txt -o output.txt

You can add more grepping and filters like grep -E "admin$|api$" at the bottom.
Originally it will look for any beginning with "https://" and spit it out in a decent format. Tweak as you'd like but you will get unwanted stuff and it'll be messy.
Give it a file full of js urls like https://example.com/.js and it will extract more urls, endpoints and third party services. I use this for recon.