JS-Files-Analyzer
JS-Files-Analyzer
JS Endpoint Keyword Search Tool
The JS Endpoint Keyword Search Tool is a Python script that allows you to search for specific keywords within the content of JavaScript (JS) endpoints. It can help you identify sensitive information or potential security vulnerabilities in JS files.
Prerequisites
To run the script, you need to have the following:
- Python 3.x installed on your machine
- The
subprocess
,re
, andcolorama
modules installed (pip install subprocess re colorama
)
Usage
-
Clone or download the script to your local machine.
-
Create a text file named
jsfiles.txt
with the JS File URLs in the same directory as the script. -
Populate
jsfiles.txt
with the URLs of the JS endpoints you want to search, each URL on a new line. -
Open a terminal or command prompt.
-
Navigate to the directory where the script is located.
-
Run the script by executing the following command:
python script.py