Zobrazují se odpovědi 1 až 12 z 12

Téma: Automatic Key Loader

  1. #1
    Registrovaný uživatel
    Založen
    01.07.2007
    Příspěvky
    20
    Post Thanks / Like
    Downloads
    0
    Uploads
    0

    Automatic Key Loader

    Hi,

    i've written an external Key Updater vor SF Team Image Addon:
    Have a look: http://rapidshare.com/files/40460160/910key.rar.html


    Greetings X23

  2. #2
    Registrovaný uživatel
    Založen
    30.06.2007
    Příspěvky
    38
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    gute Arbeit!
    Einfach aber effektiv!

    good job!
    simple but effective!
    Naposledy upravil pinhead : 02.07.2007 v 00:01

  3. #3
    Registrovaný uživatel
    Založen
    01.07.2007
    Příspěvky
    20
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Citace Původně odeslal pinhead Zobrazit příspěvek
    gute Arbeit!
    Einfach aber effektiv!
    Thx, pls reply in english.


    There is another possibility to auto update the key file,
    i trayed to use wget but there is no dns, so i tried
    my fli4l router with an cron job i download the key file
    to the root of my http server on my local router.

    Now i can write a script like start.sh with the line
    cd\
    cd /usr/local/keys
    wget http://192.168.6.1/SoftCam.Key

    Thats all i think the best way is a server on the internet
    but http://www.hacksat.org/SoftCam.Key wont work and also
    http://89.149.214.91/SoftCam.Key wont work.

    Can someone host the file on his webserver who is accessible by ip ?


    Greetings X23

  4. Likes cyber_deamon liked this post
  5. #4
    Registrovaný uživatel
    Založen
    01.07.2007
    Příspěvky
    20
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Hi,

    when is it possible to configure any DNS in interfaces ?


    MfG X23

  6. #5
    Registrovaný uživatel
    Založen
    30.06.2007
    Příspěvky
    42
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Citace Původně odeslal x23piracy Zobrazit příspěvek
    Thats all i think the best way is a server on the internet
    but http://www.hacksat.org/SoftCam.Key wont work and also
    http://89.149.214.91/SoftCam.Key wont work.
    I can't test myself now, so dunno if embedded wget has support
    for --header command line option, but you can test that:
    Kód:
    wget --header=Host:www.hacksat.org http://89.149.214.91/SoftCam.Key
    On my linux pc (with full featured wget) it works

  7. #6
    Registrovaný uživatel
    Založen
    03.07.2007
    Příspěvky
    2
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    or even netcat should work ...

    Kód:
    echo -e "GET /SoftCam.Key HTTP/1.1\nHOST:www.hacksat.org\n\n" | nc 89.149.214.91 80 > /tmp/SoftCam.Key
    CNT=`wc -l /tmp/SoftCam.Key`
    MIS=`expr $CNT - 10`
    tail -$MIS /tmp/SoftCam.Key > /where/ever/SoftCam.key
    everything in just a little script, which checks for an modifed softcam.key
    ( HEAD instead a GET with grep on Last-Modified, to avoid unnecessary traffic )
    and your autoupdater ist just working


    greetz

  8. #7
    Registrovaný uživatel
    Založen
    01.07.2007
    Příspěvky
    20
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Citace Původně odeslal infi2k Zobrazit příspěvek
    or even netcat should work ...

    Kód:
    echo -e "GET /SoftCam.Key HTTP/1.1\nHOST:www.hacksat.org\n\n" | nc 89.149.214.91 80 > /tmp/SoftCam.Key
    CNT=`wc -l /tmp/SoftCam.Key`
    MIS=`expr $CNT - 10`
    tail -$MIS /tmp/SoftCam.Key > /where/ever/SoftCam.key
    everything in just a little script, which checks for an modifed softcam.key
    ( HEAD instead a GET with grep on Last-Modified, to avoid unnecessary traffic )
    and your autoupdater ist just working


    greetz

    It won't work for me on my 910


    Greetings X23

  9. #8
    Registrovaný uživatel
    Založen
    03.07.2007
    Příspěvky
    2
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    i just tried this little snippet

    you're right, i've forget to cut out the text-part on wordcount,
    try this one ...


    Kód:
    CNT=`wc -l  /tmp/SoftCam.Key | sed -e 's/ //g' -e 's/\/.*//'`

    greetz

  10. #9
    Registrovaný uživatel
    Založen
    25.05.2007
    Příspěvky
    73
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Hi,

    I opened a new director "keys" in usr/local
    After that, i start the program 910keys, and this is the result:


    I have windwos XP-SP2.
    Please help.
    Nachmany
    Přiložené obrázky Přiložené obrázky
    • Typ souboru: bmp 1.bmp (191.7 KB, 793 zobrazení)
    • Typ souboru: bmp 2.bmp (351.8 KB, 958 zobrazení)

  11. #10
    Registrovaný uživatel
    Založen
    01.07.2007
    Příspěvky
    20
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Citace Původně odeslal Nachmany Zobrazit příspěvek
    Hi,

    I opened a new director "keys" in usr/local
    After that, i start the program 910keys, and this is the result:


    I have windwos XP-SP2.
    Please help.
    Nachmany
    Content of ur loader.ini ?


    Greetings X23

  12. #11
    Registrovaný uživatel
    Založen
    25.05.2007
    Příspěvky
    73
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Hi,

    This is the data in loader.ini :
    192.168.1.25
    21
    root
    kathrein
    0
    SoftCam.Key
    http://www.hacksat.org/SoftCam.Key

    Regards.
    Nachmany

  13. #12
    Registrovaný uživatel Avatar uživatele kathifreak
    Založen
    22.07.2007
    Příspěvky
    8
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Citace Původně odeslal Nachmany Zobrazit příspěvek
    Hi,

    I opened a new director "keys" in usr/local
    After that, i start the program 910keys, and this is the result:


    I have windwos XP-SP2.
    Please help.
    Nachmany
    I had the same problem. Just delet the program and install it again.
    I mean delete the key.exe file and the whole folder where its in then you unpack it again and it should run. That was the way I fixed it, hope it works for you too!

Informace o tématu

Users Browsing this Thread

Toto téma si právě prohlíží 1 uživatelů. (0 registrovaných a 1 anonymních)

Podobná témata

  1. FIRST SF TEAM IMG for KATHREIN !!!
    Založil sath*ck v sekci fóra Kathrein UFS910 - Firmware/Software/Hardware
    Odpověďmi: 201
    Poslední příspěvek: 01.10.2007, 21:39
  2. KEY DIGITAL + on ASTRA + HISPASAT (19° + 30°)_UPDATE ……20/02/2007……..at: 18 H 11’
    Založil lagon 1956 v sekci fóra Ird*** / Bet*Cr*pt / Via****/ S***/ C*n*x
    Odpověďmi: 0
    Poslední příspěvek: 20.02.2007, 21:44
  3. Tps Aes Key 18 07 06----21 07 06 All Key
    Založil satco v sekci fóra Ird*** / Bet*Cr*pt / Via****/ S***/ C*n*x
    Odpověďmi: 0
    Poslední příspěvek: 17.07.2006, 21:59
  4. Seca Klice
    Založil Charlie v sekci fóra Ird*** / Bet*Cr*pt / Via****/ S***/ C*n*x
    Odpověďmi: 6
    Poslední příspěvek: 29.03.2002, 07:39

Štítky pro toto téma

Záložky

Záložky

Pravidla přispívání

  • Nemůžete zakládat nová témata
  • Nemůžete zasílat odpovědi
  • Nemůžete přikládat přílohy
  • You may not edit your posts
  •