subjs
subjs copied to clipboard
Fetches javascript file from a list of URLS or subdomains.
Why is called **subjs** if it extracts URLs ?!
Proper way to handle installation with latest golang
Installing executables with "go get" in module mode is deprecated. "go install pkg@version" should be used instead. For more information, see https://golang.org/doc/go-get-install-deprecation
Not extracting all js urls put /js/ regex also
It'd be great if a user has the ability to specify cookies for the host. Some js files are available only for authenticated users.
A nice addition would be to see if a source map is available at `script.js.map` to be used with https://github.com/denandz/sourcemapper
The output contains duplicate javascript files (although that can be piped into sort -u, but it's an extra overhead). I'll try to create a PR fixing this when I get...
Hi Corben, Thanks for sharing this tool with the community! I needed a few things so I added them. If you think they're useful, feel free to merge :-). 1....