Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask XSS

This is an intentionally vulnerable webapp designed to explore various XSS attacks against web apps. It was created as a companion to the "Web Application Hacker's Handbook" chapter 12.

Features

  • GET parameter XSS
  • Cookie-base XSS
  • Stored XSS
  • Hackable 'admin' user
  • Toggleable browser XSS protection

Installation

To install, just run the following:

git clone https://github.com/terrabitz/Flask_XSS
cd flask_xss
pip install -r requirements.txt
python manage.py db init 
python manage.py add_admin
python manage.py runserver

The development server should then be started on localhost:5000

About

An intentionally vulnerable flask app designed to explore XSS vulnerabilities

Topics

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages