お次はこちらのサイト https://webhacking.kr/challenge/bonus-9/ 調査 こちらもでっかく LOG INJECTION と書かれている。 ソースコードを見てみると <html> <head> <title>Challenge 38</title> </head> <body> <h1>LOG INJECTION</h1> <form method=post action=index.php> <input type=text name=id size=20> <input type=submit value='Login'> </form> </body></html>