Skip to content

Instantly share code, notes, and snippets.

@nealpoole
Created March 25, 2011 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nealpoole/886922 to your computer and use it in GitHub Desktop.
Save nealpoole/886922 to your computer and use it in GitHub Desktop.
<?php
$var = '1</iframe>"><script>alert(document.cookie)</script>';
if ((int)$var)
{
var_dump($var);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment