عرض مشاركة واحدة
قديم 12-22-2012, 03:17 PM   رقم المشاركة : 3 (permalink)
معلومات العضو
asdmgd
 
الصورة الرمزية asdmgd
 

 

 
إحصائية العضو





asdmgd غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
asdmgd is on a distinguished road

افتراضي رد: انا شاب من غزة .. بحاجة لمساعدة عاجلة جدا جدا


طيب ماشي فهمت شوية
هل هادة الكلام هو عبارة عن log file? عشان اقدر استخدمه ؟؟
Missing input sanitization in htdocs/recordings/misc/callme_page.php:
// line 28-30:
$to = $_REQUEST['callmenum']; // vulnerable
$msgFrom = $_REQUEST['msgFrom'];
$new_path = substr($path, 0, -4);
// line 38:
$call_status = callme_startcall($to, $msgFrom, $new_path);

Missing input sanitization in htdocs/recordings/includes/callme.php:
// line 88-117:
function callme_startcall($to, $from, $new_path)
{
global $astman;
$channel = "Local/$to@from-internal/n"; // vulnerable
$context = "vm-callme";
$extension = "s";
$priority = "1";
$callerid = "VMAIL/$from";
...
/* Arguments to Originate: channel, extension, context, priority,
timeout, callerid, variable, account, application, data */
$status = $astman->Originate($channel, $extension, $context,
$priority, NULL, $callerid, $variable, NULL, NULL, NULL, NULL);
...
}

   

رد مع اقتباس