Simple example of PHP vullnerable applicaton 🤒
- PHP 7.4
- SQLite 3
- Run server on
view.php
or just useapache2
and accessview.php
:
$ php -S localhost:8000 view.php
- With XSS Attack, uncomment line
28
onview.php
- Without XSS Attack, uncomment line
29
onview.php
If you want to contribute, you can also open issue or clone this repository to make a Pull Request, thank you so much!!!:purple_heart: