A web pentest program that finds <script> tags in a html file and downloads them to find specific keywords. Forexample you may want to check if your website is leaking passwords or tokens. Using this program you can automate the whole process,
- Clone the repo
- Run
go build
in the project directory ./jsfinder -url <target url> -d <download directory> -b <beautifies javascript files> -p <pattern>
this program relies on a few programs
- wget
- rg (better grep)
- js-beautify