This tool automates Google dork generation for finding potential input points (such as contact forms) on a target domain for blind XSS testing.
git clone https://github.com/nickyqqq/blind-xss-dorker.git
cd blind-xss-dorker
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.pyAccess the web app at http://localhost:5000.
