Add tools/csrf_to_beef - initial commit
This commit is contained in:
12
tools/sample.html
Normal file
12
tools/sample.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user