Skip to content

JS Analyser is a useful tool for web developers and security professionals, as it helps identify potential vulnerabilities and improve the security of web applications.

Notifications You must be signed in to change notification settings

Shirshakhtml/JSAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


JS Analyser is a tool that performs a comprehensive analysis of JavaScript files from a domain's subdomains and source files using fuzzing and brute-forcing techniques to identify endpoints and subdomains.


Description

JS Analyser helps to identify vulnerabilities that could be exploited by attackers to gain unauthorized access to sensitive information or compromise the security of the web application. By detecting these vulnerabilities, web developers can take appropriate measures to patch them and improve the overall security posture of the application.

Installation

Run the following commands sequentially

  1. git clone https://github.com/Shirshakhtml/JSAnalyser
  2. pip3 install -r requirements.txt
  3. sudo apt update && sudo apt upgrade -y
  4. sudo apt install golang
  5. bash install.sh
  6. sudo cp $HOME/go/bin /usr/bin

Usage

python3 js-finder.py 
python3 js-analyser.py

About

JS Analyser is a useful tool for web developers and security professionals, as it helps identify potential vulnerabilities and improve the security of web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published