You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form above will send request with body {"username":"fweewfwef", "abc":"=123"}, and content type text/plain. The server did not check the content type so it's fine.
After updating the permission, just visit home.php and get the flag.
The text was updated successfully, but these errors were encountered:
You can login with any username, and then there is a page to change permission: http://124.71.205.122:10002/change.php
The request looks like this, it's in JSON format:
There is also a bot, you can send it any link so we can do CSRF here via
<form>
andenctype="text/plain"
, like this:The form above will send request with body
{"username":"fweewfwef", "abc":"=123"}
, and content typetext/plain
. The server did not check the content type so it's fine.After updating the permission, just visit home.php and get the flag.
The text was updated successfully, but these errors were encountered: