Simple example of PHP vullnerable applicaton 🤒
- PHP 7.4
- SQLite 3
- Run server on
view.phpor just useapache2and accessview.php:
$ php -S localhost:8000 view.php- With XSS Attack, uncomment line
28onview.php
- Without XSS Attack, uncomment line
29onview.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:

