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.
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.
Run the following commands sequentially
git clone https://github.com/Shirshakhtml/JSAnalyser
pip3 install -r requirements.txt
sudo apt update && sudo apt upgrade -y
sudo apt install golang
bash install.sh
sudo cp $HOME/go/bin /usr/bin
python3 js-finder.py
python3 js-analyser.py