Skip to content

Finds all javascripts in a url and searches for a pattern

Notifications You must be signed in to change notification settings

SchrodingersNeko749/jsfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsfinder

Description

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,

Installation and Usage

  1. Clone the repo
  2. Run go build in the project directory
  3. ./jsfinder -url <target url> -d <download directory> -b <beautifies javascript files> -p <pattern>

Dependancy

this program relies on a few programs

  1. wget
  2. rg (better grep)
  3. js-beautify

About

Finds all javascripts in a url and searches for a pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages