# Website JavaScript Extraction and Sensitive Information Scanner
Developed by Tejas Barguje Patil, this toolkit enables users to extract and scan JavaScript files on websites for sensitive information. With clear usage instructions and licensing details, it offers a comprehensive solution for web developers and security professionals.
## Usage
1. JavaScript File Extraction
Run `js_files_scanner.py` to extract JavaScript files from a website. Provide the website's URL when prompted.
```bash
python js_files_scanner.py
-
Sensitive Information Scanning
Execute
js_sensitive_info_scanner.py
to scan JavaScript files for sensitive information. Provide the file containing JavaScript URLs obtained previously.python js_sensitive_info_scanner.py
-
Link-based Sensitive Data Analysis
Customize
js_link_sensitive_data.py
to implement personalized scanning logic for JavaScript links within the website.#there is already effective logic in code if you want to make changes contact me # Add your sensitive information scanning logic here def scan_js_link_sensitive_info(url): pass if __name__ == "__main__": # Call the function with appropriate arguments if needed pass
Note: Ensure you have installed the necessary dependencies before running the scripts.
Install the dependencies using pip:
pip install requests pip install beautifulsoup4 pip install urllib
- requests
- BeautifulSoup
- urllib
You can reach out to me via: