8000 GitHub - everythingBlackkk/hackJS: To use hackJS, specify a target URL that contains JavaScript files you want to analyze. The tool will fetch these JavaScript files, extract embedded links and subdomains.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

To use hackJS, specify a target URL that contains JavaScript files you want to analyze. The tool will fetch these JavaScript files, extract embedded links and subdomains.

Notifications You must be signed in to change notification settings

everythingBlackkk/hackJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hack JavaScript                

                     _       _    _                    _             _                  _        _        
                    / /\    / /\ / /\                /\ \           /\_\               /\ \     / /\      
                   / / /   / / // /  \              /  \ \         / / /  _            \ \ \   / /  \     
                  / /_/   / / // / /\ \            / /\ \ \       / / /  /\_\          /\ \_\ / / /\ \__  
                 / /\ \__/ / // / /\ \ \          / / /\ \ \     / / /__/ / /         / /\/_// / /\ \___\ 
                / /\ \___\/ // / /  \ \ \        / / /  \ \_\   / /\_____/ / _       / / /   \ \ \ \/___/ 
               / / /\/___/ // / /___/ /\ \      / / /    \/_/  / /\_______/ /\ \    / / /     \ \ \       
              / / /   / / // / /_____/ /\ \    / / /          / / /\ \ \    \ \_\  / / /  _    \ \ \      
             / / /   / / // /_________/\ \ \  / / /________  / / /  \ \ \   / / /_/ / /  /_/\__/ / /      
            / / /   / / // / /_       __\ \_\/ / /_________\/ / /    \ \ \ / / /__\/ /   \ \/___/ /       
            \/_/    \/_/ \_\___\     /____/_/\/____________/\/_/      \_\_\\/_______/     \_____\/        
                                                                                                                              

hackJS

hackJS is a Python-based tool that extracts JavaScript file links from a website, searches for endpoints inside them, and optionally checks for specific keywords.

Features

  • Extracts all JavaScript files from a given URL.
  • Searches JS files for hidden endpoints (e.g., API paths).
  • Optional keyword matching inside JavaScript files.
  • Output results to console or file.

Usage

python3 hackjs.py -u <target_url> [-o <output_file>] [-w <keywords_file>]

Parameters

  • -u / --url (required): Target website URL.
  • -o / --output (optional): Save results to a file.
  • -w / --wordlist (optional): File containing keywords to search inside JS files.

Example

python3 hackjs.py -u https://example.com -o result.txt -w WordList.txt

Requirements

Install dependencies with:

pip install -r requirements.txt

Author

Developed by Yassin Mohamed

About

To use hackJS, specify a target URL that contains JavaScript files you want to analyze. The tool will fetch these JavaScript files, extract embedded links and subdomains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0