Jump to content
UBot Underground

Who has the technique Login wordpress by HTTP POST Plugin


Recommended Posts

Hello
Who has the technique Login wordpress by HTTP POST Plugin.
I tried a lot but failed.

 

 

plugin command("HTTP post.dll""http clear headers")
plugin command("HTTP post.dll""Clear Cookies"#wp_url)
plugin command("HTTP post.dll""http set encoding""UTF8")
plugin command("HTTP post.dll""http set headers""Accept-Language""en-US,en;q=0.5")
plugin command("HTTP post.dll""http accept encoding""gzip, deflate")
plugin command("HTTP post.dll""http accept charset""UTF8")
plugin command("HTTP post.dll""http set contenttype""application/x-www-form-urlencoded")
plugin command("HTTP post.dll""http keep alive""Yes")
plugin command("HTTP post.dll""http auto redirect""Yes")
plugin command("HTTP post.dll""http max redirects", 5)
load html($plugin function("HTTP post.dll""$http post""http://localhost/wp/wp-login.php""log=admin&pwd=asdfz""Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36""http://localhost/wp/wp-login.php""", 60))

 

 

test login wp.ubot

Link to post
Share on other sites

I have a Wordpress XMLRPC Plugin programmed for this task ..., no http post's ... just the xmlrpc api interface....

 

Yes if it is post normally

What I want to do with non-wordpress posts.

But others, like the Permalink. Disable comments, or install a plugin.

Link to post
Share on other sites
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...