https://github.com/camillebaronnet/fix-the-shortener
:mortar_board: Lean how to fix commons PHP vulnerabilities
https://github.com/camillebaronnet/fix-the-shortener
ctf local-file-inclusion pdo php shortener sqlinjection wargame xss
Last synced: 7 months ago
JSON representation
:mortar_board: Lean how to fix commons PHP vulnerabilities
- Host: GitHub
- URL: https://github.com/camillebaronnet/fix-the-shortener
- Owner: camillebaronnet
- Created: 2019-12-04T20:33:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T08:29:25.000Z (over 5 years ago)
- Last Synced: 2024-10-24T08:29:14.635Z (12 months ago)
- Topics: ctf, local-file-inclusion, pdo, php, shortener, sqlinjection, wargame, xss
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fix the shortener
Fix The Shortener is a project that
aims to discover the most common security vulnerabilities and
learn how to fix them.## Get started
Requirements : php, pdo, pdo_sqlite
You can use the internal PHP server:
```bash
php -S 0.0.0.0:3000
```Go here : [http://localhost:3000](http://localhost:3000)