Hacking CA system challenge *Tandberg [ NO Keys Allowed in Chat Section/s ]*

Ghouri

Senior Member
Messages
154
Quoted from Github:

Tandberg config:
===============

Keys in SoftCam.Key:

T <entitlement> 01 <key>

for example (entitlement = 1234):
T 00001234 01 1122334455667788

leading zeros maybe be skipped. same key as above:
T 1234 01 1122334455667788

AU keys:
T <key index (hex)> MK <key>

64 keys are needed:

T 40 MK 1122334455667788
T 41 MK 1122334455667788
...
T 7F MK 1122334455667788
 

Serjoga

Latvian satfat
Staff member
Moderator
Messages
6,086
Yup russian master add Tandberg config in oscam-emu this saturday. Very intresting softcam format for E2.... For BISS is channel Sid and VPid but here?
 

harshy

Well Known Member
Messages
746
On my dm800 this encryption it freezes after two minutes, dreambox becomes unstable :-(
 

Serjoga

Latvian satfat
Staff member
Moderator
Messages
6,086
On my dm800 this encryption it freezes after two minutes, dreambox becomes unstable :-(

Few receivers with PowerVu also freeze or only black screen. Need faster processor...Intrested this cryption with Vu+ receivers works or also freeze? Intrested Duo2 or vu+zero
 

n3ur0

Donating Member
Messages
60
Few receivers with PowerVu also freeze or only black screen. Need faster processor...Intrested this cryption with Vu+ receivers works or also freeze? Intrested Duo2 or vu+zero

Tested on vu+ 4K without freeze can watch feeds wimbledon on 10E
 

JimBizkit

Senior Member
Messages
128
On my dm800 this encryption it freezes after two minutes, dreambox becomes unstable :-(
I guess this is caused by a bad signal. Or they are using a modulation that your dm800 cannot handle very well.

Tandberg is using standard CSA, there is no reason why your dm800 should not be able to handle it.
 

Peerate

Senior Member
Messages
117
vPlug Server method works very good too!!!
Thank you Anubis_Ir and Colibri.DVB!!!

You are awesome!!!!!!

Here is ecm.info

system: unknown
caid: 0x1010
pid: 0x07d7
prov: 000000
7E 12726V 30000
cw0: *************************
cw1: *************************
Signature OK
source: net (cccamd at xxx:12000)
42 msec -- Fri Jun 24 06:32:39 2016




Can you share v_keys.db or Softcam keys from your Vplug Server, or maybe whole Vplug Server?
What are you using at client's side , mgcamd?
 

007.4

VIP
Messages
364
I've got a VuDuo2 with OpenPli and when it is decrypting CAID 1010 using oscam-emu, CPU usage goes to well over 90% sometimes maxing out at 100%. I've had my box crash when in this state for some time. If the Duo2 cannot handle it well I'm sure other receivers with lesser CPUs will certainly struggle.
I've heard it may be a problem with oscam rather than the oscam-emu but I do not know for sure. Hopefully one of the oscam developers can fix it or oscam-emu can be more optimised.
 

Peerate

Senior Member
Messages
117


Thanks mate but I would like to see how it works in Vplug Server, as guy described earlier. Looks to me that he succeeded to share it and open it in mgcamd as client...

http://www.sat-universe.com/showthread.php?p=2036682276#post2036682276


So I would like to see his Vplug Server or v_keys.db.
 
Last edited:

abra26

Senior Member
Messages
263
Thanks mate but I would like to see how it works in Vplug Server, as guy described earlier. Looks to me that he succeeded to share it and open it in mgcamd as client...

http://www.sat-universe.com/showthread.php?p=2036682276#post2036682276


So I would like to see his Vplug Server or v_keys.db.

https://www.sendspace.com/file/ztbsrb

i'm using softcam.key
in my case is client sh4 box and mgcamd1.38

just set (or change) "cccam server ip" (ip address of your pc) under "vplug server options" :thum: and then add to your client:

C: 192.168.0.xx 12000 user1 pass1
 
Last edited:

oldgraf

Registered
Messages
39
I've got a VuDuo2 with OpenPli and when it is decrypting CAID 1010 using oscam-emu, CPU usage goes to well over 90% sometimes maxing out at 100%. I've had my box crash when in this state for some time. If the Duo2 cannot handle it well I'm sure other receivers with lesser CPUs will certainly struggle.
I've heard it may be a problem with oscam rather than the oscam-emu but I do not know for sure. Hopefully one of the oscam developers can fix it or oscam-emu can be more optimised.

On solo2 is around 50% idle. But after disable AU on emulator reader and is 98% idle
 

kebien

Well Known Member
Messages
1,329
What is using so much cpu?
Is it the oscam-emu,or is something else?
Doesn't look too much work to decrypt an ecm every 5 seconds to use that much cpu.
Has to be something in oscam code that is wrong.
We know video DES need stream relay for this reason,but this by far a much less stressful process than video.
 

Peerate

Senior Member
Messages
117
https://www.sendspace.com/file/ztbsrb

i'm using softcam.key
in my case is client sh4 box and mgcamd1.38

just set (or change) "cccam server ip" (ip address of your pc) under "vplug server options" :thum: and then add to your client:

C: 192.168.0.xx 12000 user1 pass1

BIG THANKS MATE!!!

That's exactely what I've been asking for, it works on Mgcamd on my E2 box, Openpli 4



and it doesn't work in CCcam or OscamEmu as client, only Mgcamd! (at least for me)
 
Last edited:

kebien

Well Known Member
Messages
1,329
oscam-emu with AU enabled on emulator reader use lot of cpu. With AU disabled is all fine

Ok,sounds like the parsing and collecting of the base emm key (is it using ram to store the key or write it to a temp file? maybe trying a different approach?) ,and the decryption of the ECM key is what is doing the heavy work.
I do not know what it could be,someone may have a chance to analyze the code and maybe find a fix for the problem.
 

smedias

Senior Member
Messages
364
here is a guide thanks to abrakadabra26

just added one line to cccamd.list like "C: ip_address port user pass" but you have to set correct network mode in "mg_cfg":
# network mode, use summ for several clients
# 00 no network (default)
# 01 newcamd netclient
# 02 radegast netclient
# 04 camd3 netclient
# 08 gbox netclient
# 32 cccam netclient
# 33 cccam newcamd netclient
G: { 33 }
best setting is "G: { 33 }" and thank to this setting you can run newcamd and cccam client.

vplug server can be run only under cccam so you have to add c line to cccamd.list in correct format.

1.run vplugserver with latest keys from Marwan26
2.click on vplugserver option - click on cccam server and chose version, add ip and port
3.then go to edit users and add user1/pass1 or any other

if you see login from unknown user in vplugserver log that means you have not set the G parameter yet

and link also from him on previous page is updated with all the keys

https://www.sendspace.com/file/ztbsrb
 
Last edited:
Top