Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cryptXploit/js_analyzer

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” JS-Secrets-Finder

banner
Finding hidden secrets inside JavaScript files from websites


⚑ Features

  • Extract all .js files from target URL or subdomains
  • Scan .js files for sensitive patterns (API keys, tokens, credentials)
  • Multi-threading support for fast scanning
  • Saves results in js.txt and findings in report.jsonl

πŸ“¦ Installation

# Clone the repository
https://github.com/MASTERMONTYOFFICIAL/js_analyzer.git
cd js_analyzer
python3 js.py

# Install dependencies
pip3 install requests
pip3 install bs4

# Scan a single URL
python js.py -u https://example.com -o output.txt

# Scan using subdomains file
python js.py -s subs.txt -o output.txt

GIF

About

Finding Hidden Credentials from Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%