Results 1 to 1 of 1

ZeroFramework Sourcecode - How to to get past simple server checks-

This is a discussion on ZeroFramework Sourcecode - How to to get past simple server checks- within the Tutorials forums, part of the Programming category; when i want to use a program that has simple server checks and i don't want to be bothered with ...

  1. #1
    nosnipe is offline Subscriber
    Join Date
    Jul 2009
    Posts
    413

    Default ZeroFramework Sourcecode - How to to get past simple server checks-

    when i want to use a program that has simple server checks and i don't want to be bothered with unpacking and repairing , i use a http debugger to figure out what method it is using weather it be GET or POST and i try to emulate it. For instance there is a game called project Stormos.

    the website it is has a very fetal mistake in the it allows you to see who has ordered and "hijack" the order number for the get request so that it response with "completed" , when you goto login it sends a GET request with your username and password then response with an order number then after that it says another get request like so
    Code:
    GET /unity/orders?uin=114
    ,

    which sends either "completed" or "not purchased" , if you goto there website
    Code:
    www.gamewebsite.com/unity/orders?uin=114
    and just go through different UIN it will tell you directly on the page if it is complete or not. its with this you can then "hijack" it.

    in the source i provided it shows you how i emulated all this and how you can use it for many other simple server checks too!

    THIS INFORMATION IS FOR EDUCATIONAL PURPOSES ONLY , IF YOU LIKE THE SOFTWARE THEN BUY IT!

    download:
    Code:
    http://www.megaupload.com/?d=TUI1CH7O
    Last edited by nosnipe; 10-08-2011 at 02:41 AM.
    //not that anyone cares

  2.   Alt These ads help cover server costs and such.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Facebook Bots | Admin Forum