Skip to content

thiiagoms/php-xss-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages