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

Thanks for including the captcha breaker source codes on this package!

If you have time please post some tutorials on the new commands you included because i have no idea how to use some of them. lol

 

Thanks again!

 

sure thing , i'll record a video on how to use the new commands/functions

 

 

Hi, Problem of cookies already have resolved. Loads them to browser through javascript.

However, I did not get the e-mail updates.

 

Cool

let me know your contact email and you will get the next updates !

Private PM me and i'll send you the update!

Link to post
Share on other sites

Great work on the updates Aymen. You are seriously in beast mode creating some great plugins. Can't wait to see the tuts on the new features in the last update.

Link to post
Share on other sites

The special characters issue hasn't been fixed...!

 

i added the encoding settings so you can set the encoding you want , if you have the link i can check it for you !

 

Aymen, do any of the updates address the cookie issue on certain sites like twitter?  I don't think they do, just wanted to double check.

 

Nope, i'm working on it , i relied on the Ubot API to do it but seems its not thread safe , and caused the cookie to be shared acrosss threads so i may code a solution myself

Link to post
Share on other sites

The special characters issue hasn't been fixed...!

 

test this code

plugin command("HTTP post.dll", "http set encoding", "UTF7")
plugin command("HTTP post.dll", "http set contenttype", "text/html")
set(#page, $plugin function("HTTP post.dll", "$http get", "http://www.clasificadosonline.com/UDRealEstateDetail.asp?ID=2590080", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0", "", "", ""), "Global")
load html(#page)

Link to post
Share on other sites

 

Ok. Thanks for the example but something still not right. Have tested various encoding types and still get weird characters. The encoding on the source code of the page is ISO-8859-1

 and when I try with it still doesn't work. I have tried with this other too and don't work:

 

ISO-8859-1
 
utf-8_spanish_ci
 
utf8_spanish2_ci
 
Windows-1252
 
Here is the link so you can test it:
 
http://www.clasificadosonline.com/UDRealEstateDetail.asp?ID=2630248

You will see the word Bayamón comes out as Bayam�n

 

 

cool i will check it out

Link to post
Share on other sites

@Aymen, what do you suggest when using deathbycaptcha's api with the http upload? The function isnt wating for the value of the "text" to be returned. So in order to get the value the bot would have to run the command again after a few seconds to see if the captcha was solved. Maybe I am doing something wrong?

Link to post
Share on other sites

i added the encoding settings so you can set the encoding you want , if you have the link i can check it for you !

 

 

Nope, i'm working on it , i relied on the Ubot API to do it but seems its not thread safe , and caused the cookie to be shared acrosss threads so i may code a solution myself

Would be awesome if you're able to code a solution for this.

 

We are still waiting on Seth's "big update" to ubot that was announced like over six months ago, so I'm not gonna hold my breath for them to make updates to their API.

  • Like 1
Link to post
Share on other sites

Would be awesome if you're able to code a solution for this.

 

We are still waiting on Seth's "big update" to ubot that was announced like over six months ago, so I'm not gonna hold my breath for them to make updates to their API.

 

i'll fix this soon , i already have a solution to do this !

basically i'll allow you to shoose the cookie file you want to save cookies to , that way if the cookie file exists you will use it , if not create it and store cookies in it , so basically will use serialize and deserialize cookies!

  • Like 1
Link to post
Share on other sites

Hey aymen great updates as always any feedback on wordpress login is it a non starter should I just go ahead wirh browser?

there is some xml rpc commands/functions you can use !

Link to post
Share on other sites

Hey Aymen - How do you check a proxy that requires username and password for authentication using your $proxy checker  ?

you can use the $http get function and add the proxy in the proxy input field delimited by : and a timeout, the output you get after the request will determine if your request was successful or not !

Link to post
Share on other sites

@Aymen, what do you suggest when using deathbycaptcha's api with the http upload? The function isnt wating for the value of the "text" to be returned. So in order to get the value the bot would have to run the command again after a few seconds to see if the captcha was solved. Maybe I am doing something wrong?

 

there is nothing to wait for once the request is is finished and you get your response back , then it means the http request is finished !

if that happens sometimes its because of deathbycaptchas servers maybe , didn't have much time to test it out ! will look and see!

Link to post
Share on other sites

i'll fix this soon , i already have a solution to do this !

basically i'll allow you to shoose the cookie file you want to save cookies to , that way if the cookie file exists you will use it , if not create it and store cookies in it , so basically will use serialize and deserialize cookies!

Yeah, I was gonna say it sounds like the serialize/deserialize cookies function you already have.  No worries, if you're going to code it, I'm sure it will be awesome.

Link to post
Share on other sites

I'm trying to get to grips with the HTTP Post plugin and I'm going round in circles. I thought this would be a really simple form to test with:

http://www.watches2u.com/daily-giveaway.html
results in: 
giveaway_id={#givID}&captcha={#cap}&email={#Email}&x=55&y=27

but I can't work out where to find the x & y values to scrape, can anyone please advise?

Skype me if you prefer

Link to post
Share on other sites

I'm trying to get to grips with the HTTP Post plugin and I'm going round in circles. I thought this would be a really simple form to test with:

http://www.watches2u.com/daily-giveaway.html
results in: 
giveaway_id={#givID}&captcha={#cap}&email={#Email}&x=55&y=27

but I can't work out where to find the x & y values to scrape, can anyone please advise?

 

Skype me if you prefer

 

probably x & y are hidden fields , use the html parse to scrape them from the page !

Link to post
Share on other sites

Aymen, did you had any change to have a look to the issue with the special characters?

 

its all about the encoding , let me know what encoding you want to be added and i'll add them in the next update

Link to post
Share on other sites

Http post plugin update v2.3

fixed an error in xpath parser function
added function $xpath exists to check if an certain element exists or not
added manual captcha dialog function : $http captcha dialog
fixed error when sometimes you see a plugin not reviewed message on compiled bots

Source codes added :
added Wordai API source code

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