Skip to content

Instantly share code, notes, and snippets.

@PeeHaa
Created July 22, 2014 19:04
Show Gist options
  • Save PeeHaa/370cb0940ac2efbcc41c to your computer and use it in GitHub Desktop.
Save PeeHaa/370cb0940ac2efbcc41c to your computer and use it in GitHub Desktop.
sigh
<?php
$song = new StdClass;
$song->artist = '" onmouseover="alert(\'all your base are belong to us\')" foo="';
?>
<form action="#">
<input type="text" name="xss" value="<?php if (isset($song->artist)) echo $song->artist; ?>">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment