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!
i tried to use this tool but i get this error at all the time:
ReplyDeleteTraceback (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!