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

  • 2 weeks later...

Hi everyone,

Started getting 406 errors from domains on Hostgator today when running an HTTP get, never got this before that I recall. Running fine on domains hosted at other places, tested side by side.

Using latest version 2.5.8

Anyone have thoughts on this?

Thanks!

Link to post
Share on other sites

This is still continuing from all hostgator domains, every other host tested (tested a bunch) are responding fine. Anyone else getting this response or any thoughts on this?

Thanks

 

Hi everyone,

Started getting 406 errors from domains on Hostgator today when running an HTTP get, never got this before that I recall. Running fine on domains hosted at other places, tested side by side.

Using latest version 2.5.8

Anyone have thoughts on this?

Thanks!

Link to post
Share on other sites

This is still continuing from all hostgator domains, every other host tested (tested a bunch) are responding fine. Anyone else getting this response or any thoughts on this?

Thanks

 

Hi.

 

I would run a test with

https://www.hurl.it/

 

To see if you get the same results there. And maybe trace the request with fiddler for some additional error messages.

 

Dan

Link to post
Share on other sites

Thanks for that resource Dan, did it and received a valid response, and very oddly, now getting normal responses from the plugin for every site at hostgator. Very, very strange! Did I reset something?

 

Thanks again for that resource.

Link to post
Share on other sites

Ok, that lasted only until I closed Ubot and restarted, now getting the same 406 error from all hostgator hosted sites, all other sites still working fine.

This is strange, not sure if it is something with my connection or something else. Was getting valid responses for 5 minutes after using hurl.it but after restarting ubot, or running one of my compiled bots, back to the 406 errors. 

 

Tried using hurl.it again, still giving me valid responses, but http get is giving me 406 errors on all hostgator hosted sites again.

 

Weird, weird, anyone have any thoughts?

 

Thanks much

 

Thanks for that resource Dan, did it and received a valid response, and very oddly, now getting normal responses from the plugin for every site at hostgator. Very, very strange! Did I reset something?

 

Thanks again for that resource.

Link to post
Share on other sites

Seems you are missing a header , a user agent maybe or a content-type!

Use fiddler to see what kind of headers are sent when you use the site on a browser !

 

Regards

Link to post
Share on other sites

Thanks Aymen, must have been a temporary thing with either Hostgator or my connection because starting yesterday everything started to work fine again without changing anything. I could always go to a browser and access the sites fine and show the headers fine with fiddler or inspector, just not with the plugin which was weird. Been running tests since yesterday and so far all are working fine, responding normally to hostgator sites with the http plugin. Thanks!

 

Seems you are missing a header , a user agent maybe or a content-type!

Use fiddler to see what kind of headers are sent when you use the site on a browser !

 

Regards

Link to post
Share on other sites

Interesting, now getting this error again:

 

The remote server returned an error: (406) Not Acceptable.

 

from any domain hosted at Hostgator. Seems to be on and off, nothing different being done in Ubot, just running the HTTP Post plugin GET call to a domain URL. Tried with user agent, without user agent, with proxy, without proxy and every time get a 406 error when using a Hostgator hosted domain, and works fine with any other hosted domain. Does the same even with proxies, so it's not my ISP etc.

 

Checked hurl.it and get normal results, 200 OK with HTML.

 

Anyone else getting this or am I going crazy over here?

 

 

Thanks Aymen, must have been a temporary thing with either Hostgator or my connection because starting yesterday everything started to work fine again without changing anything. I could always go to a browser and access the sites fine and show the headers fine with fiddler or inspector, just not with the plugin which was weird. Been running tests since yesterday and so far all are working fine, responding normally to hostgator sites with the http plugin. Thanks!

Link to post
Share on other sites

it's probably hostgator turn off xmlrpc curl on their hosting server I found this problem not in hostgator only but fixed after I request enable xmlrpc curl to the hosting service. You may look at google "xmlrpc.php curl".

 

try this:

 

create new file in your public_html and given name what ever you want then access it.

<?php// Show all information, defaults to INFO_ALLphpinfo();?>
Link to post
Share on other sites

Thanks for letting me know about this!

 

Checked the curl settings at the one domain I was checking on Hostgator and it shows enabled:

curl cURL support enabled cURL Information libcurl/7.24.0 OpenSSL/0.9.8z zlib/1.2.3 libidn/1.18

 

Anything else you may suggest checking? Very strange!

 

Thanks again

 

 

 

it's probably hostgator turn off xmlrpc curl on their hosting server I found this problem not in hostgator only but fixed after I request enable xmlrpc curl to the hosting service. You may look at google "xmlrpc.php curl".

 

try this:

 

create new file in your public_html and given name what ever you want then access it.

<?php// Show all information, defaults to INFO_ALLphpinfo();?>
Link to post
Share on other sites

Interesting, now getting this error again:

 

The remote server returned an error: (406) Not Acceptable.

 

from any domain hosted at Hostgator. Seems to be on and off, nothing different being done in Ubot, just running the HTTP Post plugin GET call to a domain URL. Tried with user agent, without user agent, with proxy, without proxy and every time get a 406 error when using a Hostgator hosted domain, and works fine with any other hosted domain. Does the same even with proxies, so it's not my ISP etc.

 

Checked hurl.it and get normal results, 200 OK with HTML.

 

Anyone else getting this or am I going crazy over here?

 

Trace the request with fiddle, then do the same with hurl.it. They also show you the sent and received http code. 

Then compare both and check if there is any difference.

 

Kindest regards

Dan

Link to post
Share on other sites

Thanks Dan, interesting, FIddler is showing the ubot browser navigating fine with a 200 OK, hurl.it getting a 200 OK also, and the http post plugin is returning a 406 error. And this is a hostgator hosted domain, all other domains I've tested so far hosted elsewhere work fine.

 

Do you think this is an indication of something hostgator is switching on or off or the http post plugin itself?

 

Thanks again

 

Trace the request with fiddle, then do the same with hurl.it. They also show you the sent and received http code. 

Then compare both and check if there is any difference.

 

Kindest regards

Dan

Link to post
Share on other sites

Got it, after removing the host and referrer, here are the headers for the ok 200 from the ubot browser:

 

GET /wp-login.php HTTP/1.1
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1
Accept: */*
Accept-Encoding: gzip,deflate
Accept-Language: en-us,en
Accept-Charset: iso-8859-1,*,utf-8
Cookie: nf_wp_session=cb2b953adeccbd25dd5752f2d1dc5d18%7C%7C1440663569%7C%7C1440663509; wfvt_3215740038=55dec271922ae; wordpress_test_cookie=WP+Cookie+check
 

 

and here are the headers for the 406 error from the HTTP Post plugin:

 

GET /wp-login.php HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7
 
Here are the response headers to this error:
 
HTTP/1.1 406 Not Acceptable
Server: nginx/1.8.0
Date: Thu, 27 Aug 2015 07:55:39 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 226
Connection: keep-alive
 

And here is the same HTTP post headers from a domain not hosted at Hostgator:

 

GET /wp-login.php HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*; q=0.7
Connection: Keep-Alive
 
Only difference I can see is the connection so far (between the HTTP post plugin error and OK)
 
 

 

Did you look at the other stuff as well? Headers, cookies? Are the all identical?

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

Hi Aymen,

 

set(#cookie,$plugin function("HTTP post.dll""$http response""cookies response"),"Global")

 

Local Plugin - Multi thread "cookies response" don't working.

Link to post
Share on other sites

Quick update to this situation, apparently Hostgator has added additional modsec rules to the wp-login.php file if found on any of their servers (to combat brute force attacks I assume). Every time I checked that file using HTTP it hit the modsec rules and kicked back the 406 error. Their support has been less than to be desired and not very helpful with this, but appears that will need to come up with a different way to verify the existense of an installed wordpress blog and whether someone is already logged in!

 

Thanks for all the feedback and help.

 

 

Can you PM me the exact site (cashforstrips? ) ? I can take a quick look.

 

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