Closed mother2110 closed 7 years ago
No comment
Sorry man, saw this in the backlog and was quite old.. my apologies. I don't usually check on here frequently.
Based on the error above, it's getting a urlopen error which seems to indicate the connection drops to the site when sending the request. You could try altering the amount of passwords to send per request (currently it's 1000/request) to a lower number to see if that helps. Outside of this, something is causing the connection to drop which may be specific to that target.
Hi 1N3, Facing same problem:
Trying it on localhost: error below with a small wordlist (the default wordlist included)
user: admin
Traceback (most recent call last):
File "wordpress-xmlrpc-brute.py", line 109, in
Any Help? Thanks.
Which version of Wordpress are you running it against? It appears to be getting a 500: internal error which indicates an issue with the webserver or wordpress install. If XMLRPC requests are disabled or you're running on a patched version, you might get this error as well.
Closing out for now.