bocajspear1 / super-cool-community

A really cool community web application... that's vulnerable (Made for CNY Hackathon 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Cool Community

Vulnerable community web application. Write posts, make comments, and hack the server!

Run in Docker

Docker runs Apache server with DB and PHPMyAdmin installed

docker build -t sccommunity-webapp .
docker run -p 1337:80 --rm -it --name sccommunity-webapp-test -v`pwd`/app:/var/www/html sccommunity-webapp

or

make build
make run

Setup

Use the install.php script to help setup your community and its config.

Admin

Use the admin.php page to administer your community. The username and password for the admin page are in the config file.

SQL

SQL is in the sccommunity.sql file.

About

A really cool community web application... that's vulnerable (Made for CNY Hackathon 2019)


Languages

Language:PHP 91.0%Language:Dockerfile 4.5%Language:Shell 2.4%Language:Makefile 1.0%Language:CSS 0.7%Language:Hack 0.5%