Skip to content

This toolkit, developed by Tejas Barguje Patil, 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.

Notifications You must be signed in to change notification settings

tejasbargujepatil/JS_Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📝License

GitHub GitHub last commit

# 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
  1. 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
  2. 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

Dependencies

  • requests
  • BeautifulSoup
  • urllib

Contact Information

You can reach out to me via:

Contact

About

This toolkit, developed by Tejas Barguje Patil, 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages