Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickogden/insecure-php-example
Example PHP project showing off bad techniques.
https://github.com/rickogden/insecure-php-example
Last synced: about 2 months ago
JSON representation
Example PHP project showing off bad techniques.
- Host: GitHub
- URL: https://github.com/rickogden/insecure-php-example
- Owner: rickogden
- Created: 2017-01-17T15:04:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T17:35:06.000Z (10 months ago)
- Last Synced: 2024-08-04T01:15:21.756Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 7
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Purposefully Insecure PHP Application
This is an example application built using Silex for routing to provide examples of SQL Injection, plain text passwords and XSS.
I haven't used Silex features on purpose to provide a basic PHP example.
Whatever you do **DO NOT USE THIS SITE IN PRODUCTION**.