An open API service indexing awesome lists of open source software.

https://github.com/anthdm/jscollect

A tool that collects all Javascript files from a certain domain
https://github.com/anthdm/jscollect

Last synced: 8 months ago
JSON representation

A tool that collects all Javascript files from a certain domain

Awesome Lists containing this project

README

          

# jscollect

A simple tool to collect all Javascript files from a domain.

### Installation
```
go get -u github.com/anthdm/jscollect
```

### Usage

```
jscollect -d https://target.com
```

Pipe the response into other tools
```
jscollect -d https://google.com | wc -l
jscollect -d https://google.com | httprobe
jscollect -d https://google.com > js.txt
```