| |||||||
| رابط شروح الحماية و ترقيع الثغرات لـ VBulletin يختص بوضع جديد الثغرات والترقيعات الخاصة بمنتديات الـ vB |
![]() |
| | LinkBack | أدوات الموضوع | انواع عرض الموضوع |
| | رقم المشاركة : 1 | |
|
| السلام عليكم escalation by session hijacking exploit by rgod mail: retrog at alice dot it site: --- Works regardless of php.ini settings, you need a Super Moderator account to copy posts among threads, to be launched while admin is logged in to the control panel, this will give you full admin privileges note: this will flood the forum with empty threads even! ----------------------------------------------------------------------------- '); if ($argc<7) { print_r(' ----------------------------------------------------------------------------- Usage: php '.$argv[0].' host path user pass forumid postid OPTIONS host: target server (ip/hostname) path: path to vbulletin user/pass: you need a moderator account forumid: existing forum postid: existing post Options: -p[port]: specify a port other than 80 -P[ip ort]: specify a proxyExample: php '.$argv[0].' localhost /vbulletin/ rgod mypass 2 121 -P1.1.1.1:80 php '.$argv[0].' localhost /vbulletin/ rgod mypass 1 143 -p81 ----------------------------------------------------------------------------- '); السلام عليكم ورحمة الله وبركاته كلام كاتب المقال صحيح 100% وبالفعل يوجد ثغره يتم من خلالها حقن تعليمة sql لجلب معلومات حساسه من قاعدة البيانات إذا كان المستثمر للثغره أحد المشرفين أو المشرف العام بنفسه. ليست قويه جداً فتطمن يا أخي الكريم والترقيع قام بشرحه الكاتب وقال: 1- إفتح ملف inlinemod.php الموجود داخل مجلد vb [frame="11 50"]foreach ($postids AS $index => $postid) { if ($postids["$index"] != intval($postid)) { unset($postids["$index"]); } } [/frame] 3- إستبدله بـ: [frame="11 50"]foreach ($postids AS $index => $postid) { $postids["$index"]=(int)$postids["$index"]; } [/frame] 4- إبحث عن [frame="11 50"]foreach ($threadids AS $index => $threadid) { if ($threadids["$index"] != intval($threadid)) { unset($threadids["$index"]); } } [/frame] 5- إستبدله [frame="11 50"]foreach ($threadids AS $index => $threadid) { $threadids["$index"]=(int)$threadids["$index"]; } [/frame]
| |
|
![]() |
| مواقع النشر (المفضلة) |
| أدوات الموضوع | |
| انواع عرض الموضوع | |
| |
المواضيع المتشابهه | ||||
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| طريقة حفظ قاعدة البيانات لموقعك | غريب الدار | رابـــط متطلبات بناء وتطوير المواقع العربية | 10 | 31-08-2008 08:54 PM |