Skip to content

JSNinja is a powerful tool designed for security researchers and developers looking to extract sensitive information and Urls from JavaScript files.

License

Notifications You must be signed in to change notification settings

iamunixtz/JSNinja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSNinja - "Hunting Bugs in JavaScript!"

JSNinja is a powerful tool for extracting URLs and sensitive information from JavaScript files. It's designed for security enthusiasts,BugHunters and developers.

JSNinja

Installation:

To install JSNinja, run the following commands:

apt update
apt install git python3 python3-pip -y
git clone https://github.com/iamunixtz/JSNinja.git
cd JSNinja
pip3 install -r requirements.txt

Single Command:

apt update ; apt install git python3 python3-pip -y ; git clone https://github.com/iamunixtz/JSNinja.git ; cd JSNinja ; pip3 install -r requirements.txt

Usage:

To run JSNinja, use the following command:

python3 jsninja.py -u http://example.com/script.js --secrets --urls

Command-Line Options:

  • -u or --url: Specify a single JavaScript URL to fetch.
  • --secrets: Look for sensitive information in the JavaScript content.
  • --urls: Extract URLs from the JavaScript content.
  • -o or --output_file: Specify the file to save extracted links (default: extracted_links.txt).

Features:

[+] Extract URLs from JavaScript files!

[+] Identify sensitive information such as API keys and tokens!

[+] User-friendly interface!

[+] Open Source and actively maintained!

Credits:

> Inspired by various open-source projects!

License:

This project is licensed under the MIT License - see the LICENSE file for details.

About

JSNinja is a powerful tool designed for security researchers and developers looking to extract sensitive information and Urls from JavaScript files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages