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

Aymen,

 

is your plugin creating a cookie folder on the c: drive?

 

If yes, why is that needed? Can that be disabled?

 

Dan

 

yes you can disable it!

Some people wanted to keep track of the cookies containers created so i added it!

 

Regards

Link to post
Share on other sites

yes you can disable it!

Some people wanted to keep track of the cookies containers created so i added it!

 

Regards

In my case the folder is always empty? What are the commands to save the cookies in that folder? And how can I disable it?

 

Thanks Aymen.

Link to post
Share on other sites

In my case the folder is always empty? What are the commands to save the cookies in that folder? And how can I disable it?

 

Thanks Aymen.

 

There is a chance that i missed the command to disable saving cookies locally!

The command is

plugin command("HTTP post.dll", "http cookies folder", "C:\\Path\\CookiesFolder")

Should save cookies in memory when the folder input is kept empty or is not set by you!

But it seems it creates the folder anyways

I'll fix that in the next update!

 

Regards,

Link to post
Share on other sites

I tested your source code on the fly yesterday !

It seems there is a problem with the cookies sent!

 

Did you try what i suggested?

Link to post
Share on other sites

Yes, I attempted to but couldn't figure it out. I am a newbie when it comes to serializing and deserializing and sending cookies and pretty much anything with http

Link to post
Share on other sites

Yes, I attempted to but couldn't figure it out. I am a newbie when it comes to serializing and deserializing and sending cookies and pretty much anything with http

 

I have couple of source codes from other members waiting too , the problem is i'm very busy , i have couple of minutes to try to guide members to the right direction !

Though i'll see if i can help you out tomorrow since you didn't find any solution yet!

Link to post
Share on other sites

I have couple of source codes from other members waiting too , the problem is i'm very busy , i have couple of minutes to try to guide members to the right direction !

Though i'll see if i can help you out tomorrow since you didn't find any solution yet!

 

I tested his source code. And it looks like an issue with the captcha.

 

I'm always getting "You have not entered the right code".

 

On the site the captcha is generated with:

<img src="/netc/auth/captcha.php?a=1" alt="Captcha" class="cl_captcha" id="id_captcha" />

 

The first command to scrape all the variables is:

set(#get$plugin function("HTTP post.dll""$http get""https://w-5.netcourrier.com/netc/auth/create_valid.php""Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36""""", 20), "Global")

 

Then he is doing:

plugin command("HTTP post.dll""http file download""https://w-3.netcourrier.com/netc/auth/captcha.php?a=1""d:\\captcha1.png""")

 

 

Everything looks correct to me. But somehow the Site doesn't accept the captcha code

 

Dan

Link to post
Share on other sites

Aymen... couple of questions:

 

 

1. In a HTTP container it looks like that http headers are not unique / reset? Because if I set a wrong http header, I always get an error when I run my script. I have to do

plugin command("HTTP post.dll""http clear headers")

to reset that. I though that a http container will reset everything?

 

Cookie Strings is also not reset/unique with a http container.

 

 

2. Cookie String. 

When I define cookies via cookie string, I thought that the plugin will only use that? But when i do:

plugin command("HTTP post.dll""http cookies string""Session-netc-user=sfbnu13eq48cf9a4dlebre6n13; l=1400188342")

 

Then my post looks like:

Cookie: Session-netc-user=kgekd5rs7m3ve6ruq0hif1qup6; Session-netc-user=sfbnu13eq48cf9a4dlebre6n13; l=1400188342; l=1400188464

 

So the plugin is sending that twice?

 

 

Thanks

Dan

Link to post
Share on other sites

Aymen... couple of questions:

 

 

1. In a HTTP container it looks like that http headers are not unique / reset? Because if I set a wrong http header, I always get an error when I run my script. I have to do

plugin command("HTTP post.dll""http clear headers")

to reset that. I though that a http container will reset everything?

 

Cookie Strings is also not reset/unique with a http container.

 

 

2. Cookie String. 

When I define cookies via cookie string, I thought that the plugin will only use that? But when i do:

plugin command("HTTP post.dll""http cookies string""Session-netc-user=sfbnu13eq48cf9a4dlebre6n13; l=1400188342")

 

Then my post looks like:

Cookie: Session-netc-user=kgekd5rs7m3ve6ruq0hif1qup6; Session-netc-user=sfbnu13eq48cf9a4dlebre6n13; l=1400188342; l=1400188464

 

So the plugin is sending that twice?

 

 

Thanks

Dan

 

I see,

I'll check that out as soon as i can!

Link to post
Share on other sites

Hello, what is the current version of the plugin? I have v 2.4.4.0 is this the latest version?

The last one is 2.5

 

Update (2.5.0):

-added a http cookie response function to return cookies header (used inside a http container)

-fixed http captcha dialog not releasing image from memory after closing dialog

-Added Linkfinder function to get links from the latest response html document (used inside a http container)

-Made http response headers function thread safe (same as http last response) (used inside a http container)

-Fixed basic mode returning "handshare failed due to an enexpected packet format"

Link to post
Share on other sites

I see,

I'll check that out as soon as i can!

 

Sorry for adding more stuff to your list. If you would ask me for priorities it would be:

 

1. http plugin. 

a: http header / cookie string reset with http container

b: duplicate http cookie strings with http cookie string command

c: support for URLS lile  "https://www.xing.com/de/directories/people/c/c./"   Everything with a . doesn't work with http get at the moment.

 

2. SQLite Plugin

a: SQLlite error function is not reset when a successful command is executed. Still returns previous error.

b: Database is locked error. Command is not thread safe. Maybe a retry or thread safe option could be implemented

c: Update Option for table to database command

 

3. Email Plugin

a: Imap Test connection bug

b: pop emails to table bug

c: test proxy feature. Seems to produce some issues for people

 

4. Socket Code Generator

a: post data starts with &

b: Post Data Formatter window. Make it resizable. And scale the boxes (post data / post data formatter) with the window

c: support for multi form http post.

 

5. Json Parser

Errors with some rules:
$.store.*
Cannot convert Array to String
 
$.store..price
Cannot convert Float to String
 
$..book[?(@.isbn)]
Just an empty response
 
 
Have a great day
Dan
Link to post
Share on other sites

Anyone know what this error means. This just started showing up. It was working fine the other day.

 

That is a Ubot casting bug

Usually reload the script or ubot and it will work fine

Link to post
Share on other sites

Questions i have : 

 

 

How would i after Http post to a page how would i set form data that is the only thing i am confused on is how to enter the data that i want any help plz thanks 

Link to post
Share on other sites

Questions i have : 

 

 

How would i after Http post to a page how would i set form data that is the only thing i am confused on is how to enter the data that i want any help plz thanks 

Multiform stuff works via http file upload. 

 

Dan

  • Like 1
Link to post
Share on other sites

Multiform stuff works via http file upload. 

 

Dan

Mind showing me an example ? or link me to good example of filling form data via http and clicking etc..

 

 

 

Edit : i take that as a no lol i have tried everything not one tut that aymen shows or gives shows at all how to fill in form data and click etc... ?? any help would be great thansl 

Edited by Team_LX
Link to post
Share on other sites

Mind showing me an example ? or link me to good example of filling form data via http and clicking etc..

 

 

 

Edit : i take that as a no lol i have tried everything not one tut that aymen shows or gives shows at all how to fill in form data and click etc... ?? any help would be great thansl 

 

There is tons of examples in the bonus package showing how to send forms submits in form of http requests (there is no clicking and filling in http requests)

 

in each form there is the action attribute which usually holds the post Url

every form input holds a name attribute , that's your post data!

 

If you like to see how the server is sending the http requests use fiddler to monitor http traffic and see what's going on in the background!

 

Regards,

Link to post
Share on other sites

Mind showing me an example ? or link me to good example of filling form data via http and clicking etc..

 

 

 

Edit : i take that as a no lol i have tried everything not one tut that aymen shows or gives shows at all how to fill in form data and click etc... ?? any help would be great thansl 

 

Do you have an example URL for me?

 

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