Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben
scusate per ubuto funziona con la nuova sbox0.0.46 ?
Qundo poi vado a cccam info per vedere si e collegato con cccamroot@cs-server:~ # [Info] Phoenix device detected
========================================================
[Reset] slot0
========================================================
ATR : 3FXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX03
Hist.: 33XXXXXXXXXXXXXXXXXXXXXX03
3 i J P I T
Working at 3.570Mhz (Max 5.000Mhz)
========================================================
========================================================
[Init] ID: 0x00 | Serial: 0xXXXXXXXX | System: NDS
========================================================
NDS Card init
Provider 00 ID 000000 PPUA XXXXXXXX CaID 093B
Provider 01 ID 000000 PPUA XXXXXXXX CaID 093B
Card Init OK
========================================================
[NewCamd]Server Init OK on port 33000
[Web] WebInterface Init
[Cache] Initializing cache for card nº 0
[Info] Entering main loop
[Info] Mode CardServer Only
========================================================
[Info] NewCamd: 33000
Ops, attack from user test1?
========================================================
========================================================
[Info] NewCamd: 33000
Ops, attack from user test1?
========================================================
========================================================
[Info] NewCamd: 33000
Ops, attack from user test1?
========================================================
========================================================
[Info] NewCamd: 33000
Ops, attack from user test1?
========================================================
Dove e il Sabglio che Faccio???[main]
server_only=0 # 0=emu+newcamd server 1=only newcamd server
log=1 # 0=no log 1=log to /tmp/sbox.log //ALWAYS USE 0//
userspath=/var/bin/users.sbox # users list
webinterface=1 # 1=web interface on 0=web interface off
webport=69 # web interface port
[slot0]
active=1 # 0=inactive 1=active
sci=/dev/ttyUSB0 # lower
ncdserver=1 # 0=newcamd server off 1=newcamd server on
deskey=0102030405060708091011121314 # newcamd deskey
port=33000 # newcamd port
mhz=357 # 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/keys/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
#Irdeto Example
[CCCCCCCC] # irdeto 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= /var/bin/port.list # path from port.list
#NDS Example
[093B] # nds camid (4 bytes)
emm=0 # 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
Allora io fino adesso ce lo fatta a fare partire la sbox sul mio debian.
Arrivo a questo punto e poi non sucede niente.
Qundo poi vado a cccam info per vedere si e collegato con cccam
lo fa veder come offline.
Questa e la mia sbox.conf
Dove e il Sabglio che Faccio???
Saluti Gianni
Con quale Carda?? e quale Reader???
Nella tua Configurazione non e ativata nesuna Carda
I saw that no one of the developers have builded a 32bit version of sbox. Here is the solution to running it also on Your 32bit Debian Linux Server (also working for Ubuntu)
If You runing the file like this:
Código:
root@debian:~# /usr/bin/sbox.x86
-bash: /usr/bin/sbox.x86: No such file or directory
it doesn't work, because the ia32-libs are missing, You can see with command file what the sbox binary is:
Código:
root@debian:~# file /usr/bin/sbox.x86
/usr/bin/sbox.x86: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped
so we install the missing 32 libs:
Código:
root@debian:~# aptitude install ia32-libs
no, non è importante dove avete messo il binario. È possibile utilizzare il flag-c per impostare la directory di configurazione:
/ usr/bin/sbox.x86-c / etc / sbox
funziona perfettamente.
LO Smargo con Sbox non Funziona di serve un semplice Usb Cardreader o un Serial Cardreader
Per TivuSat di serve la rsa e la boxkey per Tiger003
Per la HD+ di serve la n3_rsakey= e la n3_boxkey =
Per la 093b ci sono scritto nel forum molti Post
Per HD+ E tivusat de le mando domani per PM e la configurazione
Se il tuo Sistema non di riconosce smargo e il multiprog devi prima Istarlarli con i Respetivi Driver e copi fai la configurazione nella Sbox.conf
e Vetrai che li riconosche sia il tuo systema che la Sbox
Per tutti quelli che anno problemi con libcrypto:
Inseriscili semplicemente 'via telnet:
apt-get install libssl-dev
Dopo l'installazione, i collegamenti devono essere creata
cd /usr/lib
ln -s libcrypto.so.0.9.8 libcrypto.so.6
ln -s libssl.so.0.9.8 libssl.so.6
ciao alberto
mi dice questo il mio multiprog con usb to serial
root@cccam-server:/var/bin# [Info] Phoenix device detected
========================================================
[Reset] slot1
========================================================
ATR : 3FFF9500FF918171FF470054494745523030332052657632353064
Hist.: 544947455230303320526576323530
T I G E R 0 0 3 R e v 2 5 0
CRL : 64
Working at 3.680Mhz (Max 5.000Mhz)
========================================================
[Info] Signature fail. You're using correct RSA?
[Warning] No Cards? No Party
la rsa e la boxkey sono quelle giuste?
rsa=A9.......B5
boxkey=78......E2
saluto
same problem here
[Info] Signature fail. You're using correct RSA?
same card and same rsa on dm800 works well! on debian & phoenix reader "[Info] Signature fail. You're using correct RSA?"
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Das Digital Eliteboard ist ein kostenloses Forum und ist auf Spenden angewiesen, um sich auch in Zukunft selbst zu finanzieren. Wenn auch du mit dem Digital Eliteboard zufrieden bist, würden wir uns über jede Unterstützung freuen.
Hier kannst du uns unterstützen SPENDEN