Skip to content

A simple tool to get all .js file of target and find sensitive keywords in it.

Notifications You must be signed in to change notification settings

vaibhavc418/JSKeywordFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSKeywordFinder

JSKeywordHunter is a powerful open-source tool designed to assist security professionals in identifying potential security vulnerabilities and sensitive information leaks within JavaScript code hosted on websites. This tool automates the process of searching for keywords and patterns that might indicate the presence of sensitive information, such as passwords, API keys, tokens, and other confidential data.

Pre-Requisite

  1. Linux/OSX machine
  2. Waybackurls - go install github.com/tomnomnom/waybackurls@latest
  3. Katana - go install github.com/projectdiscovery/katana/cmd/katana@latest
  4. GAU - go install github.com/lc/gau/v2/cmd/gau@latest
  5. URO - pip3 install uro

Basic Usage

chmod +x JSKeywordFinder.sh

./JSKeywordFinder.sh website.com

Usage example

./JSKeywordFinder.sh testphp.vulnweb.com

2

Thank You

About

A simple tool to get all .js file of target and find sensitive keywords in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages