Jump to content
UBot Underground

Workaround For: All Private Proxy/Pop Up/flash problems.


Recommended Posts

First off,

 

My proposal for next UBOT 3.3 feature: Ability to view web page in Source code form instead of live form (It passes/post variables or maintain the cookies just like the normal website, but it just displays the page in source code form.)

 

I had shit loads of problems with private proxy, thus here a workaround:

 

If you are going to a public site, and those annoying ads pop up appear outta no where like THIS.

 

You can easily get around it with the view source scripts like here. By doing that, you can actually scrape those important ids/urls or whatever, and then nav it or do whatever you want. Because you are not viewing the page live, there's no pop up. No pop up = no problem.

 

Psuedo Code:

Navigate http://example.com/source.cgi

Pass respective URL to the form

submit it

Scrape your respective code/ids

navigate to the link or save your data to a file

hoorah!!

 

HOWEVER, if you do have to stay logged in to assess such page, the get around would be using an external script to do the login and display the source code on ubot, and let ubot scrape it. FYI:it is pretty using ubot as the main sub which call upon the php scripts like sub functions. ->i will explain in detail later.

 

flash player and stuffs, exploit the javascript, make the server side monitoring script believe that, the flash player exist and it is running accordingly, and then set the delay time for ubot before injecting another javascript for watever stuffs.... like vidFinished() for video finish playing..

 

ps: i shall update this page later, i am kinda busy atm. Just wanted to share the source.cgi (it is from cgiconnection.com) for all your conveniences.

source.zip

  • Like 1
Link to post
Share on other sites
  • 3 weeks later...

First off,

 

My proposal for next UBOT 3.3 feature: Ability to view web page in Source code form instead of live form (It passes/post variables or maintain the cookies just like the normal website, but it just displays the page in source code form.)

 

I had shit loads of problems with private proxy, thus here a workaround:

 

If you are going to a public site, and those annoying ads pop up appear outta no where like THIS.

 

You can easily get around it with the view source scripts like here. By doing that, you can actually scrape those important ids/urls or whatever, and then nav it or do whatever you want. Because you are not viewing the page live, there's no pop up. No pop up = no problem.

 

Psuedo Code:

 

 

HOWEVER, if you do have to stay logged in to assess such page, the get around would be using an external script to do the login and display the source code on ubot, and let ubot scrape it. FYI:it is pretty using ubot as the main sub which call upon the php scripts like sub functions. ->i will explain in detail later.

 

flash player and stuffs, exploit the javascript, make the server side monitoring script believe that, the flash player exist and it is running accordingly, and then set the delay time for ubot before injecting another javascript for watever stuffs.... like vidFinished() for video finish playing..

 

ps: i shall update this page later, i am kinda busy atm. Just wanted to share the source.cgi (it is from cgiconnection.com) for all your conveniences.

 

OMG.. so how do we try to access a site, do some text input like registration etc, then press the submit button. And then re navigate the site again to login and do other stuffs etc.. This proxy issue is really driving me nuts..

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