erkexzcx / stalkerhek

Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.
GNU General Public License v3.0
82 stars 52 forks source link

Find out 'logoff' request #10

Closed erkexzcx closed 3 years ago

erkexzcx commented 3 years ago

Description

Stalker client (e.g. Kodi Stalker PVR addon) in certain scenarios is sending a special HTTP request that tells Stalker middleware to disconnect other devices that are using the same credentials.

I have no STB box with me right now and cannot find it by myself, therefore looking for testers who can try to find what sort of request it is. Expect some action=logoff in URL or something.

How to

Scenario would be like this:

  1. Start recording network activity of both devices.
  2. Configure 2 devices to use identical Stalker middleware, with identical account/portal.
  3. Start first device, while second is powered off. Swatch watching IPTV...
  4. Start second device while first one is being used.
  5. First device should stop working right away.

If device stopped working, it means such request has been sent. Find it in Wireshark logs and share with me.

More info

For more information, see https://github.com/erkexzcx/stalkerhek/blob/master/proxy/proxy.go#L76-L81

erkexzcx commented 3 years ago

Found it myself