Forum Moderators: phranque

Message Too Old, No Replies

free anon proxy blacklists?

         

a123451

4:47 pm on May 20, 2004 (gmt 0)



i want to block anon proxy's from hitting one of my homepages so therefor i am seaking for a good, well maintained, in an easy format -- blacklist of anon proxy servers... preferably free.

anyone have an tip on one?

upside

6:06 pm on May 20, 2004 (gmt 0)

10+ Year Member



If you can code in Perl, try the Net::DNSBLLookup module which "queries the major Open Proxy DNS Blocklists, including Sorbs, Easynet, NJABL, DSBL, Blitzed, CBL and PSBL." However, these BL's do not list web-based anonymous proxies. Here is some code to start you off:

use Net::DNSBLLookup;
my $dnsbl = Net::DNSBLLookup->new(timeout => 5);
my $res = $dnsbl->lookup('127.0.0.1');