Skip to content

caillou/Security-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Sandbox

WARNING: Under no circumstances should you use this code in a productive environment. This Project is for educational purpose only and it is highly unsecured!!!

Installation

Submodule

The brilliant QueryPath Libaray vendor library. The library has been bundled as a a git submodule. In order to get it into the project, you have to run the following command in the root of your project:

$ git submodule init && git submodule update

Config

There is a boilerplate config file for the db connection. Just copy and edit it:

$ cp ./conf/config.php.dist ./conf/config.php

Create DB

Now that you have a db_name and a db_user you can just initialize the app:

$ mysql -u db_user db_name < ./conf/init-db.sql

Have fun hacking it now!

About

The Security Sandbox is an unsecure twitter clone. It's trying to break every possible security rule and is meant for presentations about the OWASP Top 10.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages