Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArpitKubadia/JS-Secret-Finder
https://github.com/ArpitKubadia/JS-Secret-Finder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ArpitKubadia/JS-Secret-Finder
- Owner: ArpitKubadia
- Created: 2021-02-28T11:26:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T19:08:04.000Z (over 3 years ago)
- Last Synced: 2024-06-07T00:31:53.458Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ArpitKubadia/JS-Secret-Finder - (Shell)
README
# JS-Secret-Finder
Tool to automate fetching JS files and finding secrets in them
Uses Tomnomnom's [GF](https://github.com/tomnomnom/gf), [anew](https://github.com/tomnomnom/anew) and GF patterns from various sources compiled [here](https://github.com/ArpitKubadia/Custom-GF-Profiles)Steps to install:
```
git clone https://github.com/ArpitKubadia/JS-Secret-Finder.git
cd JS\ Secret\ Finder/
chmod +x js_secret_finder.sh
```## Basic Usage
Pass links to Javascript files from `STDIN``waybackurls target | grep ".js" | ./js_secret_finder.sh`
Automatically uses wget to download all Javascript files, runs all the GF patterns you have in `~/.gf` and outputs to `gf_out.txt` and `cli`
Suggestions and PRs are welcome!