Skip to content

georlav/ObjectInjectionPlayground

Repository files navigation

PHP Object Injection playground

A simple exhibition application which suffers from multiple object injection vulnerabilities. Application runs under various versions of php simultaneously. Created just for testing purposes.

PHP versions:

  • PHP 5.6
  • PHP 7.1
  • PHP 7.3

You can easily change the active version of php from the top right menu of the web app.

Requirements

  • Docker

Starting the app

$ docker-compose up -d

It will start 4 containers

  • NGINX
  • PHP 5.6
  • PHP 7.1
  • PHP 7.3

Vulnerability types

  • GET/POST Params and forms
  • COOKIES
  • HEADERS

Payload samples

Authors

  • georlav - Initial work

About

Exhibition application which suffers from multiple object injection vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors