Skip to content

Instantly share code, notes, and snippets.

@demonslayer68
demonslayer68 / index.html
Created June 16, 2012 10:18 — forked from captn3m0/index.html
a simple guide to injection attacks
<html>
<body>
<form action='submit.php' method='get'>
Enter your name : <input type='text' name='name' /><br />
<input type='submit' value='Submit' />
</form>
</body>
</html>
@demonslayer68
demonslayer68 / index.html
Created June 16, 2012 10:22 — forked from captn3m0/index.html
a simple guide to injection attacks
<html>
<body>
<form action='submit.php' method='get'>
Enter your name : <input type='text' name='name' /><br />
<input type='submit' value='Submit' />
</form>
</body>
</html>