Slashdot Mirror


When Good Spammers Go Bad

pfleming writes "According to this blog article on BadTux by Eric Green, the constant harrassment of spammers has a price. You get a Cease and Desist letter- or more correctly, your ISP gets a C/D letter. But, if you're a hard core geek you just might get your site more notice as it gets mirrored out onto sympathetic hosts. Also mirrored in other locations."

71 of 305 comments (clear)

  1. It was going ok. by rf0 · · Score: 5, Insightful

    I was impressed with the article until I got to the comment "I mean, what do I care about what Windows losers get scammed out of?". Now I like Linux much as the next geek but thats just going to aliante people.

    M$ might be a monopoly but at least they have bought some form of consistency

    Rus

    1. Re:It was going ok. by IIRCAFAIKIANAL · · Score: 5, Insightful

      No doubt. Calling someone a loser because of what O/S they are running automatically *makes the caller* the loser. Thankfully I've never met anyone like that in the flesh - just on the wild expanses of the Internet. Everybody I've ever met runs whatever O/S they need to do the job, whether it's Linux, Windows, BSD, or whatever.

      That kind of shit is what makes Linux advocates all look insane and results in me having to explain that, no, not all Linux users are short-sighted, socially-inept zealots every time I bring Linux up at work. It's a lot easier to sell Linux to people without the idiotic pomposity.

      --
      Robots are everywhere, and they eat old people's medicine for fuel.
    2. Re:It was going ok. by interiot · · Score: 4, Informative
      That was a bit of hyperbole. I don't think he would have spent time collecting all this info and putting up various mirrors if he didn't want the truth to get out and save people $100.

      Here's most of the paragraph that you quoted from

      • I offered to take down evidence-eliminator-sucks.com for free. All they had to do was take all mention of me off their site. I mean, what do I care about what Windows losers get scammed out of? But no, they had to go off and hire a solicitor to spew out a cart00ney, and now it's too late for that: the site is now hosted on several servers scattered around the Internet, and I couldn't make the site go away now even if I wanted to.
      What he's refering to is this page on evidence eliminator's page that twists the truth a lot about Eric Green.

      Anyway, if he wanted to be more accurate, he probably would have said "I care a great deal about evidence-eliminator removing untruths on their website about me, more than I necessarily care about getting the truth out."

    3. Re:It was going ok. by ameoba · · Score: 4, Interesting

      my god. I can't believe that any real business would be so fucking childish as to post the picture, name & address of their detractors. that right there, regardless of any of the other stuff surrounding it, is enough to put them on my shitlist.

      --
      my sig's at the bottom of the page.
    4. Re:It was going ok. by Eric+Green · · Score: 4, Insightful

      You're right, that was a bit over the top, and I'll take it out once I get the site back up (it's currently somewhat slashdotted -- GeekCode isn't exactly the fastest blogging software out there!).

      --
      Send mail here if you want to reach me.
    5. Re:It was going ok. by Rogerborg · · Score: 4, Funny

      Heck, if you're going to do that, just put up some pictures of your cats or something. It's Slashdot, it's not as though anyone's going to actually read the article before spouting off, we'll just skim it for mentions of Microsoft, Lunix and DMCA, then roll out the standard flames.

      --
      If you were blocking sigs, you wouldn't have to read this.
    6. Re:It was going ok. by JesterXXV · · Score: 5, Insightful
      Wow...IANAL, but this seems like outright libel to me. Sounds like he could sue them.

      libel n.
      a. A false publication, as in writing, print, signs, or pictures, that damages a person's reputation.
      b. The act of presenting such material to the public.

      --
      Yo mama so fake, she failed the Turing Test.
  2. Re:better mirror that geocities page by maroberts · · Score: 5, Funny

    Just failed to access his site. Lawyers may fail to shut it down, but slashdot can do it in seconds! :-)

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  3. Re:better mirror that geocities page by Yarn · · Score: 3, Informative

    How much is the hourly cap? I have mirrored it, although the formatting of the rant is pretty dire
    http://blue.doosh.net/~yarn/elgreen.html.gz[4k]

    --
    -Yarn - Rio Karma: Excellent
  4. With great power comes... by xThinkx · · Score: 5, Insightful

    ... You know the rest of it. Just as comic book characters have such a code, it would appear that computer geeks need one too.

    It's obvious that the folks at evidence eliminator know a good bit about tech, and not enough about morality. A lot of other fine folks who run legit/non-shady companies have the same knowledge but don't use it to trick consumers into using their products (probably because they actually make something useful). Just because you have the power to do something doesn't mean you should use it. Imagine if the loyal slashdot crowd were to use our collective resources to advertise any one issue or cause.....

    --
    Let's get one thing perfectly clear, I did not vote for George W Bush, and I do not endorse what he does or says.
    "
  5. Good spammers? by Anonymous Coward · · Score: 2, Funny
    You can find them with Santa Claus and the Easter Bunny.

    Damn, the trolls are busy this morning.

  6. The irony wasn't lost on me by footnmouth · · Score: 3, Funny

    That this page generated a pop-up ad for Window Washer.

    --
    -- For evil to triumph it is enough that good men do nothing.
  7. Lies! by Baloo+Ursidae · · Score: 5, Insightful

    When good spammers go bad? Isn't that kind of pretentious thinking there are good spammers?

    --
    Help us build a better map!
    1. Re:Lies! by devnullkac · · Score: 4, Funny

      To paraphrase Starship Troopers:

      The only good spammer is a dead spammer.
      --
      What do you mean they cut the power? How can they cut the power, man? They're animals!
  8. My own list of spammers... by vandan · · Score: 5, Informative

    I've got a file with ip addresses of spammers who've pissed me off enough to blacklist them. It's available at http://enthalpy.homelinux.org/spammers.txt.

    I use the following script:

    for I in `cat /etc/firewall/spammers.txt`
    do
    echo Blacklisting Spammer: $I/23
    iptables -A INPUT -s $I/23 -j REJECT
    done

    to blacklist them.

    I personally guanantee that all the addresses in this list have spammed me. If you don't believe / trust me, fine - don't use it. I use it on a production server and have never had any complaints...

    By the way, the /23 in the iptables might be too 'clumsy' for some. You can use /24 which blocks a smaller group of computers around the ip address in the list. /23 works fine for us.

    The list is 98% asian dsl accounts.

    Also, for an alternative solution, try this:

    smbclient -L $IP_ADDRESS

    where $IP_ADDRESS is the address of the computer that spammed you.

    If you're in luck, you'll find yourself connecting to a Windows computer. It'll ask you for a password. Hit enter. If you're still in luck, it will list the available shares, and a list of server names. Pick a server name. If there are more than one, try each one ;)

    Now, download and compile 'smbdie'. Search for it on google. Run:

    smbdie -i $IP_ADDRESS -p 139 -t $SERVER_NAME

    where $SERVER_NAME is the server name you just picked from smbclient's output ( above ). If you are still in luck, you will have rebooted the spammer's computer ( it blue-screens ), and maybe even caused some data loss.

    Really don't like them? Add the smbdie command to a cron job. I've found most spammers have fixed ip addresses, and they become available to reboot again withing approximately 2-3 minutes.

    Enjoy!

    1. Re:My own list of spammers... by alienw · · Score: 5, Informative

      You do realize that this is illegal and you can be prosecuted?

    2. Re:My own list of spammers... by vandan · · Score: 2, Interesting

      They can bite me.
      I've got logs to show that they spammed me.
      If they take me to court, I'll counter-sue for double the amount they're claiming, consisting of:

      a) Trespassing on private property
      b) Bandwidth
      c) Harassment and mental anguish

      I'll also punch them in the face on the way out of court.

    3. Re:My own list of spammers... by Anonymous Coward · · Score: 5, Insightful

      Except they may not be the spammers but users whose systems were abused by spammers or users who inherited the IP address of a spammer. There is absolutely no excuse for striking back against computers on the other side of the world. You can ignore them, no questions asked, but if you have to cause them harm, do it through their upstream provider. They know the situation and can deal with the problem in a civilized manner. Most ISPs will warn YOU and then terminate YOUR account if they become aware of your vigilante "justice".

    4. Re:My own list of spammers... by Elyas · · Score: 2, Interesting

      Please bear in mind, the server you are killing is not "the spammers" computer, it's a computer that spammer has compromised.

      You are actually rebooting some poor schmuck who used to have a "slow" computer, and now has one that doesn' work right.

      Check to see what netblock the dsl line is in and let the provider know instead.

    5. Re:My own list of spammers... by Anonymous Coward · · Score: 2, Insightful

      Asian ISPs don't give a shit what their customers do-- why do you think so much spam comes from there, fool?

      Vigilante justice is the way to go with them.

    6. Re:My own list of spammers... by vandan · · Score: 3, Interesting

      Not really.
      Look at it like this.

      We are a private company and we have a mail server.
      We refuse to accept ANY incoming connections from networks that have had spammers on them at one point. What is anyone going to do to stop us from firewalling them?

      It's like saying that someone's going to sue me for putting my hands over my ears when I hear them talking about how good George fucking Bush is. I know they're wrong. I'm sick of hearing about him. I refuse to listen further.

      As for posting the list, I am not forcing anyone to use it. I'm simply stating a fact: these addresses spammed us, and that you can use the script provided to blacklist the networks involved. If people download it and use it, that's not my problem.

      It's like me saying that Nike products are made in sweat shops and people should buy them because they are supporting a company that believes in slave labour. I'm only stating facts. If people stop buying Nike products because of what I've said, then surely Nike is the cause of that, and not me - I'm only spreading facts.

      As for the 'innocent' personal on a network that has had a spammer on it and is now blacklisted ... yeah that can happen. It doesn't really concern me. If people use the ip list I provided, then they do so with the knowledge that this is not a science, but an art - just like the rest of fighting spam. People using it also know ( as has been pointed out by me and several others now ) that nothing of worth comes out of Korean / Taiwanese / Chinese computers. It's quite common practice for people to blacklist the Asia / Pacific completely to rid themselves of Asian script kiddies, spammers, and other arse-wipes.

      As for there being 'absolutely no excuse for striking back against computers on the other side of the world' ... yeah I agree with you, apart from if they started it :)

    7. Re:My own list of spammers... by Artifex · · Score: 2, Insightful

      Blocking pseudorandom DSL IPs is about as (in)effective an antispam measure as nuking the machines. You just want to vent your anger.


      It's his network, he can do what he wants inside it, constrained only by whether he's providing transit for anyone else who may take issue with it.

      His list falls under the category of advice garnered from personal experience - it may not work for you, it may be biased, but it seemed to work for him and it's offered for free.

      Blocking Asian IP blocks in particular is a great way to pressure their ISPs. They face a huge crunch in IP availability right now, and unless a lot of space gets reallocated, they will be hurting for IPs until IPv6. Asian ISPs will figure out soon enough that they have to start paying attention to spam complaints, or face their routability for their good customers going away.

      The internet routes around damage. Spammers are diminishing the common medium at least as much as packet loss. Route around them!

      --
      Get off my launchpad!
    8. Re:My own list of spammers... by jmorris42 · · Score: 4, Insightful

      > Check to see what netblock the dsl line is in and let the provider
      > know instead.

      Report a SPAM incident to an asian ISP? Are you new here? They just don't give a shit.

      --
      Democrat delenda est
    9. Re:My own list of spammers... by theLOUDroom · · Score: 4, Insightful

      You do realize that this is illegal and you can be prosecuted?

      First off: It is possibly illegal.

      Are you familiar with the computer crime laws in most Asian countries? Do they exist? Do you know if they protect computers with no passwords? Many computer crime laws offer very little protection for computers on public networks, if the owner doesn't bother to protect them himself.

      Second: Most spam is blatantly fraudulent. Let say I'm getting 419 scam emails from somewhere actually inside the US. The second they file a complaint against me, I can go after them for fraud. Put simply: Spammers don't want you to know who they are. They can't file a complaint, our you could go after them for fraud.

      Third: How is someone in Singapore going to prosecute him? Is the US going to extradite him for crashing a computer that was sending fraudulent email to the US? Or are they going to say: "Hey why don't you come set foot on US soil and then we'll talk about it?"

      Fourth: Let's say this computer does belong to an "innocent" (read negligent) bystander. Crashing his computer might actually get him to fix the problem/alert him that someone else is controlling it.


      This isn't something I'd be likely to do myself, but I'm not going to start yelling "Hey, that's illegal!" without thinking about it. Morally, I don't see very much wrong with what he's doing. Legally, he's on shaky ground, but he could, possibly be in the clear.

      --
      Life is too short to proofread.
    10. Re:My own list of spammers... by Anonym1ty · · Score: 2, Insightful

      It might also reboot a critical system belonging to a small business in a much harsher world than you or I will ever visit, and destroy a family's livelihood as a result.

      I've thought about it and I don't buy your argument. Considering the Wild West attitude of the way things currently are on the internet, I'm sorry but I think Vigilante Justice is not only warrented it's also needed.

      You can yell and screem about it all you want, but your argument does not mesh with the way the world is now.

      In a world where every criminal has guns, you don't take guns away from the law abiding citizens -else you end up with dead citizens and warlaords over throwing your government. - same is true for the internet.

      ...And besides "everybody hates America" is a crock. Those who hate America, hate it because it's so great and usually right.

      In this case the vigilanteism you are so afraid of may be the only means to get countries to enact the very laws you advocate. Think about it! If there's no reason for these countries to enact these laws, why will they?

      Becareful what you wish for, you're probably going to get it! How would you like to be torn out of your home country and sued by an international organization which holds different values and morals than you? For an infringement that neither you, your government or most sane governments would call an offense? -- They've put Syria on the UN human rights panel That ought to put some fear in you.

      People with mission critical systems that could wipe out their finances should not put them on the internet. People are stupid and those who do things like that do get what they get. Yes it is sad and unfortunate, but so is loosing all of your money you had in cash stuck under your mattress whne your house burns down.

  9. Immaturity in the OSS community? by JZ_Tonka · · Score: 3, Funny

    You're new here, right?

  10. The law is an ass by Jardel · · Score: 5, Insightful

    That can work for either party, there's nothing new about people filing law suits in order to prevent someone from doing the right thing. It is important to remember however when dealing with such assholes that a letter from a lawyer is not as intimidating and many people think. Lawyers write letters which have little or not legal value all the time, I've received some myself when my old landlord and his wife got divorced and were fighting over who was the landowner. The letter itself wasn't worth the paper it was printed on, but it did have an official legal letterhead. Always make sure you know your legal rights and never trust the other guy's lawyer to tell them to you.

    1. Re:The law is an ass by 49152 · · Score: 2, Insightful

      Very true.

      However they might take you to court even if they have a weak case and it might cost you a lot of money to win the case. Perhaps money you dont have.

      There is lot of examples of ordinary people folding very quickly when getting a cease or desist letter from an corporate lawyer just because defending yourself in a court of law can be very expensive even if you win.

  11. When what now? by Jonsey · · Score: 5, Funny

    When good Spammers go bad?

    Logically, the only good spammer, is a dead spammer.

    Therefore, all good spammers are past their experation date already.

    So logically, all good spammers must be bad. :: Jonsey's Head Explodes ::

    --
    I assert that my comment is only my opinion, not that of any employer, past, present or future.
    1. Re:When what now? by Zeebs · · Score: 3, Funny

      Well, if the only good spammer is a dead spammer, and good spammers can go bad, then there must be Zombie spammers, an army of Zombie spammers, sending us e-mail about viagra for the undead, how to get your fangs the whitest, and an invitation to meet up with that sexy zombie in cuba!

      /me runs in terror!

      --

      Happy Noodle Boy says "F###ing doughnut! Mock me? You fried cyclops!!"
  12. When Good Spammers Go Bad by wfberg · · Score: 2, Redundant

    The only good spammer is a dead spammer. Are we talking zombies here?

    --
    SCO employee? Check out the bounty
  13. Re:better mirror that geocities page by Harlockjds · · Score: 2, Funny

    having the main mirror of a slashdoted webpage hosted on a free geocities page = Bad idea.

  14. Kind of on topic by 0x7F · · Score: 4, Interesting
    I got this little gem in the mail this morning.

    Date: Mon, 21 Jul 2003 04:59:32 +0000 (GMT)
    Subject: Pussy-Hunter.net was hacked

    I know they probably logged my IP, but I dont care, because I think it is wrong of them to steal my email address and send me porn adds, I recommend that you cancel any subscriptions with them immediately. The reason you are receiving this message is because im using Pussy-Hunter.net's own tool that they use to send emails to thousands and thousands of people. They have lists of stolen and random generated email addresses. If you dont beleive me just goto www.pussy-hunter.net/cgi-bin/ and look through the files.
    1. Re:Kind of on topic by YetAnotherDave · · Score: 2, Informative

      2 thoughts:

      1) don't let your browser report your real email address (if you're on windows, this may require using a non-IE browser)

      2) Spamassassin is your friend...

  15. When Good Stories Go Down by vaderhelmet · · Score: 5, Funny

    from the whip-lash-from-slashdot dept.
    vaderhelmet writes "According to this server error on BadTux by the webserver, the constant loading of pages has a price. You get a 425 error- or more correctly, you cannot connect to the host. But, if you're a hard core geek you just might get your site more notice as it gets mirrored out onto sympathetic hosts. Also slashdotted in other locations."

    1. Re: when good stories go down by Eric+Green · · Score: 3, Informative

      Yep, I have a fairly low user number here :-). The blog is still down, but I retrieved the story and posted it as a static page at the URL in question. No more Slashdot Effect. I didn't realize that my poor Celeron 800 with a whole 64mb of RAM couldn't keep up with a 512kbit DSL line when serving dynamically-generated pages, but it's having no problems handling the load with a simple static page.

      --
      Send mail here if you want to reach me.
    2. Re: when good stories go down by Eric+Green · · Score: 4, Interesting

      Well, when I staggered to my laptop at 5:45am this morning, immediately after putting on the coffee, and I couldn't read my EMAIL (which resides on the same server)... it took me about 5 minutes to reboot the server, watch it start all up again, killall httpd, read the server logs, and note where all the referers were coming from :-) Then I just set up the vhost to point to another directory (with the 'slashdotted!' in it), and set to retrieving the actual article of interest.

      --
      Send mail here if you want to reach me.
  16. Am I the only one who found this post confusing? by lazyl · · Score: 2

    the constant harrassment of spammers has a price

    Huh? Who's harrassing spammers?

    You get a Cease and Desist letter- or more correctly, your ISP gets a C/D letter

    Who gets a letter? The person harassing the spammer? I'm still confused.

    But, if you're a hard core geek you just might get your site more notice as it gets mirrored out onto sympathetic hosts.

    You'll get your site mirrored? Is that some sort or reward for harrassing the spammers? And what does being a "hard core geek" have to do with anything?

    --
    Aw crap, ninjas!
  17. site text by Anonymous Coward · · Score: 4, Informative

    Mirrored from news.badtux.net
    Eric Green doesn't use Windows very much. A long-time Linux user and advocate since 1995, Windows software interests him about as much as, say, the price of pork bellies on the Chicago futures market. So why is the publisher of a much-spammed Windows software product trying to shut him down? Welcome to the wild and whacky story of the strangest bunch of spammer scammers on the Internet: those whacky folks at Robin Hood Software whose overpriced "Evidence Eliminator" software is spammed on every Internet forum on a regular basis. This is a tale of spammers and spam, and an unlikely spam fighter who has learned that spammers suck even worse than most people think. And in the end, it's the story of how spam fighters around the globe support each other when the spammers decide to go after their critics and detractors. It all started back in June 2000. At the time, I was researching encryption algorithms for use in a new software product. There was this product called 'Evidence Eliminator', produced by a company named 'Robin Hood Software', being hyped on the sci.crypt and alt.privacy newsgroups. Curious, I went to the web site of the publisher of the software. After being subjected to flash animation, popups threatening me with jail if I didn't buy Evidence Eliminator, and no way to contact the makers of the product other than a web form, I decided: "These people aren't credible." And said so. From my work account. Big mistake. I didn't realize I was dealing with spammers. I thought they'd be interested in seeing what an industry veteran thought. But there was no response to my message on the sci.crypt newsgroup. As far as I was concerned, that was the end of it. I went on with his life. But Andy Churchill, one of the principals of Robin Hood Software, wasn't so eager to let go. Imagine my surprise when, in early 2001, I ran a Google search for my name and discovered that I was part of a vast conspiracy by some strange New World Order collection of villains to destroy the makers of "the best security product on the market"! Naturally I wasn't happy. And as someone who isn't shy about expressing his opinion, I expressed it, sending EMAIL to Robin Hood Software demanding that they remove any mention of me from their site. Andy Churchill of Robin Hood Software iadmits to have received that EMAIL, but says, "we deleted it". There was no response from Robin Hood Software. So I did what comes naturally to any Linux geek: I put up a web page. Which Robin Hood Software swiftly (and in violation of my copyright) duplicated on their own web site, with "False." (no explanation) beside each of my points as to why you shouldn't buy their software. And as time went by and, thanks to the readers of my site, I accumulated more and more evidence about Robin Hood Software's activities, including evidence that they were behind the "push ICQ" spamming of their product (an EMAIL to their affiliates urging them to do that kind of spamming), Robin Hood Software's web site became yet more lurid, even to the point of duplicating a copyrighted gag photo (cropping out Agent Binks) on their own web site. These people don't appear to be too stable -- definite candidates for the aluminum foil beanie award. In early 2002 I purchased the domain name 'evidence-eliminator-sucks.com', and did a major overhaul of the web site to try to organize the by-then large amount of information that I'd accumulated about Robin Hood Software and its activities. By that time it was clear that these weren't nice people. Deceptive claims in their advertising, huge amounts of spam originating from their affiliates, ia browser hijack virus that hijacks people's web browsers and redirects them to the Evidence Eliminator home page, and their continued attempts to disparage their critics and competitors on their aptly-named Dis-Information page pretty much are a Major Clue. I also launched the "Evidence Eliminator Sucks Conspiracy" -- both a statement on what I feels is Robin Hood Software's paranoia in their rantings about a "vast conspiracy" out

    1. Re:site text by dasmegabyte · · Score: 2, Insightful

      WTF is this, "uninterested in Windows" bullshit? Software is what computer users are most interested in, or should be. And an OS is just a platform to run it on. So how can a person become "uninterested" in software, just because it's right now only working on a different platform?

      Take this out a level. An internet service provider is just a platform for going online. But we aren't "uninterested" in other providers. Hell no -- we all get super excited every time a new option comes to our area. Hell, I'm on a waiting list with three DSL providers that will NEVER come to my area. Because I'm interested, even if I can't or don't use the provider. It represents an option and as a guy striving to be Informed, I wanna know.

      If new software comes out, and it's windows only, Linux geeks EVERYWHERE ask "when is it coming to Linux?" Because they are INTERESTED. They may not install a new OS, but they're definitely intrigued. And if it never comes out, you can guarantee somebody will try and clone the functionality of it. Linux people are SO interested in some pieces of Windows software that they will spend THOUSANDS of man hours making Linux work similarly.

      And this guy most certainly is not "uninterested" in the product in question. He emailed the president, put up a web page, and fought them tooth and nail. That's not ennui. That's PASSION. Perhaps this should have read "Eric Green is so PASSIONATELY AGAINST Windows software that he considers the mere mention of it to be an affront to his personal philosophy, and will take every action possible to prevent its discussion in his presence."

      I mean, geez. I'm uninterested in the stock market, but I don't feel the need to berate penny stock spammers. I just delete their messages.

      --
      Hey freaks: now you're ju
  18. Errr, Like Linux? by Myriad · · Score: 4, Funny
    Imagine if the loyal slashdot crowd were to use our collective resources to advertise any one issue or cause.....

    Erm, you mean like Microsoft Bad, Linux Good?

    Blockwars: multiplayer and it's free!

    --
    "They do not preach that their god will rouse them, a little before the Nuts work loose." Kipling, 'The Sons of Martha'
  19. Wouldn't it be nice... by Dark+Lord+Seth · · Score: 5, Funny

    ... if someone wrote a nice piece of mass mailing software that would be free, look great, run fast, spam people like there's no tomorrow and available under a "free but get your paws of my source code" license? I mean, we don't want the spammers to be able to realize that their latest toy doesn't actually send anything and has more backdoors then a Win95 alpha version, now do we? And it automagically has to hook up to a webcam if available, so we can have a laugh as a spammer realizes all his computers are now hosting illegal crap like Britney/Nsync/Linkin Park MP3s, various bad Disney animations as MPGs and files like "SCO_Unixware_kernel.tar.gz" while a RIAA/MPAA APC drives his/her front window!

    Bonus points if said program makes a AYB quote the moment the spammer is sued into the nine hells themselves!

  20. K5 by Malc · · Score: 4, Informative

    How funny! I just discovered and read a story on Kuro5hin about this, written by Mr. Green himself.

  21. Re:better mirror that geocities page by reynaert · · Score: 3, Informative

    He posted the article to Kuro5hin too. You can find it here.

  22. new error page by rutledjw · · Score: 5, Funny
    The page officially says:

    "Slashdotted!

    Not available at the moment due to the Slashdot Effect. Will be back shortly as a (much faster) static page. Thank you for your patience."

    So should this be a new error message? I'm thinking 501 - Slashdot...

    --

    Computer Science is Applied Philosophy
  23. Great idea!!! Except.... by HedsSpaz · · Score: 3, Insightful

    You aren't actually crashing the "spammer's" box. You're crashing the box of some poor sucker who doesn't know enough to that he should have a firewall (software or hardware), between his computer and his cable/dsl modem. Meanwhile, the spammer just moves on to another of his pool of tens of thousands of broadband IP's which have computers attached to them EXACTLY THE SAME WAY.

    So congratualtions, you have successfully made some poor guy's day miserable because his box keeps rebooting and he hasn't an fscking clue why, and you have done exactly nothing to hinder the spammers. Keep up the great work!

  24. When good Spammers go bad? by st0rmshad0w · · Score: 3, Funny

    ...Birth?

  25. Wrong! by lysium · · Score: 3, Funny
    "Words do not a guilty man make."
    --NJ state court judge, on acquitting Allen Ginsburg of smoking pot in a newspaper quote.

    On that note, I shot five people last night. Sorry to everyone affected.

    ---------

    --
    Together, we will drive the rats from the tundra.
  26. Re:Open source? by tomstdenis · · Score: 2, Informative

    I know you're a troll but for the benefit of other people here...

    hdparm is your friend. Make sure you enable udma transfers. E.g.

    hdparm -d1 -X udma6 /dev/hda

    You can do this for your other drives/cdrom/etc.

    For example, without udma I can only burn cd's at around 12x and it uses all of the cpu time. With it on I can burn cd's at 30x and the cpu is virtually 99% free.

    In short, configure your computer properly. Even in older windows you had to enable DMA for DVD roms and such.

    Tom

    --
    Someday, I'll have a real sig.
  27. Re:Open source? by tomstdenis · · Score: 2, Insightful

    For most systems in Linux I've seen the default is to be running in PIO mode for all drives. I had to write a startup script to hdparm my drives [not too hard].

    maybe someone should mod the ide/ata drivers to check if udma is available at boot time and enable it? Then put that in 2.4.22. Ya... that would be good...

    Tom

    --
    Someday, I'll have a real sig.
  28. Sales and Marketting by Sabalon · · Score: 5, Interesting

    I got a call from some sales guy from some company once. I was busy, so I told him to send me some literature. Got it, looked at it, wasn't interested, so pitched it.

    Apparently the sales guy thought that by sending me junk, he now has the right to call me whenever. First time I told him I wasn't interested, second and third times I added not to call me back. Fourth time I laid into him - he called by bosses number. Fifth time I did some research and sent his boss and a few other high-up's in the company an e-mail explaining how I had nicely asked to stop being bothered by the company and that they have now left a very bad impression, and that I talk with lot of other people that they may want to deal with, and am not afraid of sharing my opinion of a company if asked.

    The VP of the company sent me an e-mail back saying (THE SALES GUY) IS DOING A GOOD JOB GETTING THE NAME OUT THERE SO BUY SOME PRODUCTS FROM US. (no lie - all caps).

    Upshot is I've not been called anymore.

    I look at it like X-10 - they've made some good products, but as soon as marketting/sales starts to lead, even the best company can get dragged downhill.

  29. This is disappointing by UnknowingFool · · Score: 2, Funny

    Imagine my dissappointment when I went to the site and there was no video! It was all text. I at least expected grainy video of a street brawl between two nerds: glasses and calculators flying.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  30. Re:At least they take their Slashdotting in style. by Eric+Green · · Score: 3, Informative

    Well, it wasn't as if I was planning for my *blog* to get slashdotted. But once I realized what was happening (i.e., why my web server's hard drive light was on solid!), it wasn't a big deal. After all, I already knew that GeekCode was slow as a slug, the only reason I used it was because it was the easiest of the PHP-based weblogs for me to modify, and my blog has never gotten more than a few thousand hits a day so the speed didn't matter. But if everybody's coming there for one article... (shrug) serve it to them statically. My web server (which is running FreeBSD, BTW, not Linux) is now quite happy.

    --
    Send mail here if you want to reach me.
  31. Welcome to the WWWF by heironymouscoward · · Score: 2, Funny

    In the blue corner we have a web site that appears to sell something of use only to crooks and pedophiles. "Evidence Eliminator" sounds about as decent as "Sperm Washer" or "Easy Hotwire".
    In the red corner we have a shrill and somewhat incoherent geek with time to waste (and apparently more interested in getting even than getting a job).
    Both parties tend to long self-justified rants. We feel sympathy for the red corner because he seems to be motivated by morals rather than money. But wait... he just wants his reputation restored, does not care whether people are ripped off by the product.
    The blue corner are obviously the Bad Boys, the tag team of hate. They like shouting at the crowd more than actually getting down to business. We don't know quite what they're shouting about, but frankly, we can't wait for Red Boy to jump into the ring and smash their stupid heads against the ropes.
    Only Red Boy seems to lying unconscious on the floor... it's a Knock Out!!! The Slashdot crowd - all ten million of them - have jumped into the ring and are smashing the ref, the Tag Team of Hate, and Red Boy with anything they can get hold of: chairs, empty drink cans,...
    Later, order returns to the scene. The ref announces a draw, and everyone asks "what the heck was that about?" No-one seems to know, but one of the bikini-clad girls holding the score signs thinks that whatever it was, it wasn't worth breaking a nail over. She looks at her hand glumly.
    I mean... Jesus!!

    --
    Ceci n'est pas une signature
  32. Better iptables use... by ErikTheRed · · Score: 4, Interesting

    Great idea, however, if you really want to fuck with them (at least in a legal way), use -j DROP rather than -j REJECT. This should make their system wait for a timeout and thus tie up their spamming engine a bit (well, at least one thread of it)... See this article for more information.

    --

    Help save the critically endangered Blue Iguana
  33. Sick MS on them by giminy · · Score: 2

    Look at their website. Their logo is two lowercase e's, entirely too similiar to the Internet Explorer logo. I wonder what microsoft legal would say?

    --
    The Right Reverend K. Reid Wightman,
  34. Re:My own list of spammers... [opt-out] by pigscanfly.ca · · Score: 3, Funny

    I prefer to think of it as "opt-out" . If they negletected to mention an optout link (or it doesnt work) you reboot there computer untill the mailing list is corrupted and your e-mail address is removed .

  35. And this differs from the RIAA how? by caveat · · Score: 2, Insightful

    Ohhh, I get it, if it's a ./'er doing it to a spammer, it's not just OK, it's great and laudable and perfectly ethical, but if it's the RIAA doing it to a ./'er it's the worst action since the Holocaust and a huge breah of all we hold moral and proper. You people scare me sometimes.

    --

    Facts do not cease to exist because they are ignored. - Aldous Huxley
  36. me too by Maimun · · Score: 2, Funny
    So, did go to their site. Thousands of times. Not with my browser, of course, but with

    while [ 1 ]
    do
    wget --user-agent='SpammerFucker' -O - "$1" > /dev/null 2>& 1
    done

    with the spammer's URL as paramater.

  37. Scientologists! by AGTiny · · Score: 2

    Is it just me, or does the EE "dis-information" page remind anyone of the same kind of tactics Scientology uses when writing about its critics?

  38. Re:K5, there: Comments by Snooweatinganima · · Score: 2, Insightful

    Well, has anyone actually read the comments on K5? I admit it left my eyes open in a bewildered gaze to see that nearly all of them were actually bashing Mr. Green for what he has done. Are K5 users even more nuts that your average /. Troll? Can't they stand a statement like "windows losers" anymore?

  39. already taken by cliveholloway · · Score: 5, Funny
    a geek who doesn't know his http response codes. Tch Tch

    500 Internal Server Error
    501 Not Implemented
    502 Bad Gateway
    503 Service Unavailable
    504 Gateway Timeout
    505 HTTP Version not supported

    You'd have to start at at least 506 - but then that might be used by later http implementations

    better to just add a new block of response codes:

    600 Server Slashdotted
    601 Databaser fried
    602 Redirect to Google Cache
    603 Redirect to Goatse.cx
    604 Random error from 4xx/5xx code
    605 Cowboy Neal

    Or just use the HTTP response that I seem to get a lot when viewing slashdot:

    417 Expectation Failed

    .02

    cLive ;-)

    --
    -- Trinity in high heels carrying a whip: The donimatrix - there is no spoonerism
    1. Re:already taken by tiny69 · · Score: 2, Interesting
      600 Server Slashdotted 601 Databaser fried 602 Redirect to Google Cache 603 Redirect to Goatse.cx 604 Random error from 4xx/5xx code 605 Cowboy Neal
      You have a great idea for next year's April Fool's RFC.
      --
      Go not unto/. for advice, for you will be told both yea and nay (but have nothing to do with the question)
  40. Their product by Eric+Green · · Score: 4, Informative
    I've seen their product reviewed by someone in the security community who I respect. He reports that it's a bit slow and bloated (being Visual BASIC), but does appear to erase files (doh! Like you said, it don't take a genuis!). The only real complaint he had was that the user interface was somewhat non-intuitive -- it was easy to set up the program so it'd erase critical system files and make your system unbootable, for example.

    As for their ethics, yes, their ethics suck. Their advertising says you'll go to jail if you don't use their product, they have popup scare ads that display your hard drive (if you're using Windows) and says that they're looking at your hard drive and you better buy their software or all those porn gifs will get you thrown in jail (it's a simple btw, with C:\ as the source -- i.e., it's just displaying your hard drive to yourself), and then of course there is the virus that their affiliates are sending around to hijack people's web browsers and point it back to the Evidence Eliminator site, and ... well. I think you're getting the picture now. These are not Nice Folks. And if we can trace that virus back to their offices, they will be wearing stripes soon.

    --
    Send mail here if you want to reach me.
  41. Fear Mongering Jerks by jeffclough · · Score: 2, Informative

    Here's all you have to see to know what type of people these folks are, if they're still allowing links from slashdot. I could hit this page from my grandmother's PC and it would present me with the same sort of rhetoric. If they're rejecting links from slashdot, open a new browser window and go to http://www.evidence-eliminator.com/go.shtml to see the scare tactics these guys use to drum up business.

    --
    -- Jeff Clough, Humble Programmer
  42. It's more of a UK problem by Animats · · Score: 3, Informative
    The UK doesn't have a First Amendment. Libel laws override freedom of expression. Thus, UK-based criticism sites are vulnerable to libel claims. In the UK, you can be required to prove the truth of any negative statement you make about a person or company. This has come up in some famous consumerism cases, most notably one involving McDonalds, the fast food operation.

    US law is much less restrictive. The First Amendment is held to encourage "robust debate", even if some the statements aren't entirely correct.

  43. The McDonalds case / UK defamation law by Anonymous+Brave+Guy · · Score: 3, Interesting
    This has come up in some famous consumerism cases, most notably one involving McDonalds, the fast food operation.

    Ah, yes, that one. People were standing around outsides McDonalds restaurants giving out flyers that accused them of various unfortunate things. If memory serves, they took the flyer producers to court on defamation grounds, and successfully rebutted a couple of the points, notably including the fact that their food was found to be nutritious by the court. A few days later, the flyers were back, with the claims the court found against removed, and a big banner over the rest basically saying "PROVEN IN COURT!".

    If ever there were an own goal in a legal case, that was probably it. Anyone have a link to detailed info any more? Makes fun reading if you've got a few minutes to kill. :-)

    Incidentally, there is some legal protection for freedom of expression in the UK, including under the ECHR if memory serves. However, what's wrong with defamation law overriding freedom of expression? You want to be able to say anything you like with impunity, even if it's wrong and damaging to someone? I have no problem with a clear standard that if you want to say things negative things about someone else publicly then you have to be able to back them up. Why is that a problem, either in principle or in practice?

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  44. Re:K5, there: Comments by Snooweatinganima · · Score: 2, Insightful

    c'mon, read between the lines. Mr. Green did not mindlessly bash windows users, he used these words in a funny reference as to why he's running his website (read his comments). The selfrighteous fury that some (if not most) of the K5 users show up with just does not compute. After all, he's going for spammers, not for them.

  45. VioPac on Bank Balance Eliminator by Eric+Green · · Score: 3, Interesting
    Ivan and Randu are probably going to fuss at me for Slashdotting their server, but they have a funny take on the situation at the Violent Pacification Corporation:

    Today, VioPac would like to offer you a quiz. It's very easy, and will take only moments of your time. In fact, it only has one question, and it is this: What rocks more, Iron Maiden or Evidence Eliminator? Think about that carefully now.

    The correct answer, of course, is Iron Maiden. In fact, there is very little out there that could beat Maiden in any contest you care to devise. Observe:

    • Iron Maiden doesn't send nastygrams to ISPs who host critical websites, as do Evidence Eliminator. They certainly wouldn't threaten those ISPs with lawsuits in foreign countries because they know they have no case in the US.
    • Iron Maiden has Eddie as a mascot. I don't give a good god-damn who Evidence Eliminator has, but Eddie can kick his ass.
    • Iron Maiden doesn't spam the internet far and wide.
    • Iron Maiden doesn't lie to people -- even when they could. Just look at the back cover of Maiden Japan.
    • If Iron Maiden ever met Eric Lee Green, the creator of Evidence-Eliminator-Sucks.com, they would probably get along famously. If however they met the people involved in Bank Balance Eliminator, Steve Harris would no doubt smash his guitar over their heads and use their pulped remains as props in their next tour.
    • When Iron Maiden re-releases their entire back catalog every 15 and half seconds, people welcome it, for the most part. When Windows Registry Eliminator pops up dialog boxes every 15 and a half seconds, there is no one who doesn't want to beat them senseless.

    Simply put, the spammers at Evidence Eliminator have now threatened the ISP that hosts Evidence-Eliminator-Sucks.com with a libel suit in England. As intended, the ISP in question can't afford to defend itself in a foreign country. What this means is that every one of you, regardless of your nation of origin, should write to Iron Maiden immediately and ask them, politely of course, to find these EvElim scumbag spammers and beat the shit out of them.

    Note: I don't think he's *really* serious about writing to Iron Maiden :-).

    --
    Send mail here if you want to reach me.
  46. Slash dotting Evidence Eliminator by Alien54 · · Score: 2, Interesting
    He has done one good thing.

    By getting the website of Evidence Eliminator linked to someplace in this thread, you know that the spammers site will get slashdotted, smoking his pitiful server, and driving the bandwidth bill into the obscene-osphere

    I have visions of the site owner falling to the canyons below in a manner very much remindful of the wiley coyote when he figures this out.

    --
    "It is a greater offense to steal men's labor, than their clothes"
  47. You missed it by Kelz · · Score: 2, Insightful

    Stop flaming for a few minutes and get past the second paragraph of the article, and you'll see that it has nothing to do with your OS war.

    This has nothing to do with windows/linux, its just an account of what this guy went through with an unscrulpulous company, likely headed by one person. Next time read the article instead of taking one line and blowing it out of proportion just to get your insightful points.