Tuesday, March 26, 2013

Wordpress Bruteforce

Wordpressbf is a python tool for login wordpress bruteforce.
You can download wordpressbf from here
Syntax : ./wordpressbf.py site user wordlist [options]
Options :
-p host:port : proxy
-v : verbose mode
ex : ./wordpressbf.py http://wordpress-site/wp-login.php HackForLulz /home/hackforlulz/wordlist

If you have a problem or you need some explanations just write under this post!

1 comment:

  1. i tried to use this tool but i get this error at all the time:
    Traceback (most recent call last):
    File "wordpressbf.py", line 84, in
    opener = urllib2.build_opener(host)
    File "/usr/lib/python2.7/urllib2.py", line 487, in build_opener
    opener.add_handler(h)
    File "/usr/lib/python2.7/urllib2.py", line 323, in add_handler
    type(handler))
    TypeError: expected BaseHandler instance, got

    Any idea what is wrong? I tried to find some info online but nothing was there.
    Thanks!

    ReplyDelete