https://github.com/devjack/joes-bacon-emporium
INTENTIONALLY INSECURE workshop site.
https://github.com/devjack/joes-bacon-emporium
Last synced: 3 months ago
JSON representation
INTENTIONALLY INSECURE workshop site.
- Host: GitHub
- URL: https://github.com/devjack/joes-bacon-emporium
- Owner: devjack
- Created: 2015-02-04T16:11:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T08:43:10.000Z (about 10 years ago)
- Last Synced: 2025-01-30T15:49:32.362Z (5 months ago)
- Language: PHP
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phunconf 5.0 Workshop: OWASP & Application Security
=========
Im in ur c0dez h4ck1ng ur s3rvs
------------------------------
Author: Jack Skinner | @developerjack*********
THIS CODE IS INTENTIONALLY INSECURE
*********
To run this code locally, launch PHP's build in server via
```
DB_HOST= DB_USER= DB_PASS= DB_NAME= php -S 0.0.0.0:8090 -t ./
```You will need to create a database with the template code
```
$ cat data/scaffold.sql > mysql
```
Note: you may run mysql with additional parameters depending on your envonment.