Add tools/csrf_to_beef - initial commit

This commit is contained in:
bcoles
2014-01-05 12:13:49 +10:30
parent ed661e2a22
commit 3d5ecd0787
2 changed files with 247 additions and 0 deletions

12
tools/sample.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<form action="http://127.0.0.1/index.php?query=example" method="POST" enctype="multipart/form-data">
<input type="hidden" name="value1" value="Example value #1" />
<input type="hidden" name="value2" value="Example value #2" />
<input type="hidden" name="value3" value="Example value #3" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>