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

I am so confused, I purchased but it is so confusing

 

any tips?

 

Whats confusing you exactly ?

It is very easy once you understand how it works!

Start by watching videos on this thread and the videos that comes with the package!

the source codes that comes with the package too will help you a lot to understand how the plugin works and how http works in general !

Link to post
Share on other sites

I was about to buy this but you don't have Paypal ? Unless you do ?

Merci

2checkout have a paypal option!

 

you can choose paypal or credit card!

Link to post
Share on other sites

using latest version 2.4.7 always got problem to some sites

 

the most error that i got is about invalid URI thing

 

roll back to version 2.4.6 and no error happens

 

Please check it out Aymen

Link to post
Share on other sites

using latest version 2.4.7 always got problem to some sites

 

the most error that i got is about invalid URI thing

 

roll back to version 2.4.6 and no error happens

 

Please check it out Aymen

Yes i actually know about this bug , a fix for this will be released in few days!

Link to post
Share on other sites

Question Xpath Parser:

 

I generated my http post code with the socket code generator.

But in the http result the option I need is more than once in the code.

 

So my Xpath query returns:

 

#logged_out_sid: 6389a0582d8327cee869ccb8effeaa85
6389a0582d8327cee869ccb8effeaa85
 
My Xpath:
set(#logged_out_sid$plugin function("HTTP post.dll""$xpath parser"#get"//input[@name=\'logged_out_sid\']""value"), "Global")
 
Can I limit that somehow to give me only 1 result? 
Without using ubot stuff like lists and filter duplicates?
 
Thanks
Dan
Link to post
Share on other sites

 

Question Xpath Parser:

 

I generated my http post code with the socket code generator.

But in the http result the option I need is more than once in the code.

 

So my Xpath query returns:

 

#logged_out_sid: 6389a0582d8327cee869ccb8effeaa85
6389a0582d8327cee869ccb8effeaa85
 
My Xpath:
set(#logged_out_sid$plugin function("HTTP post.dll""$xpath parser"#get"//input[@name=\'logged_out_sid\']""value"), "Global")
 
Can I limit that somehow to give me only 1 result? 
Without using ubot stuff like lists and filter duplicates?
 
Thanks
Dan

 

i actually created xpath parser index function for that reason , i'll be updating the socket code generator to use that instead! so you can replace xpath parser with xpath parser index and put 0 as the index and it will return the first result only

Link to post
Share on other sites

i actually created xpath parser index function for that reason , i'll be updating the socket code generator to use that instead! so you can replace xpath parser with xpath parser index and put 0 as the index and it will return the first result only

Ah very nice!!

 

Thanks Aymen!

Link to post
Share on other sites

A small update about The Http Post Plugin:
-Fixed invalid URI issue when running http container
-Added http cookies string : you can use this to load cookies from a string (exp: copy it from fiddler)

  • Like 1
Link to post
Share on other sites

Yep, didn't get the plugin as odd as it seems ? The "welcome email" so to speak but i got the update message with the url you just released go figure lol....

Just sent you a message from your site.

 

Merci et salut

Link to post
Share on other sites

Yep, didn't get the plugin as odd as it seems ? The "welcome email" so to speak but i got the update message with the url you just released go figure lol....

Just sent you a message from your site.

 

Merci et salut

 

Hey André,

I just sent you back a reply with the download link for the bonus package!

Check your email!

 

Regards,

Link to post
Share on other sites

i actually created xpath parser index function for that reason , i'll be updating the socket code generator to use that instead! so you can replace xpath parser with xpath parser index and put 0 as the index and it will return the first result only

 

Would be really awesome if you could change that in the Socket code generator. 

Looking forward to that.

 

Thanks in advance for your great support.

Dan

Link to post
Share on other sites

Aymen,

 

you mentioned that you will integrate:

Oauth support?

 

Post:

http://www.ubotstudio.com/forum/index.php?/topic/14361-linkedin-api-with-http-post-plugin-error-401-unauthorized/

 

Is that still on your list? Or has that changed somehow in the meanwhile? The post is already a little bit older.

 

Dan

Link to post
Share on other sites

hey aymen may i ask whats the differenece between this plugin and the socket commands?

 

this plugin have :

-advanced cookies support with multiple settings

-proxies support

-many http settings commands that you need to further configure your http requests!

 

check the main thread post to get a portion of the commands and functions in this plugin

Link to post
Share on other sites

this plugin have :

-advanced cookies support with multiple settings

-proxies support

-many http settings commands that you need to further configure your http requests!

 

check the main thread post to get a portion of the commands and functions in this plugin

 

Not to forget all the source code and great examples that come with the package. They really help learning all the stuff.

 

Dan

  • Like 1
Link to post
Share on other sites

Hi Guys,

 

some very quick examples how you can use HTTP Post plugin with facebook:

 

ui button("Login2") {
    plugin command("HTTP post.dll""Clear Cookies""https://www.facebook.com")
    set(#usernameencode$plugin function("HTTP post.dll""$url encode"#username), "Global")
    set(#get$plugin function("HTTP post.dll""$http get""https://www.facebook.com"$plugin function("HTTP post.dll""$http useragent string""Chrome 33.0 Win7 64-bit"), """"""), "Global")
    set(#post$plugin function("HTTP post.dll""$http post""https://www.facebook.com/login.php""email={#usernameencode}&pass={#password}"$plugin function("HTTP post.dll""$http useragent string""Chrome 33.0 Win7 64-bit"), "https://www.facebook.com"""""), "Global")
    load html(#post)
}

 

Also works with the mobile site:

ui button("Login") {
    plugin command("HTTP post.dll""Clear Cookies""https://m.facebook.com")
    set(#usernameencode$plugin function("HTTP post.dll""$url encode"#username), "Global")
    set(#get$plugin function("HTTP post.dll""$http get""https://m.facebook.com"" Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7"""""""), "Global")
    set(#post$plugin function("HTTP post.dll""$http post""https://m.facebook.com/login.php""email={#usernameencode}&pass={#password}"" Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7""https://m.facebook.com"""""), "Global")
    load html(#post)
}

 

 

And if you want to get the Graph API access token:

 

ui button("Get Access Token") {
    set(#token$plugin function("HTTP post.dll""$http get""https://developers.facebook.com/tools/explorer/"" Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7"""""""), "Global")
    set(#accesstoken$find regular expression(#token"(?<=\\\")[a-zA-Z0-9]+(?=\\\"\\,\\[\\\"apps\\.uses\\\")"), "Global")
    load html(#accesstoken)
}

 

Happy coding.

 

Cheers

Dan

  • Like 1
Link to post
Share on other sites

this plugin have :

-advanced cookies support with multiple settings

-proxies support

-many http settings commands that you need to further configure your http requests!

 

check the main thread post to get a portion of the commands and functions in this plugin

 

How to use private proxys on requests?

IP:PORT:USER:PASS

Link to post
Share on other sites

this plugin have :

-advanced cookies support with multiple settings

-proxies support

-many http settings commands that you need to further configure your http requests!

 

check the main thread post to get a portion of the commands and functions in this plugin

one doubt. Your plugin doesnt need to navigate to anything as it just sends a request and gets a request

From the ubot socket commands i see *socket NAVIGATE* does that mean your plugin is better? 

I mean i can already do some sort of things with the sockets like scraping faster , posting things and blablabla but what exactly this plugin will add to me?

 

thanks

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