subjs v1.0.1 releases: Fetches javascript file from a list of URLS or subdomains
subjs
subjs fetches javascript files from a list of URLS or subdomains. Analyzing javascript files can help you find undocumented endpoints, secrets, and more.
It’s recommended to pair this with gau and then LinkFinder.
Changelog v1.0.1
2aeaa83 Add missing Wait() and fix memory leak
a9b6bc6 update installation instructions
f222f50 update .gitignore
Install
You can download the pre-built binaries from the releases page and then move them into your $PATH.
$ tar xvf subjs_1.0.0_linux_amd64.tar.gz $ mv subjs /usr/bin/subjs
Use
Flag | Description | Example |
---|---|---|
-c |
Number of concurrent workers | subjs -c 40 |
-i |
Input file containing URLS | subjs -i urls.txt |
-t |
Timeout (in seconds) for http client (default 15) | subjs -t 20 |
-ua |
User-Agent to send in requests | subjs -ua "Chrome..." |
-version |
Show version number | subjs -version" |
Example
$ cat urls.txt | subjs $ subjs -i urls.txt $ cat hosts.txt | gau | subjs
Copyright (c) 2020 Corben Leo
Source: https://github.com/lc/