Suninatas Game 02 Posted on 2026-02-09 Edited on 2026-03-02 In ctf Views: Disqus: Word count in article: 50 Reading time ≈ 1 mins. challenges Game 02 12345678910111213141516<script> function chk_form() { var id = document.web02.id.value; var pw = document.web02.pw.value; if (id == pw) { alert("You can't join! Try again"); document.web02.id.focus(); document.web02.id.value = ""; document.web02.pw.value = ""; } else { document.web02.submit(); } }</script><!-- Hint : Join / id = pw --><!-- M@de by 2theT0P --> use browser network id=admin&pw=admin