Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 952 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 952 Bytes

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