An open API service indexing awesome lists of open source software.

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

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)