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 websiteand 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.Code:www.gamewebsite.com/unity/orders?uin=114
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


LinkBack URL
About LinkBacks
Reply With Quote