Jump to content
UBot Underground

[SELL] HTTP POST plugin + Crazy Bonuses Inside


Recommended Posts

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

If you Ever Want to create bots that run 100x faster and smoother than your actual bots , then read this page !   Post data on the background without having to run your browser , integrate unlimited

New update with couple of fixes and improvements ! *Added a small command : http basic mode to allow you to run http get and http post on basic mode(a mode i created myself from the primitive socket

Hello guys Its been a while since i released an update 2.0 Update: -added new function scrape list that will replace list scraper command with new regex and few fixes ! -added new function soap req

Posted Images

HTTP Container Issue still exists with 2.5.1

 

I wrote a very simple script to show you the error.

 

I'm using your save to file method to store data.

No proxies needed in this example. It's only download some stuff from a website via http get. 

 

But I'm using an additional plugin in this example (threads counter) because local variables do not work for threading control. 

 

I'm not sure if that plugin could cause problems with http container.

BUT it's not used with the http container. 

 

I hope this helps with testing.

 

Here's a link to the threads control plugin (it's free):

http://www.ubotstudio.com/forum/index.php?/topic/15441-free-plugin-threads-counter-ubot-v4-threading-fixed/

 

 

Just in case you want to try out my example.

 

Kindest regards

Dan

 

Ok will check that out Dan,

  • Like 1
Link to post
Share on other sites

Ok will check that out Dan,

Thanks a lot Aymen. 

 

Would be really helpful if that could be fixed. All my scrapers work great with http get.

But as soon as I need to login to a site within threads, I run into this issue. 

 

Dan

Link to post
Share on other sites

How do we download this new version. I didn't get any updates in my email. Thank you

PM me your email , i'll add you to the Update List!

Link to post
Share on other sites

how can i load a cookie  to current ubot browser?

 

i have followed aymen and dan's instruction, and it is nice with http plugin.

 

but when i try to  load cookie to current ubot browser, it would not work.

 

i have test in this way:

 

after login ubot forum in ubot browser manually

then run the following code

 

set(#cookie$eval("var x = document.cookie;
x;"), "Global")
clear cookies
navigate("http://www.ubotstudio.com/forum/""Wait")
wait for browser event("Everything Loaded""")
wait(2)
run javascript("document.cookie=\"{#cookie}\";")
navigate("http://www.ubotstudio.com/forum/""Wait")

 

it is not logged in when navigate ubot forum

Link to post
Share on other sites

how can i load a cookie  to current ubot browser?

 

i have followed aymen and dan's instruction, and it is nice with http plugin.

 

but when i try to  load cookie to current ubot browser, it would not work.

 

i have test in this way:

 

after login ubot forum in ubot browser manually

then run the following code

 

set(#cookie$eval("var x = document.cookie;

x;"), "Global")

clear cookies

navigate("http://www.ubotstudio.com/forum/""Wait")

wait for browser event("Everything Loaded""")

wait(2)

run javascript("document.cookie=\"{#cookie}\";")

navigate("http://www.ubotstudio.com/forum/""Wait")

 

it is not logged in when navigate ubot forum

 

That's what I said in my example post. The cookies are probably loading correctly.

The question is... Can you just use the same cookies and copy them over. Or are there additional session information's stored within those cookies. 

 

So most of the time you can't just copy it over. You need a very deep understanding about what each individual site does. And most of the time you just have to test a lot of things. 

Until you find a working solution.

 

So the error is not with the plugin or loading / saving the cookies. The error is within the cookies and WHAT you load and save. That's a big difference. 

 

Dan

Link to post
Share on other sites

PM me your email , i'll add you to the Update List!

 

I tried to PM you Aymen but it says that you can't accept any new messages. Is your box full maybe ??

Link to post
Share on other sites

I tried to PM you Aymen but it says that you can't accept any new messages. Is your box full maybe ??

 

Sorry about that , i cleared my inbox , you can try again!

Link to post
Share on other sites

HTTP Container Issue still exists with 2.5.1

 

I wrote a very simple script to show you the error.

 

I'm using your save to file method to store data.

No proxies needed in this example. It's only download some stuff from a website via http get. 

 

But I'm using an additional plugin in this example (threads counter) because local variables do not work for threading control. 

 

I'm not sure if that plugin could cause problems with http container.

BUT it's not used with the http container. 

 

I hope this helps with testing.

 

Here's a link to the threads control plugin (it's free):

http://www.ubotstudio.com/forum/index.php?/topic/15441-free-plugin-threads-counter-ubot-v4-threading-fixed/

 

 

Just in case you want to try out my example.

 

Kindest regards

Dan

 

Someone here who tested this as well? Is this problem happening for you as well?

 

How do you use the plugin to login to sites with multithreading successfully?

 

Dan

Link to post
Share on other sites

Someone here who tested this as well? Is this problem happening for you as well?

 

How do you use the plugin to login to sites with multithreading successfully?

 

Dan

 

I'll make the tests on this week-end!

I'll let you know

 

Regards,

Link to post
Share on other sites

Someone here who tested this as well? Is this problem happening for you as well?

 

How do you use the plugin to login to sites with multithreading successfully?

 

Dan

 

Indeed i found issues with the http container

A version will be out soon where you won't have to use the http container any more!

 

Regards,

  • Like 1
Link to post
Share on other sites

Indeed i found issues with the http container

A version will be out soon where you won't have to use the http container any more!

 

Regards,

 

That will make this plugin better :)

Link to post
Share on other sites

Indeed i found issues with the http container

A version will be out soon where you won't have to use the http container any more!

 

Regards,

AWESOME!! Thanks a lot Aymen!!

Link to post
Share on other sites

Indeed i found issues with the http container

A version will be out soon where you won't have to use the http container any more!

 

Regards,

Looking forward to that update!

Link to post
Share on other sites

I have run into a issue with Manta.com and Yell.com. They are both using the same captcha system now that uses reCaptcha as the captcha. The company providing the service is Distill Networks http://www.distilnetworks.com/

 

The problem is that I can not access the captcha page with HTTP Post. For example below is a URL from Yell.com

 

http://www.yell.com/distil_r_captcha.html?Ref=/biz/david-lloyd-leisure-cardiff-cardiff-901247661/&distil_RID=5453F6F6-F512-11E3-9E06-985663A08541

 

What happens is you hit the business page, then run into a 10 second meta refresh that leads to the above URL.

 

If I have HTTP Post directly try to access the above URL I get a 405 error "The remote server returned an error: (405) Method Not Allowed."

 

Has anyone figure this system out or knows how I can get around it? 

Link to post
Share on other sites

I have run into a issue with Manta.com and Yell.com. They are both using the same captcha system now that uses reCaptcha as the captcha. The company providing the service is Distill Networks http://www.distilnetworks.com/

 

The problem is that I can not access the captcha page with HTTP Post. For example below is a URL from Yell.com

 

http://www.yell.com/distil_r_captcha.html?Ref=/biz/david-lloyd-leisure-cardiff-cardiff-901247661/&distil_RID=5453F6F6-F512-11E3-9E06-985663A08541

 

What happens is you hit the business page, then run into a 10 second meta refresh that leads to the above URL.

 

If I have HTTP Post directly try to access the above URL I get a 405 error "The remote server returned an error: (405) Method Not Allowed."

 

Has anyone figure this system out or knows how I can get around it? 

 

Looks like HTTP plugin is not showing the HTML code when a 405 is returned. But 

the page always returns a 405. Even when you access that URL via a browser.

 

HTTP/1.1 405 Not Allowed
Server: nginx
Vary: User-Agent
Vary: Accept-Encoding
Content-Type: text/html
Date: Mon, 16 Jun 2014 05:55:32 GMT
Connection: keep-alive
Set-Cookie: NSC_mcw_xxx-c.zfmmhspvq.dpn_80=ffffffffc3a0420b45525d5f4f58455e445a4a421517;expires=Mon, 16-Jun-2014 06:25:32 GMT;path=/;httponly
Content-Length: 16513
 
So that looks like a http plugin limitation to me. Not sure if there is a workaround with Aymen updating the plugin to support that kind of stuff.
 
Dan
Link to post
Share on other sites

Yeah I discovered the 405 in browser headers after I posted this. For the moment I am using the uBot browser to load the page since that gets past this. Maybe there will be an update to allow http post to see the 405 html.

Link to post
Share on other sites

Feature Request:

 

If a webserver returns an error, it would be great if the http plugin could show the complete response. 

At the moment it looks like the plugin is stripping the response. Because I only see like error 409 and that's it. 

 

But when I look at the webserver response in fiddler there are additional informations. An XML formated API response which tells me stuff like "email address already taken". 

 

But I don't see that in ubot because http plugin doesn't return the complete string. 

 

Dan

Link to post
Share on other sites

BUG:

 

Http Plugin V2.5.1  has a bug if a cookie string is using " at the beginning and end of the cookie string.

The last " is not submitted.

 

 

Original Cookie Header (Browser)

cookieheader1.JPG

 

 

Cookie Header via HTTP Plugin

cookieheader2.JPG

 

 

 

This happens with Cookie Container Mode Basic and Advanced. 

And the cookie string is set correctly when I tried it with Basic mode:

 

I deleted the other cookies from the cookies string example to keep it simple in this post! In my script all of the cookies are included of course!

plugin command("HTTP post.dll""http cookies string""sess-at-acbde=\"pelx76AQE3MJgF424GEluR3XJmegeBqXUEcr5sWkTRk=\"")

 

 

It would be great if that could be fixed.

 

That's the reason why logins to certain sites (Amazon Buyer central) fails.

 

PM me if you need a script and login details to test it.

 

 

Thanks in advance for your help

Dan

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