n00py / WPForce

Wordpress Attack Suite
https://www.n00py.io/2017/03/squeezing-the-juice-out-of-a-compromised-wordpress-server/
BSD 2-Clause "Simplified" License
937 stars 221 forks source link

How can I make it work for http://site.com/wordpress/? #17

Open OzanKurt opened 4 years ago

n00py commented 4 years ago

-u "http://site.com/wordpress/"

truesamurai commented 3 years ago

This is not working.

I tried : python wpforce.py -i usr.txt -w pass.txt -u "http://123.123.123.123/wordpress"

Result: URL: http://123.123.123.123/wordpress/ Trying: http://123.123.123.123/xmlrpc.php

It does not look in subdirectory but in root.

n00py commented 3 years ago

https://github.com/n00py/WPForce/commit/b72ec640e6e23d8cbec3713e06dc80e22b673462

Should fix it

truesamurai commented 3 years ago

Its working fine now. Thanks for the update of this great tool.