Hi!!
I'm trying to sniff darkorbit's /ajax/shop.php file with fiddler but I need help.
I'll explain a bit how shop system in darkorbit works (I know it's a bit bad but it's everything I know).
When you go to the shop there's a js file ([Only registered and activated users can see links. Click Here To Register...]) which sends the request to [Only registered and activated users can see links. Click Here To Register...] when you buy something. If you try to see that file It will give you something like:
This is the response of the file to the shop.js file which will prompt success or failed.
Ok I think now you can understand what I'm trying to do.
When I sniff the buyment process with fiddler I get the response of the shop.php file but, I don't know if it's encrypted or fiddler is stupid.
This is the row response which contains the parameters of a successfull buy:
- Ko 0 K/ W P z eq dյc J ʟfdzs c + 1 i+Z T=V >@ SP d &{P )'d tz.
(some characters doesn't appear here).
Some images:
[Only registered and activated users can see links. Click Here To Register...] (HEX)
[Only registered and activated users can see links. Click Here To Register...] (Headers)
And the problem is that I don't know what returns the file when you buy something.
This is the capture file so you can open it with fiddler: [Only registered and activated users can see links. Click Here To Register...]
I tried with Charles to but it giveme the same and httpheaders sends the request to the shop.php file and not the response.
Hope you could understand it :P
See you!!
I'm trying to sniff darkorbit's /ajax/shop.php file with fiddler but I need help.
I'll explain a bit how shop system in darkorbit works (I know it's a bit bad but it's everything I know).
When you go to the shop there's a js file ([Only registered and activated users can see links. Click Here To Register...]) which sends the request to [Only registered and activated users can see links. Click Here To Register...] when you buy something. If you try to see that file It will give you something like:
Code:
{"result":"error","message":"No or invalid itemId!","userBalance":{"uridium":2761,"credits":634455},"userShip":{"laserAmmunitionSpace":69373,"rocketSpace":3326},"isShipDumpEmpty":false,"itemId":"","category":false}
Ok I think now you can understand what I'm trying to do.
When I sniff the buyment process with fiddler I get the response of the shop.php file but, I don't know if it's encrypted or fiddler is stupid.
This is the row response which contains the parameters of a successfull buy:
- Ko 0 K/ W P z eq dյc J ʟfdzs c + 1 i+Z T=V >@ SP d &{P )'d tz.
(some characters doesn't appear here).
Some images:
[Only registered and activated users can see links. Click Here To Register...] (HEX)
[Only registered and activated users can see links. Click Here To Register...] (Headers)
And the problem is that I don't know what returns the file when you buy something.
This is the capture file so you can open it with fiddler: [Only registered and activated users can see links. Click Here To Register...]
I tried with Charles to but it giveme the same and httpheaders sends the request to the shop.php file and not the response.
Hope you could understand it :P
See you!!