Jump to content
UBot Underground

Beginner Question Http Post Plugin


Recommended Posts

Hi guys,

 

I am just starting out with the http post plugin and have tried to find the answer for the following question on the forum but no luck.

 

Can you let me know why I get a 403 error if I try "http get" from this site: http://myip.is/

 

This works with google:

ui text box("Keyword:",#Keyword)

set(#google_results,$plugin function("HTTP post.dll""$http get""https://www.google.com/search?q={#Keyword}"$plugin function("HTTP post.dll""$http useragent string""Firefox 27.0 Win7 64-bit"), ""#Proxy""),"Global")

 

But not with myip.is (403)

set(#myipis,$plugin function("HTTP post.dll""$http get""http://myip.is/"$plugin function("HTTP post.dll""$http useragent string""IE 11.0 Win7 64-bit"), " "#Proxy, 5),"Global")

 

Sorry I guess this is a noob question...

 

PS: The proxy is working of course - the error is the same with or without the proxy

Link to post
Share on other sites

plugin command("SocketCommands.dll""socket container") {
    plugin command("SocketCommands.dll""socket navigate""GET""http://myip.is/")
    set(#test$plugin function("SocketCommands.dll""$socket page html"), "Global")
}

That worked for me. did you remember to put a container that hold the socket commands?

Link to post
Share on other sites

I was using the Aymens plugin instead of the socket container because I would like to use proxies. 

 

Oddly enough the socket navigate get (your code above) does not return any content - even though I was using this successfully before. I am beginning to think there might be an issue with my setup. All I did lately was updating to revision 13 and installing Aymens plugin. 

 

Can anyone verify Aymens HTTP Get works just fine with myip.is? 

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

I, too, removed Aymens HTTP Post plugin and now the Sockets command works without seeing this script error:

 "HtmlNodeEnumerator", "HtmlAgilityPack.HtmlNodeCollection.GetEnumerator()"

 

 

Just need to understand now if I should be using either Sockets or Http post to submit & wait for a form to load.

Link to post
Share on other sites

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...