| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
XSSBook is a deliberately vulnerable social networking application built with Python Flask, designed for educational purposes to demonstrate various Cross-Site Scripting (XSS) vulnerabilities.
This application serves as a learning platform for:
This application contains intentional security vulnerabilities and should NEVER be deployed to production or exposed to the internet. Use only in isolated, controlled environments for educational purposes.
Clone or download the project files
Navigate to the project directory:
cd XssBookInstall required packages:
pip3 install -r requirements.txtRun the application:
python3 app.pyOpen your browser and navigate to:
http://localhost:5000
The application automatically creates demo accounts with sample data:
These accounts come with pre-populated posts, comments, and profile information.
| Back | FazBrowse Home | New Git URL |