Posts Tagged ‘dreambox hacking’

How to configure NewCs + cam accurate

Posted on November 18th, 2010 by cardshare in Card Share

I got many feedbacks from my post how to CCcam+NewCs and decide do too updated version.

1: Download and install NewCs from DM/Relook/Dbox bluepanel and Newcs config. NewCs.xml you can find from your box: var/tuxbox/config. For NewCs edit you use DCC (DreamBox Control Center). Do not edit it with Noteapad!!!

Now here is correct configuration example of NewCs.xml

2:

Code:

            SCI Lower Slot            sci            368            /dev/sci0            odd            normal            Yes            Yes            No            No            No            Yes            no            34000            Yes            0000            round

            SCI Upper Slot            sci            368            /dev/sci1            odd            normal            Yes            Yes            No            No            No            Yes            no            34001            Yes            0000            round

            Yes            10001

                localhost

            20            -1

            8080            yes

            newcs            newcs            admin

            NewCSpwd            simple            internal            all            console,tcp            1001            normal,init

            Yes            newcs            01 02 03 04 05 06 07 08 09 10 11 12 13 14

                user1                user1                localhost                34000                on                off                No                lower

                user2                user2                localhost                34001                on                off                No                 Upper

                peer1                peer1                localhost                34000                on                off                No                lower

                peer2                peer2                localhost                34001                on                off                No                Upper           

3: Lower and upper Card Readers means which slot you’re card is in. My example is made for both. DM500s/Relook200s uses always lower Card Reader settings. DM70xx/relook400s models have 2 card readers.

4: you can change lower and upper Card Readers port (default is lower 34000 and upper 34001) what kind to u want but u can´t change it to port what CCcam use like 12000 !!!
Lower card reader port: 34000
Upper card reader port: 34001

5: Users: user1 in my example is you’re own account for lower Card Reader. Set user name and password what ever u like, but never use dummy/dummy because it is a security hole and easy to guess for anyone who wan’t to try and hack into the server. Others can log into you’re server and use dummy/dummy if they know your dns!

6: Users: user2 in my example is you’re own account for lower Card Reader. If Here too change from default username and password your own new one!

user1 (lower) and user2 (upper) are made for Cam (CCcam,gBox,Mgcamd etc) what you run in your box over what card opens channels in your own box from
NewCs.

7: How to make a link line from Newcs to Cam over what can (example CCcam) read the card info from NewCs:
Log with DCC to the box and go to var/etc/CCcam.cfg and edit there new N: line based from user1 (lower Card Reader) NewCs.xml account:

For user1 (lower Card Reader) you do so CCcam.cfg:

Code:
N: Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14

For user2 (upper Card Reader) you do so CCcam.cfg:

Code:
N: Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

And take please # away if u edit available empty N: line.

For user1 (lower Card Reader) with Mgcamd/newcamd so:

Code:
CWS= Dreamboxlan Ip 34000 user1 user1 01 02 03 04 05 06 07 08 09 10 11 12 13 14

For user2 (upper Card Reader) with Mgcamd/newcamd so:

Code:
CWS= Dreamboxlan Ip 34001 user2 user2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Dreamboxlan Ip means that you put there your DM/relook/Dbox current LAN IP address like 192.168.120 or what you have there!!!

8: Save CCcam.cfg and start CCcam+Newcs and wait for picture to appear. If everything went ok, there should be a picture now.

9: Let’s add some new peers to who you want give a new N: line.
From my example you can see peer1 (lower card reader) and peer2 (upper card reader)

10: But first log into your router, and make a new portforward rule for port 34000 to your box.
If you are also using the second card reader, remember to also forward port 34001.

11: Give you’re peer’s N: line like this:

Code:
N: yourDNS/IP 34000 peer1 peer1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Code:
N: yourDNS/IP 34001 peer2 peer2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

These N lines does not have to go in you’re own CCcam.cfg. It’s for you’re peer.

With Mgcamd/newcamd so:

Code:
CWS= yourDNS/IP 34000 peer1 peer1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Code:
CWS= yourDNS/IP 34001 peer2 peer2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

yourDNS/IP means: it is your outside IP addres or from your made DNS name to mask your real IP from others. Free DNS names you can create here: No-IP – Dynamic DNS, Static DNS for Your Dynamic IP or https://www.dyndns.com

12: Newer newcs version have now added webconfig option too and to there acces u add that into your web brouser:
http://192.168.x.xx:8080
your newcs server lan IP ofcourse. Thereu can add/delete new peers easy way and no need to log to server at all what makes things lot easyer.

If you made correct your peers have access to your card/cards directly.
You can add as many peers in Newcs.xml as you like. Until now there is no limit here.

My NewCs.xml example is made with cards default speed 3.57mhz (357). If you want try to overclock the card then rise slow numbers like 400 means 4.00mhz and so one.
Beware with card overclock you can damage your card permanently!!!

Some people has asking from me Windows NewCs.xml configuratsion, here it is.

Code:

            Phoenix on Com1            phoenix            368            COM1            odd            normal            Yes            Yes            No            No            No            Yes            no            34000            Yes            0000            round

            Yes            10001

                localhost

            20            -1

            8080            yes

            newcs            newcs            admin

            NewCSpwd            simple            internal            all            console,tcp            1001            normal,init

            Yes            newcs            01 02 03 04 05 06 07 08 09 10 11 12 13 14

                user1                user1                on                off                No

                peer1                peer1                on                off                No

Most basics are same like my upper DM and co NewCs.xml.
COM1 is for external card reader devise and points to hadware port what you use (USB1/USB2/COM1/COM2 etc). But all others configuratsions are similar with DM/Rellok/Dbox etc config.

CCcam / NewCS Hack – Faking Local cards!

Posted on September 22nd, 2010 by cardshare in Card Share

It has come to our attention, that it is VERY simple to abuse the N-line of a peer, and making a card look like a local when it actually isn’t:

The hack works as follows:

From newcs to CCcam sharing cost one downhop (hop0 in newcs to hop1 in CCcam). The trick is simple as genial what overules that lost one downhop.

The standard way with loosed one downhop:
N: 127.0.0.1 portnumber test tv 01 02 03 04 05 06 07 08 09 10 11 12 13 14

With that 256 trick is the card shared without loosing one downhop:
N: 127.0.0.1 portnumber test tv 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

This “trick” works in every CCcam version to date. It has some advanteges (you can control the number of hops you share), but also one very big disadvantage: People can show those card as a local, when it’s actually NOT a local.

This is the preventitive measures:

If your peer who uses that trick got often new cards as local that is one symptom. One way is if he restart his CCcam or update it and you see that his some locals appear later as his other/s card/s, then these later appeared cards is possible showed as local with that trick. And if that peer uses his peers N: lines as his local with that trick then these cards ecm is higher as usual, because the ecm makes 2 connection over the net and it = as u get ecm from hop2.

Please be VERY carefull when handing out N-Lines. Make sure you trust that peer! Keep checking on the forum if those users are not posting in the CCcam Local section, with your card!

Or maybe even better:

“Withdraw all your N lines and use this “trick”, you will be 100% safe YOUR card wont be misused and you have total control.
People who demand N lines, you will be the judge of that if you agree, it’s your card and you decide how you want to share and keep control of it”

Be careful with Those People