XSSTRON: Find XSS Vulnerabilities Automatically
XSSTRON
Electron JS Browser To Find XSS Vulnerabilities
Powerful Chromium Browser to find XSS Vulnerabilities automatically while browsing the web, it can detect many case scenarios with support for POST requests too.
Install
git clone https://github.com/RenwaX23/XSSTRON.git
cd XSSTRON
npm install
npm start
Use
Just browse the web like a normal web browser then it will automatically look for XSS vulns in the background and show them in a new window with POC.
Known issues
Some users in certain Linux distributions get into some problems try these
- Try to update npm and nodejs to the latest version
- delete node_modules folder and reinstall
- in package.json change the electron devDepencies to (electron11-bin)
- install electron using (npm install electron) and run the app with electron using (electron .) with each step remember to delete the node_modules folder and reinstall again using (npm install)
Copyright (C) 2021 RenwaX23
Source: https://github.com/RenwaX23/