Author Topic: S-Box Emu  (Read 8702 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
S-Box Emu
« on: January 06, 2010, 12:17:18 PM »
 SBox 0.0.4-6
SBox 0.0.4-6

| _ \
___| |_) | _____ __
/ __| _ < / _ \ \/ /
\__ \ |_) | (_) > <
|___/____/ \___/_/\_\ (PowerPC, MIPS, X86 & wrt54gl)

What's New? 0.0.4-6

-Bugs solved
+Added support for *** smartcards
+Added support for 1rd3t0 smartcards
+Added support for Tiger/Ncmed smartcards
+Added Webinterface

ToDo
+Sleep alot

SmartCards Supported:

System EMM ECM SCI Phoenix
-----------------------------------
Nagra2/3 OK OK OK OK
Nagra Tiger/NCMED OK OK OK OK
Viaccess KO OK OK OK
Seca OK OK OK OK
1rd3t0 OK OK OK KO
*** KO OK OK KO


sbox.ppc enigma1
sbox.mips enigma2
sbox.x86 Linux PC
sbox.wrt54gl Linksys router

sbox config


main]
server_only=0 # 0=emu+newcamd server 1=only newcamd server
log=0 # 1=no log 1=log to /tmp/sbox.log //ALWAYS USE 0//
userspath=/var/bin/users.sbox # users list
webinterface=0 # 1=web interface on 0=web interface off
webport=81 # web interface port

[slot0]
active=1 # 0=inactive 1=active
sci=/dev/sci0 # lower
ncdserver=0 # 0=newcamd server off 1=newcamd server on
deskey=0102030405060708091011121314 # newcamd deskey
port=15050 # newcamd port
mhz=0 # Mhz for card in this reader, ONLY WORKS ON INTERNAL CARDREADER. Example: mhz=357, mhz=368

#Nagra2/3 Example
[CCCCCCCC] # nagra2 camid (4 bytes)
rsa= # rsa "n" from this card (like newcs)
boxkey= # boxkey from this card
emm=0 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath=/var/****/port.list # path from port.list

#Nagra tiger/ncmed Example
[CCCCCCCC] # nagra camid (4 bytes)
emm=2 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#Seca Example
[CCCCCCCC] # seca camid (4 bytes)
ok_view=0 # if ok_view=1 sbox simulates the "ok view this season" on seca smartcards
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#Viaccess Example
[CCCCCCCC] # via camid (4 bytes)
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#1rd3t0 Example
[CCCCCCCC] # 1rd3t0 camid (4 bytes)
camkey=0000000000000000 # CamKEY
camkeydata=000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#NDS Example
[CCCCCCCC] # nds camid (4 bytes)
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

# How to ADD RSA for TIGER/NCMED cards
# If your card is a ROM TIGER547 Rev124 (for example)
# [TIGER547] <- this is the rom version from your card
# rsa=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xx
# ONLY THIS, for config bloquer, portlist, etc, look at the examples above!

#Example configuration newcamd client
[NewCamd]
#server0=dummy:dummy@localhost:15050/0102030405060708091011121314/0
#server1=dummy:dummy@localhost:15051/0102030405060708091011121314/2
#server2=dummy:dummy@localhost:15052/0102030405060708091011121314/7users.sbox
sBox
Code: You are not allowed to view links. Register or Login
| _ \
 ___| |_) | _____ __
/ __| _ < / _ \ \/ /
\__ \ |_) | (_) > <
|___/____/ \___/_/\_\ (PowerPC, MIPS, X86 & wrt54gl)

What's New? 0.0.4-6

-Bugs solved
+Added support for *** smartcards
+Added support for 1rd3t0 smartcards
+Added support for Tiger/Ncmed smartcards
+Added Webinterface

ToDo
+Sleep alot

SmartCards Supported:

System EMM ECM SCI Phoenix
-----------------------------------
Nagra2/3 OK OK OK OK
Nagra Tiger/NCMED OK OK OK OK
Viaccess KO OK OK OK
Seca OK OK OK OK
1rd3t0 OK OK OK KO
*** KO OK OK KO


sbox.ppc enigma1
sbox.mips enigma2
sbox.x86 Linux PC
sbox.wrt54gl Linksys router
sbox.conf
Code: You are not allowed to view links. Register or Login
[main]
server_only=0 # 0=emu+newcamd server 1=only newcamd server
log=0 # 1=no log 1=log to /tmp/sbox.log //ALWAYS USE 0//
userspath=/var/bin/users.sbox # users list
webinterface=0 # 1=web interface on 0=web interface off
webport=81 # web interface port

[slot0]
active=1 # 0=inactive 1=active
sci=/dev/sci0 # lower
ncdserver=0 # 0=newcamd server off 1=newcamd server on
deskey=0102030405060708091011121314 # newcamd deskey
port=15050 # newcamd port
mhz=0 # Mhz for card in this reader, ONLY WORKS ON INTERNAL CARDREADER. Example: mhz=357, mhz=368

#Nagra2/3 Example
[CCCCCCCC] # nagra2 camid (4 bytes)
rsa= # rsa "n" from this card (like newcs)
boxkey= # boxkey from this card
emm=0 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath=/var/****/port.list # path from port.list

#Nagra tiger/ncmed Example
[CCCCCCCC] # nagra camid (4 bytes)
emm=2 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#Seca Example
[CCCCCCCC] # seca camid (4 bytes)
ok_view=0 # if ok_view=1 sbox simulates the "ok view this season" on seca smartcards
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#Viaccess Example
[CCCCCCCC] # via camid (4 bytes)
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#1rd3t0 Example
[CCCCCCCC] # 1rd3t0 camid (4 bytes)
camkey=0000000000000000 # CamKEY
camkeydata=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

#*** Example
[CCCCCCCC] # *** camid (4 bytes)
emm=7 # 0=accept all 1=block emms 2=block emmu 4=block emmg
portlist=0 # use portlist or no
portlistpath= # path from port.list

# How to ADD RSA for TIGER/NCMED cards
# If your card is a ROM TIGER547 Rev124 (for example)
# [TIGER547] <- this is the rom version from your card
# rsa=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ONLY THIS, for config bloquer, portlist, etc, look at the examples above!

#Example configuration newcamd client
[NewCamd]
#server0=dummy:dummy@localhost:15050/0102030405060708091011121314/0
#server1=dummy:dummy@localhost:15051/0102030405060708091011121314/2
#server2=dummy:dummy@localhost:15052/0102030405060708091011121314/7
users.sbox
Code: You are not allowed to view links. Register or Login
#Example configuration file for sbox cardclient server

# [slot0] # slot to connect
# user=edk # user
# pass=edk # password
# au=1 # au on/off

# [slot1] # slot to connect
# user=edk2 # user
# pass=edk2 # password
# au=0 # au on/off
port.list
Code: You are not allowed to view links. Register or Login
SA: { 0001 } # Channel1
SA: { 0002 } # Channel2
SA: { 0003 } # Channel3
SA: { 0004 } # Channel4

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: SBox 0.0.4-6
« Reply #1 on: January 06, 2010, 04:16:28 PM »
sbox 0.0.4.6+cccam 2.1.3

scripts, files and configurations
Enigma 2
be included in various folders with permissions 755

Bottom slot sbox
slot Superoro CCcam

Gracias a pappa

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: SBox 0.0.4-6
« Reply #2 on: January 09, 2010, 02:16:38 PM »
sBox For Edg Nemesis

Code: You are not allowed to view links. Register or Login
sBox 0.0.4.6

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: SBox 0.0.4-6
« Reply #3 on: January 22, 2010, 11:11:30 PM »
22.01.2010


sBox 0.0.4-6 for Oozoone image

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
Re: SBox 0.0.4-6
« Reply #4 on: January 29, 2010, 07:50:01 AM »
sBox 0.0.4-6 for LS image
-----------------------------------------------








UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
Re: SBox 0.0.4-6
« Reply #5 on: February 05, 2010, 09:10:47 AM »
sbox.0.0.4_2.4-r7 for oozoone image



: install

copy the ipk to / tmp or / on the box (I prefer hdd / hdd, because if you reflashing the box, I need not again until the download package).
then press the blue button and select the plugin more user scripts. second posiotion you have there the possibility, ipf's install. if you did the first time a packet emu installed in a fresh image, so you have to start the new box, so that the symlinks created active
-----------------------------------------------








UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: SBox 0.0.4-7
« Reply #6 on: March 07, 2010, 10:11:55 AM »
SBox 0.0.4-7

   

     
Code: You are not allowed to view links. Register or Login
____
  | _ \
 ___| |_) | _____ __
/ __| _ < / _ \ \/ /
\__ \ |_) | (_) > <
|___/____/ \___/_/\_\ (PowerPC, MIPS, X86, wrt54gl, SIGMA & SH4)

What's New? 0.0.4-7

-Fixed hight CPU usage on mips version
-Fixed EMM handling on NAGRA smartcards
-Fixed EMM handling on SECA smartcards
-Fixed ECM handling on VIA smartcards
+Added EMM support for NDS smartcards (not fully tested)
+Added support for CONAX smartcards
+Added algo to get RSA &quot;n&quot; from dt08 (nagra)
+Added multitunner support for E2 machines
+Added multiemm thread support (ppc/mips/sh4)
+Added smartreader support (experimental)
+Compiled version for X86_64bits (not tested)
+Compiled version for SIGMA (not fully tested)
+Compiled version for SH4_e2 (not fully tested)

For SH4 users; Some cards don't work on internal cardreader, it's not sbox problem.

ToDo
+Sleep alot


SmartCards Supported:

===================+===+===+===+=======+===========+
System       |EMM|ECM|SCI|Phoenix|Smartreader|
===================+===+===+===+=======+===========|
Nagra2/3      |Yes|Yes|Yes|Yes  |Yes    |
-------------------+---+---+---+-------+-----------|
Nagra Tiger/NCMED |Yes|Yes|Yes|Yes  |Yes    |
-------------------+---+---+---+-------+-----------|
Viaccess      |No |Yes|Yes|Yes  |Yes    |
-------------------+---+---+---+-------+-----------|
Seca        |Yes|Yes|Yes|Yes  |Yes    |
-------------------+---+---+---+-------+-----------|
1rd3t0       |Yes|Yes|Yes|No   |No     |
-------------------+---+---+---+-------+-----------|
NDS        |?? |Yes|Yes|No   |Yes    |
-------------------+---+---+---+-------+-----------|
Conax       |?? |Yes|Yes|??   |??     |
-------------------+---+---+---+-------+-----------+

Protocols Supported:

Offline bucek

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3377
Re: SBox 0.0.4-6
« Reply #7 on: March 08, 2010, 02:32:02 PM »
Auto Istallanti Sbox0047+CCcam213_E2

For Nabilosat
Sbox0047+CCcam213_E2 Version 2 mipsl e config

Offline bucek

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3377
Re: SBox 0.0.4-7
« Reply #8 on: March 08, 2010, 10:41:48 PM »
SBox 0.0.4-7 #2 for Edg-Nemesis Image

Offline labud

  • Administrator
  • Hero Member
  • *****
  • Posts: 9026
S-Box Emu
« Reply #9 on: June 18, 2010, 04:50:54 PM »
S-Box 0.0.4-7 #4



Sbox 0.0.4-7 for Eurocam Image Enigma2
-----------------------------------------------








UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: S-Box Emu
« Reply #10 on: July 10, 2010, 10:22:24 AM »
Scripts for Sbox

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: S-Box Emu
« Reply #11 on: July 15, 2010, 08:07:06 AM »

CCcam 2.1.4 + Sbox 0.0.4-7 for Gemini E1




Quote
CCcam+sbox addon
Because we dont have sbox on blue panel i assembled CCcam 2.1.4+sbox 0.0.4-7 selfinstall tar.gz addon for E1. Most cards work with default config, for some cards you must provide your own card serial and put him in sbox.conf (easiest way to get cardserial is to run sbox manually via telnet and read the cardserial from sbox output)

Sbox management console have address You are not allowed to view links. Register or Login

If somebody needs this but for E2 please let me know

mfg, Andrija

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: S-Box Emu
« Reply #12 on: August 08, 2010, 07:08:12 PM »
Sbox 0.0.4.7.4 for Evolution image


tbz2 file manuall install /tmp

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: S-Box Emu
« Reply #13 on: August 26, 2010, 08:34:44 AM »
Sbox + CCcam for Sif-Team

Reads all the cards ( Nds, 1rd3t0, Viaccess, Nagra, other) this the file is self installing.

Offline poltu

  • Jr. Member
  • **
  • Posts: 17
Re: S-Box Emu
« Reply #14 on: October 02, 2010, 11:47:34 PM »
[admin]This is the file section No questions in this section[/admin]