Write-Up
While editing index.php file using vi editor in the current directory, a power outage caused the source code to disappear.
Please help me recover.
vi editor를 통해 index.php 파일을 편집하다가, 정전이 나서 소스코드가 날아갔다고 한다. swp 확장자 파일이 남아있는지 확인하면 될 것 같다.
https://webhacking.kr/challenge/bonus-8/.index.php.swp
위와 같이 .index.php.swp 파일을 요청하면, swp 파일이 다운로드 되고, 해당 파일 확인 시, flag를 획득할 수 있었다.
참고
vi editor는 비정상적으로 파일이 종료될 경우, 해당 디렉터리에 숨김파일(.)로 swp파일을 생성한다.