> about

Vulnerabilities

The main page contains the following vulnerabilities.

VULNERABILITYVIA
Cache PoisoningComing soon!
Cookie Injectioncookies
CORS Bypassheader
CSRFheader injection
CSS Injectioncss, css2
Header Injectioncookie and header
Response splittingcookie and header
Template InjectionJinja in most fields
XSSpractically everywhere

Secret Types

The main page contains the following secrets.

SECRETLOCATION
SECRET_KITTENCookie(secure)
SECRET_GUPPYHidden Input
SECRET_SQUIRRELIn BODY
SECRET_MONKEYSession Storage
SECRET_AGENTCookie(HTTP only)
SECRET_SAMURAIHTTP header
SECRET_PANDAServer Side Local Variable
SECRET_NINJAServer Side Global Variable
SECRET_UNICORNServer Environmental Variable

Why?

I got bored while creating yet another one-off test page to try out an attack technique, I decided to make a page that contains all the major vulnerabilities that can safely be hosted on a third party host. It also stores a bunch of secrets in the usual places so there's something to compromise. This is a work in progress, let me know if there's a change you'd like to see made. You can view the source code if you're curious what's happening server side (hint: not much).