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

How can i use the license system in bonus package?

Always "error" when i open the ubot sourcecode.

yea i placed the define command onload , so it will execute even when you load the source code !

PM me to get the modified version

Link to post
Share on other sites

As of now you can't beat that sort of captcha. The way to do it would be to travel to the url and download the image using the 'download file' command and solve it that way. Problem is the download file command doesn't support cookies yet so it won't work. The cookies need to be the same when you download it.

Link to post
Share on other sites

Hey Aymen - 

 

How would you get a captcha that is automatically generated by php. for example: http://www.ereaderiq.com/misc/contact/securimage_show.php

 

I don't see any challenge code or anything like that in the source.

 

Thanks

 

Send a Page Scraper Request to get all the content of the page , save the image , then send it via a http post request !

if you give me an example i can try to help you out !

Link to post
Share on other sites

http post plugin Version 1.8 Updates :

-new function http post : this have the same functions as the the command
-new function http get : this have the save function as the Page Scraper Command
-http download file command : command that enables you to download a file with cookies support
-http upload function : upload a file to a server socket based !
-base64 encode function
-base64 decode function
-Some fixes and improvements


Added source codes for : twitter sockets example , facebook login example , pinterest login example , instagram login example ,Ustream login example , google multithreaded harvester !

PS: i kept the HTTP post command and The Page Scraper command which work the same as http post and http get functions so i don't brake your bots , those commands will be removed in time !
PPS : the price went up to 77$

  • Like 2
Link to post
Share on other sites

http post plugin Version 1.8 Updates :

 

-new function http post : this have the same functions as the the command

-new function http get : this have the save function as the Page Scraper Command

-http download file command : command that enables you to download a file with cookies support

-http upload function : upload a file to a server socket based !

-base64 encode function

-base64 decode function

-Some fixes and improvements

 

 

Added source codes for : twitter sockets example , facebook login example , pinterest login example , instagram login example ,Ustream login example , google multithreaded harvester !

 

PS: i kept the HTTP post command and The Page Scraper command which work the same as http post and http get functions so i don't brake your bots , those commands will be removed in time !

PPS : the price went up to 77$

 

 

Good Joob, very good. Thank you Aymen :)

Link to post
Share on other sites

Great!!

 

Also as a suggestion it would be nice to have a dropdown menu in the user agent area with at least the info of the latest versions of the different borwsers (IE, Crhome, Firefox, Etc.). 

Great , was in my mind for a while , thx for the suggestion ;)

Link to post
Share on other sites

aymen this opens up so much potential its amazing after you have had a much needed rest could I put down a request to store cookies to file location and recall them.

 

this will enable to switch between large number of accounts when multithreading without the need to login each time.

  • Like 1
Link to post
Share on other sites

aymen this opens up so much potential its amazing after you have had a much needed rest could I put down a request to store cookies to file location and recall them.

 

this will enable to switch between large number of accounts when multithreading without the need to login each time.

 

sure i will see about that !

  • Like 1
Link to post
Share on other sites

Hey Aymen -

 

Just ran a list through your list scraper and chose emails and it truncated the emails weird and didn't return good results.

 

http://www.screencast-o-matic.com/screenshots/u/I90/1365907857841-50373.png

 

oh i see , i suspected that i did have some problems!

its the regular expression used , i need to write a new one , lol

Link to post
Share on other sites

Is it just me, or is the Clear Cookies command still not working with https sites?

 

Should work without issues !

can you send me a screenshot or some code to look at ?

Link to post
Share on other sites

is there an ETA on the list scraper fix? 

 

I'm just curious if I should go ahead and do it the long way or not.

 

the update will be released in few days !

Link to post
Share on other sites

Should work without issues !

can you send me a screenshot or some code to look at ?

Thanks for helping me fix this, Aymen.  You're the man!  Clear Cookies is working fine, it was just a small mistake in my code.

Link to post
Share on other sites

I'm still just starting to learn how to use http posts.  Maybe I'm starting with things that are too complicated for a beginner, I don't know.  Is there a sample code someone could post that will work for solving recaptchas?  It looks like they are brought in with an iframe, so you can't simply scrape the captcha image url and sending that to your captcha solving service or software.  How can I do this using HTTP post plugin?  Below is what the code looks like.  Thanks!

 

<tr>
     <th align="left"><label for="spam">Captcha</label></th>
     <td colspan="2">
     <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LesgMUSAAAAACkxGFkFcBeCLcXKp3oUSas32fXS"></script>

	<noscript>
  		<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LesgMUSAAAAACkxGFkFcBeCLcXKp3oUSas32fXS" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript>		 </td>
 </tr>

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