Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 860 Bytes

File metadata and controls

25 lines (16 loc) · 860 Bytes

🕸️JSSpider

Tool that automatically navigates through websites in order to spot all of its .js files. Ideally created to be combined with other tools, like SecretFinder or LinkFinder.

⚙️ Installation

If you've got Go installed and configured, you can install JSSpider using the command below:

foo@bar:~$ go install -v github.com/brenu/jsspider@latest

▶️ Usage

The usage of JSSpider consists of passing a list of domains by using the pipe, just like the examples below:

foo@bar:~$ cat subdomains.txt | jsspider
foo@bar:~$ cat subdomains.txt | jsspider -o output.txt
foo@bar:~$ cat subdomains.txt | jsspider > output.txt

⚖️ Disclaim 🕷️

Use it with caution. You are responsible for your actions. I assume no liability and I'm not responsible for any misuse or damage.