Skip to content
forked from lc/subjs

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

Notifications You must be signed in to change notification settings

emircuneyt/subjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

subjs

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 -json

asciicast

Flags:

  -i string
    	input file containg urls
  -json
    	output in json format
  -wayback
    	retrieve javascript files from the wayback machine

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/lc/subjs) will be found in $GOPATH/src/github.com/lc/subjs with:

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

Install from Github Source

~ ❯ git clone https://github.com/lc/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 97.7%
  • Shell 2.3%