Skip to content

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

Notifications You must be signed in to change notification settings

bocajspear1/super-cool-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published