Skip to content

pwnbyte/subjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SUBJS

[+] Usage (all urls from file) 1º: $cat urls.txt | subj
[+] Usage 2º: $cat urls.txt | go run subjs.go
[+] Usage 3º: (single domain) | go run subjs.go -d https://example.com -o myfile

Description

A tool to get javascript files from a list of URLS or subdomains. Analyzing javascript files can help you find undocumented endpoints, etc.

It's recommended to pair this with https://github.com/GerbenJavado/LinkFinder

Usage:

cdl@doggos ~> cat urls.txt | subjs

asciicast

Save output to a file:

subjs -o output.txt

Installation

Install Command and Download Source With Go Get

subjs command will be installed to $GOPATH/bin and the source code (from https://github.com/C0RB3N/subjs) will be found in $GOPATH/src/github.com/C0RB3N/subjs with:

~ ❯ go get -u github.com/C0RB3N/subjs

Install from Github Source

~ ❯ git clone https://github.com/C0RB3N/subjs
~ ❯ cd subjs
~ ❯ chmod +x install.sh && ./install.sh

Useful?

Buy Me A Coffee

About

A tool to get javascript files from a list of URLS or subdomains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.0%
  • Shell 2.0%