Hledat:

Typ: Příspěvky; Uživatel: infi2k; Klíčové slovo(a):

Hledat: Hledání trvalo 0.06 sekund.

  1. Odpověďmi
    11
    Shlédnuto
    14 706

    i just tried this little snippet ;) you're...

    i just tried this little snippet ;)

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



    CNT=`wc -l /tmp/SoftCam.Key | sed -e 's/ //g' -e 's/\/.*//'`
  2. Odpověďmi
    11
    Shlédnuto
    14 706

    or even netcat should work ... echo -e "GET...

    or even netcat should work ...


    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...
Zobrazují se odpovědi 1 až 2 z 2