Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Stop Your Cards Being Stolen By Oscam Users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Triad
    Experienced Member
    • Jan 2012
    • 422

    Stop Your Cards Being Stolen By Oscam Users

    How to - Stop your cards being stolen by oscam users who are faking
    This is a quick how to for those of you who want to protect your local card after the recent rise of card fakers/stealers. With oscam currently users can take your c line that you have given and put direct to oscam thus bypassing any reshare limits you set. They can then go one step furthur and fake your local with the 256 trick in cccam versions prior to 2.1.4. Nice and easy to use and just some settings to add.

    Anticascading.

    So if you have a peer who is doing re-sharing/faking do the following:

    In your oscam config directory create a file oscam.ac and put in it:

    Code:
        #
        # anti-cascading table
        #
        # format: <CAID>:<provider ID>=<seconds>

    here is an example for sly italia . note the format as above
    Code:
        093B:000000 = 9
        *=15
    next

    In your oscam.conf add following:
    Code:
        [anticasc]
        enabled = 1
        numusers = 1
        sampletime = 2
        samples = 5
        penalty = 0
        aclogfile = /var/log/oscam_ac.log
        denysamples = 9
        fakedelay = 1000
    In oscam.user, for each guilty user add:
    Code:
    penalty = 1
    This will work as follows:

    Oscam will sample every user for ecm requests for 15 minutes. If a bad, bad guy exceeds the limit oscam will send a fake cw for the next 9 samples. If in userfile you do penalty = 0 the user will not be punished but it will be logged in aclog file. Do not go too tight with the settings as people chnge channels and create additional ecm requests.
    Above settings works a treat.
  • mirny
    Experienced Board Member
    • Nov 2011
    • 707

    #2
    Re: Stop Your Cards Being Stolen By Oscam Users

    in Cccam 2.1.4 plugin, (Not Oscam->cccam 2.1.4. protocol)
    there is faking also possible with 256 trick
    when you add this, the line is showed like hop0 - local card, wich is fake aswell.
    HD-BOX FS-9200,SkyStar HD2 USB CI, Skystar2 90Fe Motor, 85Al Multifeed

    If you like my post, or was helpful, don't be shy and press the Thanks Button.

    Comment

    Working...