Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hackshiv/jsurlextractor
- Owner: HackShiv
- Created: 2024-07-09T23:08:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T23:27:16.000Z (7 months ago)
- Last Synced: 2024-11-12T11:42:27.399Z (3 months ago)
- Topics: bugbounty, endpoints, extractor, javascript, jsextractor
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtYou 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.