Jump to content
UBot Underground

Socket Accept command


Recommended Posts

I m not sure if this is what i need, but let me explain.

 

I want to fake Googla Analytics stats for my website. I want to send traffic. I have create a code, container that sets everything up and navigate, but i dont see traffic increase.

 

So i m looking for socket set header accpet javascript, cookies, flash, css, everything. Please help.

 

And my other question is how to use proxys with sockets. i just use normal change proxy and then run socket container?

 

my example code:

        set(#proxie, $random list item(%proxys), "Local")
        set(#surfpagenav, $random list item(%surfpages), "Local")
        clear cookies
        plugin command("SocketCommands.dll", "socket container") {
            plugin command("SocketCommands.dll", "socket set header", "User-Agent", $random list item(%useragents))
            plugin command("SocketCommands.dll", "socket set header", "Referer", $random list item(%referers))
            change proxy(#proxie)
            plugin command("SocketCommands.dll", "socket navigate", "GET", #surfpagenav)
        }
        wait for browser event("Everything Loaded", 60)
        set(#timewaiting, $rand(60, 120), "Local")
        wait(#timewaiting)
        set list position(%surfpages, 0)
Link to post
Share on other sites

i don't think SocketCommands supports proxies!

I don't think change proxy works with the SocketCommands , it just changes proxy settings for the browser only !

Link to post
Share on other sites

This is not for me. I dont know what will the person do. http post plugin is not good because it wont emulate java script, so visits are not counted. If someone have diea how to solve this let me know. Thanks.

Link to post
Share on other sites

This is not for me. I dont know what will the person do. http post plugin is not good because it wont emulate java script, so visits are not counted. If someone have diea how to solve this let me know. Thanks.

 

there is no known http class or libraray that can execute javascript automatically atleast not without a javascript engine!

Javascript is a client side script , the http requests are being executed on server side , both are two seperate things!

Link to post
Share on other sites

This is not for me. I dont know what will the person do. http post plugin is not good because it wont emulate java script, so visits are not counted. If someone have diea how to solve this let me know. Thanks.

The http post plugin is very powerful. It always depends on the usecase. You can't solve every problem with a hammer :-)

 

Dan

Link to post
Share on other sites
  • 1 year later...

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