Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 981 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 981 Bytes

Logo

XSS Example Attack :sword:

Simple example of PHP vullnerable applicaton 🤒

Dependencies

  • PHP 7.4
  • SQLite 3

Usage

  • Run server on view.php or just use apache2 and access view.php:
$ php -S localhost:8000 view.php
  • With XSS Attack, uncomment line 28 on view.php

Logo

  • Without XSS Attack, uncomment line 29 on view.php

Logo

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: