BOPM Kurulumu



Son zamanda sunucuların çoğu proxy,tor ve benzeri illegal faaliyetlerden yararlanarak sunucu ve kullanıcıları rahatsız etmiştir.Bunların önüne geçebilmek için elinizden her geleni yapmaya çalışıyorsunuz.Bu tür çözümlerden en kolayı BOPM (Blitzed Open Proxy Monitor)'dur.Bu yazılım ile sizlere en iyi ve doğru şekilde tor ve proxy girişlerini nasıl engellendiklerini öğreneceksiniz.Öncelikle hesabımıza SSH yolu ile login oluyoruz.

wget http://archives.darenet.org/irc/serv...m-3.1.3.tar.gz

yazarak loginimize otomatik olarak bopm nin son sürümünü indiriyoruz.indirme işlemi bittikden sonra 

tar zxvf bopm-3.1.3.tar.gz

yazarak tar.gz kabuğundan ayırıyoruz.şimdi geldi tam olarak kurulumuna ve kurulumdan sonraki yapacağınız işlemlere ..


 cd bopm-3.1.3  
./configure
make
make install

kurulum işlemimizi bitirdikden sonra gerekli olan bopm.conf dosyasını oluşturmaya.Aşağıdaki verdiğim bopm.conf dosyasını kendi sunucunuza göre ayarlayınız.

bopm.conf dosyası içerisinde ayarlayacağınız yerler;


pidfile scanlog nick realname username server port nickserv oper

satır başlarındaki yerleri kendi sunucunuza erişim sağlayacak şekilde ayarladıkdan sonra ftp yolu ile bopm/etc dosyası içerisine gönderin ve daha sonra botu çalıştırmak için SSH dan



 cd ..   
cd bopm
cd bin
./bopm

yazarak botumuzu çalıştırmış bulunuyoruz.

Bopm.conf dosyası ;



 /*  
BOPM sample configuration
*/
options {
/*
* Full path and filename for storing the process ID of the running
* BOPM.
*/
pidfile = "/home/ialem/bopm/bopm.pid";
/*
* How many seconds to store the IP address of hosts which are
* confirmed (by previous scans) to be secure. New users from these
* IP addresses will not be scanned again until this amount of time
* has passed. IT IS STRONGLY RECOMMENDED THAT YOU DO NOT USE THIS
* DIRECTIVE, but it is provided due to demand.
*
* The main reason for not using this feature is that anyone capable
* of running a proxy can get abusers onto your network - all they
* need do is shut the proxy down, connect themselves, restart the
* proxy, and tell their friends to come flood.
*
* Keep this directive commented out to disable negative caching.
*/
# negcache = 3600;
/*
* Amount of file descriptors to allocate to asynchronous DNS. 64
* should be plenty for almost anyone - previous versions of BOPM only
* did one at a time!
*/
dns_fdlimit = 64;
/*
* Put the full path and filename of a logfile here if you wish to log
* every scan done. Normally BOPM only logs successfully detected
* proxies in the bopm.log, but you may get abuse reports to your ISP
* about portscanning. Being able to show that it was BOPM that did
* the scan in question can be useful. Leave commented for no
* logging.
*/
#scanlog = "/home/ialem/bopm/scan.log";
};
IRC {
/*
* IP to bind to for the IRC connection. You only need to use this if
* you wish BOPM to use a particular interface (virtual host, IP
* alias, ...) when connecting to the IRC server. There is another
* "vhost" setting in the scan {} block below for the actual
* portscans. Note that this directive expects an IP address, not a
* hostname. Please leave this commented out if you do not
* understand what it does, as most people don't need it.
*/
# vhost = "0.0.0.0";
/*
* Nickname for BOPM to use.
*/
nick = "DProxy";
/*
* Text to appear in the "realname" field of BOPM's /whois output.
*/
realname = "Open Socks/Proxy Monitor";
/*
* If you don't have an identd running, what username to use.
*/
username = "Socks";
/*
* Hostname (or IP) of the IRC server which BOPM will monitor
* connections on.
*/
server = "178.33.135.19";
/*
* Password used to connect to the IRC server (PASS)
*/
# password = "secret1";
/*
* Port of the above server to connect to. This is what BOPM uses to
* get onto IRC itself, it is nothing to do with what ports/protocols
* are scanned, nor do you need to list every port your ircd listens
* on.
*/
port = 6667;
/*
* Command to execute to identify to NickServ (if your network uses
* it). This is the raw IRC command text, and the below example
* corresponds to "/msg nickserv identify password" in a client. If
* you don't understand, just edit "password" in the line below to be
* your BOPM's nick password. Leave commented out if you don't need
* to identify to NickServ.
*/
nickserv = "privmsg nickserv :identify 1231223432";
/*
* The username and password needed for BOPM to oper up.
*/
oper = "Eggdrop 123456a";
/*
* Mode string that BOPM needs to set on itself as soon as it opers
* up. This needs to include the mode for seeing connection notices,
* otherwise BOPM won't scan anyone (that's usually umode +c). It's
* often also a good idea to remove any helper modes so that users
* don't try to talk to the BOPM.
*
* REMEMBER THAT IRCU AND LATER VERSIONS OF UNREAL DO NOT USE A SIMPLE
* +c !!
*/
mode = "+HDIFsc-h";
/* Example for Bahamut; +F gives BOPM relaxed flood limits */
# mode = "+Fc-h";
/*
* If this is set then BOPM will use it as an /away message as soon as
* it connects.
*/
# away = "I'm a bot. Your messages will be ignored.";
/*
* Info about channels you wish BOPM to join in order to accept
* commands. BOPM will also print messages in these channels every
* time it detects a proxy. Only IRC operators can command BOPM to do
* anything, but some of the things BOPM reports to these channels
* could be soncidered sensitive, so it's best not to put BOPM into
* public channels.
*/
channel {
/*
* Channel name. Local ("&") channels are supported if your ircd
* supports them.
*/
name = "#Admin";
/*
* If BOPM will need to use a key to enter this channel, this is
* where you specify it.
*/
# key = "somekey";
/*
* If you use ChanServ then maybe you want to set the channel
* invite-only and have each BOPM do "/msg ChanServ invite" to get
* itself in. Leave commented if you don't, or if this makes no
* sense to you.
*/
# invite = "privmsg chanserv :invite #Admin";
};
/*
* You can define a bunch of channels if you want:
*
* channel { name = "#other"; }; channel { name="#channel"; }
*/
/*
* connregex is a POSIX regular expression used to parse connection
* (+c) notices from the ircd. The complexity of the expression should
* be kept to a minimum.
*
* Items in order MUST be: nick user host IP
*
* BOPM will not work with ircds which do not send an IP in the
* connection notice.
*
* This is fairly complicated stuff, and the consequences of getting
* it wrong are the BOPM does not scan anyone. Unless you know
* absolutely what you are doing, please just uncomment the example
* below that best matches the type of ircd you use.
*
* !!! NOTE !!! If a connregex for your ircd does not appear here and the
* hybrid connregex does not appear to work, check the BOPM FAQ at
* http://wiki.blitzed.org/BOPM before contacting our lists for help.
*
*/
/* Hybrid / Bahamut / Unreal (in HCN mode) */
connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
#connregex = "\\*\\*\\* Notice -- BOPM unknown unknown ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
/*
* Ultimate ircd - note the control-B characters around Connect/Exit,
* that is because that text appears in bold in the actual connect
* notice. Be very careful when editing this, do it as you would put
* bold characters into IRC MOTDs.
*/
# connregex = "\\*\\*\\* Connect/Exit -- from [^:]+: Client connecting on port [0-9]+: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
/*
* SorIRCd 1.3.4+ / StarIRCd 5.26+.
*/
# connregex = "\\*\\*\\* Notice -- Client connecting on port [0-9]+: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
/*
* "kline" controls the command used when an open proxy is confirmed.
* We suggest applying a temporary (no more than a few hours) KLINE on the host.
*
* <WARNING>
* Make sure if you need to change this string you also change the
* kline command for every DNSBL you enable below.
*
* Also note that some servers do not allow you to include ':' characters
* inside the KLINE message (e.g. for a http:// address).
*
* Users rewriting this message into something that isn't even a valid
* IRC command is the single most common cause of support requests and
* therefore WE WILL NOT SUPPORT YOU UNLESS YOU USE ONE OF THE EXAMPLE
* KLINE COMMANDS BELOW.
* </WARNING>
*
* That said, should you wish to customise this text, several
* printf-like placeholders are available:
*
* %n User's nick
* %u User's username
* %h User's irc hostname
* %i User's IP address
*
*/
kline = "GZLINE *@%i 1d :Open Proxy kullanımı yasaktır...";
/* A GLINE example for IRCu: */
# kline = "GLINE +*@%i 1800 :Open proxy found on your host. Please visit www.blitzed.org/proxy?ip=%i for more information.";
/* An AKILL example for services with OperServ
* Your BOPM must have permission to AKILL for this to work! */
# kline = "PRIVMSG OpenServ :AKILL +3h *@%h Open proxy found on your host. Please visit www.blitzed.org/proxy?ip=%i for more information.";
/*
* Text to send on connection, these can be stacked and will be sent in this order
*
* !!! UNREAL USERS PLEASE NOTE !!!
* Unreal users will need PROTOCTL HCN to force hybrid connect
* notices.
*
* Yes Unreal users! That means you! That means you need the line
* below! See that thing at the start of the line? That's what we
* call a comment! Remove it to UNcomment the line.
*/
perform = "PROTOCTL HCN";
};
/*
* OPM Block defines blacklists and information required to report new proxies
* to a dns blacklist. DNS-based blacklists store IP addresses in a DNS zone
* file. There are several blacklist that list IP addresses known to be open
* proxies or other forms of IRC abuse. By checking against these blacklists,
* BOPMs are able to ban known sources of abuse without completely scanning them.
*/
OPM {
/*
* Blacklist zones to check IPs against. If you would rather not
* trust a remotely managed blacklist, you could set up your own, or
* leave these commented out in which case every user will be
* scanned. The use of at least one open proxy DNSBL is recommended
* however.
*
* Blitzed is not associated with any of these DNSBLs, please check
* the policies of each blacklist you use to check you are comfortable
* with using them to block access to your server (and that you are
* allowed to use them).
*/
blacklist {
name = "cbl.abuseat.org";
type = "A record reply";
reply {
2 = "Open proxy";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[CBL]";
};
blacklist {
name = "rbl.efnetrbl.org";
type = "A record reply";
ban_unknown = no;
reply {
1 = "Open Proxy";
2 = "spamtrap666";
3 = "spamtrap50";
4 = "TOR";
5 = "Drones / Flooding";
};
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[EFNETRBL]";
};
blacklist {
name = "rbl.efnet.org";
type = "A record reply";
reply {
1 = "Open proxy";
2 = "Trojan spreader";
3 = "Trojan infected client";
4 = "TOR exit server";
5 = "Drones / Flooding";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[EFNETRBL]";
};
blacklist {
name = "dnsbl.dronebl.org";
type = "A record reply";
reply {
2 = "Sample";
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy/Tor/Drones baglanti girisleri yasaktir.http://dronebl.org/lookup_branded?ip=%i&network=Network";
};
blacklist {
name = "dnsbl.martynip.co.uk";
type = "A record reply";
ban_unknown = yes;
reply {
2 = "Brute Force Attacker";
3 = "IRC Drone";
4 = "Open proxy";
5 = "Spam Drone";
6 = "Tor exit nodes";
10 = "Other/Unspecified";
};
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy/Tor/Drones baglanti girisleri yasaktir.[MARTYNIP]";
};
blacklist {
name = "tor.dnsbl.martynip.co.uk";
type = "A record reply";
ban_unknown = yes;
reply {
6 = "Tor exit nodes";
};
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy/Tor/Drones baglanti girisleri yasaktir.[MARTYNIP]";
};
blacklist {
name = "P.H.G.F.E.ip-port.exitlist.torproject.org";
type = "A record reply";
reply {
2 = "Tor exit server";
};
ban_unknown = yes;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy/Tor/Drones baglanti girisleri yasaktir.[TORPROJECT]";
};
blacklist {
name = "bl.blocklist.de";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[BLOCKLIST]";
};
blacklist {
name = "dnsbl-1.uceprotect.net";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[UCEPROTECT]";
};
blacklist {
name = "dnsbl-2.uceprotect.net";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[UCEPROTECT]";
};
blacklist {
name = "dnsbl.inps.de";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[INPS]";
};
blacklist {
name = "proxy.block.transip.nl";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[TRANSIP]";
};
blacklist {
name = "blacklist.myip.ms";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[MYIP]";
};
blacklist {
name = "bl.spamcop.net";
type = "A record reply";
reply {
3 = "IRC Drone";
5 = "Bottler";
6 = "Unknown spambot or drone";
7 = "DDOS Drone";
8 = "SOCKS Proxy";
9 = "HTTP Proxy";
10 = "ProxyChain";
13 = "Brute force attackers";
14 = "Open Wingate Proxy";
15 = "Compromised router / gateway";
17 = "Automatically determined botnet IPs (experimental)";
255 = "Unknown";
};
ban_unknown = no;
kline = "GZLINE *@%i 1d :Sunucudan uzaklastirildiniz. [ Güvenlik ] nedeniyle Wingate/Socks/Proxy baglanti girisleri yasaktir.[SPAMCOP]";
};
/*
* You can report the insecure proxies you find to a DNSBL also!
* The remaining directives in this section are only needed if you
* intend to do this. Reports are sent by email, one email per IP
* address. The format does support multiple addresses in one email,
* but we don't know of any servers that are detecting enough insecure
* proxies for this to be really necessary.
*/
/*
* Email address to send reports FROM. If you intend to send reports,
* please pick an email address that we can actually send mail to
* should we ever need to contact you.
*/
# dnsbl_from = "mybopm@myserver.org";
/*
* Email address to send reports TO.
* For example DroneBL:
*/
# dnsbl_to = "bopm-report@dronebl.org";
/*
* Full path to your sendmail binary. Even if your system does not
* use sendmail, it probably does have a binary called "sendmail"
* present in /usr/sbin or /usr/lib. If you don't set this, no
* proxies will be reported.
*/
# sendmail = "/usr/sbin/sendmail";
};
/*
* The short explanation:
*
* This is where you define what ports/protocols to check for. You can have
* multiple scanner blocks and then choose which users will get scanned by
* which scanners further down.
*
* The long explanation:
*
* Scanner defines a virtual scanner. For each user being scanned, a scanner
* will use a file descriptor (and subsequent connection) for each protocol.
* Once connecting it will negotiate the proxy to connect to
* target_ip:target_port (target_ip MUST be an IP).
*
* Once connected, any data passed through the proxy will be checked to see if
* target_string is contained within that data. If it is the proxy is
* considered open. If the connection is closed at any point before
* target_string is matched, or if at least max_read bytes are read from the
* connection, the negotiation is considered failed.
*/
scanner {
/*
* Unique name of this scanner. This is used further down in the
* user {} blocks to decide which users get affected by which
* scanners.
*/
name="default";
/*
* HTTP CONNECT - very common proxy protocol supported by widely known
* software such as Squid and Apache. The most common sort of
* insecure proxy and found on a multitude of weird ports too. Offers
* transparent two way TCP connections.
*/
protocol = ROUTER:23;
protocol = SOCKS4:559;
protocol = HTTPPOST:3128;
protocol = SOCKS4:1080;
protocol = SOCKS4:1083;
protocol = HTTP:8080;
protocol = SOCKS5:1182;
protocol = HTTP:3128;
protocol = HTTPPOST:8080;
protocol = SOCKS4:9999;
protocol = HTTPPOST:80;
protocol = SOCKS5:1080;
protocol = SOCKS5:1083;
protocol = HTTP:63000;
protocol = HTTP:8000;
protocol = HTTPPOST:808;
protocol = HTTP:80;
protocol = HTTPPOST:6588;
protocol = HTTP:6588;
protocol = SOCKS5:3128;
protocol = SOCKS5:10080;
protocol = HTTPPOST:4480;
protocol = SOCKS4:6664;
protocol = SOCKS4:63808;
protocol = HTTP:6667;
protocol = SOCKS4:19991;
protocol = SOCKS4:1098;
protocol = SOCKS4:10000;
protocol = SOCKS4:4471;
protocol = HTTP:65506;
protocol = HTTP:63809;
protocol = SOCKS5:9090;
protocol = HTTP:9090;
protocol = HTTP:6668;
protocol = SOCKS4:58;
protocol = SOCKS5:58;
protocol = SOCKS4:6969;
protocol = WINGATE:23;
protocol = SOCKS5:3380;
protocol = SOCKS4:40;
protocol = SOCKS5:443;
protocol = SOCKS4:8888;
protocol = HTTPPOST:9090;
protocol = HTTP:5490;
protocol = SOCKS4:8080;
protocol = SOCKS5:6969;
protocol = SOCKS4:1026;
protocol = SOCKS4:1025;
protocol = HTTP:8888;
protocol = HTTP:6669;
protocol = HTTP:8090;
protocol = HTTP:808;
protocol = HTTPPOST:8080;
protocol = SOCKS5:1029;
protocol = SOCKS4:41080;
protocol = SOCKS5:8020;
protocol = SOCKS5:6000;
protocol = HTTPPOST:8081;
protocol = HTTP:4480;
protocol = SOCKS5:1027;
protocol = SOCKS4:1028;
protocol = HTTP:3332;
protocol = SOCKS5:8888;
protocol = SOCKS5:1028;
protocol = SOCKS4:3330;
protocol = SOCKS4:29992;
protocol = SOCKS4:1234;
protocol = SOCKS4:1029;
protocol = HTTP:5000;
protocol = HTTP:443;
protocol = SOCKS5:1813;
protocol = SOCKS5:1081;
protocol = SOCKS5:1026;
protocol = SOCKS5:13458;
protocol = SOCKS4:1337;
protocol = SOCKS4:1050;
protocol = HTTP:1080;
protocol = SOCKS5:9999;
protocol = SOCKS5:9100;
protocol = SOCKS5:19991;
protocol = SOCKS5:1098;
protocol = SOCKS4:9100;
protocol = SOCKS4:7080;
protocol = SOCKS4:1033;
protocol = SOCKS4:9901;
protocol = SOCKS4:808;
protocol = SOCKS4:8118;
protocol = HTTP:9000;
protocol = HTTP:5800;
protocol = HTTP:5634;
protocol = HTTP:4471;
protocol = HTTP:3382;
protocol = SOCKS5:1200;
protocol = SOCKS5:1039;
protocol = SOCKS5:1025;
protocol = SOCKS4:8002;
protocol = SOCKS4:6748;
protocol = SOCKS4:44548;
protocol = SOCKS4:3380;
protocol = SOCKS4:32167;
protocol = SOCKS4:2000;
protocol = SOCKS4:1979;
protocol = SOCKS4:12654;
protocol = SOCKS4:11225;
protocol = SOCKS4:1066;
protocol = SOCKS4:1030;
protocol = SOCKS4:1027;
protocol = SOCKS4:10099;
protocol = SOCKS4:8079;
protocol = SOCKS4:8088;
protocol = SOCKS4:8909;
protocol = SOCKS4:6588;
protocol = SOCKS4:553;
protocol = SOCKS4:56142;
protocol = SOCKS4:10123;
protocol = SOCKS4:1337;
protocol = HTTP:81;
protocol = HTTP:6665;
protocol = HTTP:6664;
protocol = HTTP:6663;
protocol = SOCKS5:8278;
protocol = SOCKS5:6748;
protocol = SOCKS5:4914;
protocol = SOCKS5:4471;
protocol = SOCKS5:29992;
protocol = SOCKS5:17235;
protocol = SOCKS5:1234;
protocol = SOCKS5:1202;
protocol = SOCKS5:1180;
protocol = SOCKS5:1075;
protocol = SOCKS5:1033;
protocol = SOCKS5:6666;
protocol = SOCKS5:6673;
protocol = SOCKS5:8082;
protocol = SOCKS4:23456;
protocol = SOCKS5:3129;
protocol = SOCKS4:63081;
protocol = SOCKS5:10000;
protocol = SOCKS4:8020;
protocol = SOCKS4:4044;
protocol = SOCKS4:3128;
protocol = SOCKS4:3127;
protocol = SOCKS4:28882;
protocol = SOCKS4:24973;
protocol = SOCKS4:21421;
protocol = SOCKS4:1182;
protocol = SOCKS4:1032;
protocol = SOCKS4:10242;
protocol = HTTPPOST:8089;
protocol = HTTP:8082;
protocol = HTTP:6661;
protocol = HTTP:35233;
protocol = HTTP:19991;
protocol = HTTP:1098;
protocol = HTTP:1050;
protocol = SOCKS5:9988;
protocol = SOCKS5:8080;
protocol = SOCKS5:8009;
protocol = SOCKS5:6561;
protocol = SOCKS5:24971;
protocol = SOCKS5:18844;
protocol = SOCKS5:1122;
protocol = SOCKS5:10777;
protocol = SOCKS5:1030;
protocol = SOCKS5:10130;
protocol = SOCKS5:10099;
protocol = SOCKS4:8751;
protocol = SOCKS4:8278;
protocol = SOCKS4:8111;
protocol = SOCKS4:7007;
protocol = SOCKS4:6551;
protocol = SOCKS4:5353;
protocol = SOCKS4:443;
protocol = SOCKS4:43341;
protocol = SOCKS4:3801;
protocol = SOCKS4:2280;
protocol = SOCKS4:1978;
protocol = SOCKS4:1212;
protocol = SOCKS4:1039;
protocol = SOCKS4:1031;
protocol = HTTPPOST:81;
protocol = HTTP:9988;
protocol = HTTP:7868;
protocol = HTTP:7070;
protocol = HTTP:444;
protocol = HTTP:1200;
protocol = HTTP:1039;
protocol = SOCKS5:28280;
protocol = SOCKS5:30373;
protocol = SOCKS5:35516;
protocol = SOCKS5:10287;
protocol = SOCKS5:3781;
protocol = SOCKS5:60725;
protocol = SOCKS5:47499;
protocol = SOCKS5:39729;
protocol = SOCKS5:9521;
protocol = SOCKS5:62051;
protocol = SOCKS5:1338;
protocol = SOCKS5:42799;
protocol = SOCKS5:57559;
protocol = SOCKS5:46061;
protocol = SOCKS5:57607;
protocol = SOCKS5:1783;
protocol = SOCKS5:1794;
protocol = SOCKS5:32057;
protocol = SOCKS5:29971;
protocol = SOCKS5:23456;
protocol = SOCKS5:56827;
protocol = SOCKS5:1736;
protocol = SOCKS5:1893;
protocol = SOCKS5:23446;
protocol = SOCKS5:43621;
protocol = SOCKS5:1066;
protocol = SOCKS5:48720;
protocol = SOCKS5:2017;
protocol = SOCKS5:2214;
protocol = SOCKS5:10002;
protocol = SOCKS5:5408;
protocol = SOCKS5:8618;
protocol = SOCKS5:11110;
protocol = SOCKS5:50019;
protocol = SOCKS5:7890;
protocol = SOCKS5:21722;
protocol = SOCKS5:26764;
protocol = SOCKS5:8542;
protocol = SOCKS5:6996;
protocol = SOCKS5:2699;
protocol = SOCKS5:36298;
protocol = SOCKS5:60775;
protocol = SOCKS5:26803;
protocol = SOCKS5:44795;
protocol = SOCKS5:1443;
protocol = SOCKS5:13579;
protocol = SOCKS5:7123;
protocol = SOCKS5:1983;
protocol = SOCKS5:57559;
protocol = SOCKS5:49491;
protocol = SOCKS5:13289;
protocol = SOCKS5:17124;
protocol = SOCKS5:34468;
protocol = SOCKS5:1240;
protocol = SOCKS5:28181;
protocol = SOCKS5:30311;
protocol = SOCKS5:9999;
protocol = SOCKS5:16970;
protocol = SOCKS5:8082;
protocol = SOCKS5:23472;
protocol = SOCKS5:1777;
protocol = SOCKS5:48720;
protocol = SOCKS5:6160;
protocol = SOCKS5:1954;
protocol = SOCKS5:9737;
protocol = SOCKS5:8324;
protocol = SOCKS5:35632;
protocol = SOCKS5:16461;
protocol = SOCKS5:30311;
protocol = SOCKS5:1629;
protocol = SOCKS5:1127;
protocol = SOCKS5:1973;
protocol = SOCKS5:1794;
protocol = SOCKS5:23114;
protocol = SOCKS5:17619;
protocol = SOCKS5:1493;
protocol = SOCKS5:42799;
protocol = SOCKS5:7422;
protocol = SOCKS5:1110;
protocol = SOCKS5:10134;
protocol = SOCKS5:49207;
protocol = SOCKS5:30373;
protocol = SOCKS5:40969;
protocol = SOCKS5:62135;
protocol = SOCKS5:20817;
protocol = SOCKS5:1498;
protocol = SOCKS5:1983;
protocol = SOCKS5:4651;
protocol = SOCKS5:37393;
protocol = SOCKS5:37393;
protocol = SOCKS5:29397;
protocol = SOCKS5:1315;
protocol = SOCKS5:15174;
protocol = SOCKS4:28280;
protocol = SOCKS4:30373;
protocol = SOCKS4:35516;
protocol = SOCKS4:10287;
protocol = SOCKS4:3781;
protocol = SOCKS4:60725;
protocol = SOCKS4:47499;
protocol = SOCKS4:39729;
protocol = SOCKS4:9521;
protocol = SOCKS4:62051;
protocol = SOCKS4:1338;
protocol = SOCKS4:42799;
protocol = SOCKS4:57559;
protocol = SOCKS4:46061;
protocol = SOCKS4:57607;
protocol = SOCKS4:1783;
protocol = SOCKS4:1794;
protocol = SOCKS4:32057;
protocol = SOCKS4:29971;
protocol = SOCKS4:23456;
protocol = SOCKS4:56827;
protocol = SOCKS4:1736;
protocol = SOCKS4:1893;
protocol = SOCKS4:23446;
protocol = SOCKS4:43621;
protocol = SOCKS4:1066;
protocol = SOCKS4:48720;
protocol = SOCKS4:2017;
protocol = SOCKS4:2214;
protocol = SOCKS4:36298;
protocol = SOCKS4:60775;
protocol = SOCKS4:26803;
protocol = SOCKS4:44795;
protocol = SOCKS4:1443;
protocol = SOCKS4:7123;
protocol = SOCKS4:1983;
protocol = SOCKS4:57559;
protocol = SOCKS4:49491;
protocol = SOCKS4:13289;
protocol = SOCKS4:2543;
protocol = SOCKS4:17124;
protocol = SOCKS4:34468;
protocol = SOCKS4:1240;
protocol = SOCKS4:28181;
protocol = SOCKS4:30311;
protocol = SOCKS4:9999;
protocol = SOCKS4:16970;
protocol = SOCKS4:8082;
protocol = SOCKS4:23472;
protocol = SOCKS4:1777;
protocol = SOCKS4:30319;
protocol = SOCKS4:22626;
protocol = SOCKS4:48720;
protocol = SOCKS4:30311;
protocol = SOCKS4:1629;
protocol = SOCKS4:1127;
protocol = SOCKS4:1973;
protocol = SOCKS4:1794;
protocol = SOCKS4:23114;
protocol = SOCKS4:17619;
protocol = SOCKS4:1493;
protocol = SOCKS4:42799;
protocol = SOCKS4:7422;
protocol = SOCKS4:1110;
protocol = SOCKS4:10134;
protocol = SOCKS4:49207;
protocol = SOCKS4:30373;
protocol = SOCKS4:40969;
protocol = SOCKS4:62135;
protocol = SOCKS4:20817;
protocol = SOCKS4:1498;
protocol = SOCKS4:1983;
protocol = SOCKS4:4651;
protocol = SOCKS4:37393;
protocol = SOCKS4:37393;
protocol = SOCKS4:29397;
protocol = SOCKS4:1315;
protocol = SOCKS4:12059;
protocol = SOCKS4:21618;
protocol = SOCKS4:6073;
protocol = SOCKS4:8262;
protocol = SOCKS4:7136;
protocol = SOCKS4:34790;
protocol = SOCKS4:8876;
protocol = SOCKS4:96;
protocol = SOCKS4:42829;
protocol = SOCKS4:26908;
protocol = SOCKS4:52135;
protocol = SOCKS4:62231;
protocol = SOCKS4:43893;
protocol = SOCKS4:5379;
protocol = SOCKS4:56413;
protocol = SOCKS4:34573;
protocol = SOCKS4:43780;
protocol = SOCKS4:27681;
protocol = SOCKS4:34225;
protocol = SOCKS4:61789;
protocol = SOCKS4:35858;
protocol = SOCKS4:34954;
protocol = SOCKS4:33767;
protocol = SOCKS4:14780;
protocol = SOCKS4:39751;
protocol = SOCKS4:2957;
protocol = SOCKS4:31583;
protocol = SOCKS4:47885;
protocol = SOCKS4:12569;
protocol = SOCKS4:12612;
protocol = SOCKS4:15508;
protocol = SOCKS4:12667;
protocol = SOCKS4:35723;
protocol = SOCKS4:44089;
protocol = SOCKS4:34576;
protocol = SOCKS4:56505;
protocol = SOCKS4:40642;
protocol = SOCKS4:43079;
protocol = SOCKS4:11347;
protocol = SOCKS4:48243;
protocol = SOCKS4:12345;
protocol = SOCKS4:11180;
protocol = SOCKS4:4647;
protocol = SOCKS4:33185;
protocol = SOCKS4:39801;
protocol = SOCKS4:12321;
protocol = SOCKS4:6363;
protocol = SOCKS4:20979;
protocol = SOCKS4:39995;
protocol = SOCKS4:16673;
protocol = SOCKS4:6193;
protocol = SOCKS4:19637;
protocol = SOCKS4:39999;
protocol = SOCKS4:23785;
protocol = SOCKS4:24197;
protocol = SOCKS4:63747;
protocol = SOCKS4:11190;
protocol = SOCKS4:48905;
protocol = SOCKS4:55391;
protocol = SOCKS4:37651;
protocol = SOCKS4:23586;
protocol = SOCKS4:22899;
/*
* SOCKS4/5 - well known proxy protocols, probably the second most
* common for insecure proxies, also offers transparent two way TCP
* connections. Fortunately largely confined to port 1080.
*/
protocol = SOCKS4:1080;
protocol = SOCKS5:1080;
/*
* IP this scanner will bind to. Use this if you need your scans to
* come FROM a particular interface on the machine you run BOPM from.
* If you don't understand what this means, please leave this
* commented out, as this is a major source of support queries!
*/
# vhost = "127.0.0.1";
fd = 512;
max_read = 8096;
timeout = 30;
/*
* Target IP to tell the proxy to connect to
*
* !!! THIS MUST BE CHANGED !!!
*
* You cannot instruct the proxy to connect to itself! The easiest
* thing to do would be to set this to the IP of your ircd and then
* keep the default target_strings.
*
* Please use an IP that is publically reachable from anywhere on the
* Internet, because you have no way of knowing where the insecure
* proxies will be located. Just because you and your BOPM can
* connect to your ircd on some private IP like 192.168.0.1, does not
* mean that the insecure proxies out there on the Internet will be
* able to. And if they never connect, you will never detect them.
*
* Remember to change this setting for every scanner you configure.
*
*/
target_ip = "85.12.8.96";
/*
* Target port to tell the proxy to connect to. This is usually
* something like 6667. Basically any client-usable port.
*/
target_port = 6667;
/*
* Target string we check for in the data read back by the scanner.
* This should be some string out of the data that your ircd usually
* sends on connect. The example below will work on most
* hybrid/bahamut ircds. Multiple target strings are allowed.
*
* NOTE: Try to keep the number of target strings to a minimum. Two
* should be fine. One for normal connections and one for throttled
* connections. Comment out any others for efficiency.
*/
/* Usually first line sent to client on connection to ircd.
* If your ircd supports a more specific line (see below),
* using it will reduce false positives.
*/
target_string = "NOTICE AUTH :*** Looking up your hostname...";
/* Some ircds give a source for the NOTICE AUTH (bahamut for example).
* It is recommended you use the following instead of the generic
* "*** Looking up your hostname..." if your ircd supports it.
* This will reduce the chances of false positives.
*/
# target_string = "ERROR :Closing Link: *";
/* If you try to connect too fast, you'll be throttled by your own
* ircd. Here's what a hybrid throttle message looks like:
*/
target_string = "ERROR :Closing Link: *";
/* And the same for bahamut (comment this out if you're not using bahamut): */
target_string = "ERROR :Your host is trying to (re)connect too fast -- throttled.";
};
scanner {
name = "extended";
protocol = HTTP:81;
protocol = HTTP:8000;
protocol = HTTP:8001;
protocol = HTTP:8081;
protocol = HTTPPOST:8080;
protocol = HTTPPOST:81;
protocol = HTTPPOST:6588;
# protocol = HTTPPOST:4480;
protocol = HTTPPOST:8000;
protocol = HTTPPOST:8001;
protocol = HTTPPOST:8080;
protocol = HTTPPOST:8081;
/*
* IRCnet have seen many socks5 on these ports, more than on the
* standard ports even.
*/
protocol = SOCKS5:4438;
protocol = SOCKS5:5104;
protocol = SOCKS5:5113;
protocol = SOCKS5:5262;
protocol = SOCKS5:5634;
protocol = SOCKS5:6552;
protocol = SOCKS5:6561;
protocol = SOCKS5:7464;
protocol = SOCKS5:7810;
protocol = SOCKS5:8130;
protocol = SOCKS5:8148;
protocol = SOCKS5:8520;
protocol = SOCKS5:8814;
protocol = SOCKS5:9186;
protocol = SOCKS5:9447;
protocol = SOCKS5:9578;
protocol = SOCKS5:6666;
protocol = SOCKS5:6673;
protocol = SOCKS5:28280;
protocol = SOCKS5:30373;
protocol = SOCKS5:35516;
protocol = SOCKS5:10287;
protocol = SOCKS5:3781;
protocol = SOCKS5:60725;
protocol = SOCKS5:47499;
protocol = SOCKS5:39729;
protocol = SOCKS5:9521;
protocol = SOCKS5:62051;
protocol = SOCKS5:1338;
protocol = SOCKS5:42799;
protocol = SOCKS5:57559;
protocol = SOCKS5:46061;
protocol = SOCKS5:57607;
protocol = SOCKS5:1783;
protocol = SOCKS5:1794;
protocol = SOCKS5:32057;
protocol = SOCKS5:29971;
protocol = SOCKS5:23456;
protocol = SOCKS5:56827;
protocol = SOCKS5:1736;
protocol = SOCKS5:1893;
protocol = SOCKS5:23446;
protocol = SOCKS5:43621;
protocol = SOCKS5:1066;
protocol = SOCKS5:48720;
protocol = SOCKS5:2017;
protocol = SOCKS5:36298;
protocol = SOCKS5:60775;
protocol = SOCKS5:26803;
protocol = SOCKS5:44795;
protocol = SOCKS5:1443;
protocol = SOCKS5:7123;
protocol = SOCKS5:1983;
protocol = SOCKS5:57559;
protocol = SOCKS5:49491;
protocol = SOCKS5:13289;
protocol = SOCKS5:17124;
protocol = SOCKS5:34468;
protocol = SOCKS5:1240;
protocol = SOCKS5:28181;
protocol = SOCKS5:30311;
protocol = SOCKS5:9999;
protocol = SOCKS5:48302;
protocol = SOCKS5:16970;
protocol = SOCKS5:8082;
protocol = SOCKS5:23472;
protocol = SOCKS5:1777;
protocol = SOCKS5:48720;
protocol = SOCKS5:30311;
protocol = SOCKS5:1629;
protocol = SOCKS5:1127;
protocol = SOCKS5:1973;
protocol = SOCKS5:1794;
protocol = SOCKS5:23114;
protocol = SOCKS5:17619;
protocol = SOCKS5:1493;
protocol = SOCKS5:42799;
protocol = SOCKS5:7422;
protocol = SOCKS5:1110;
protocol = SOCKS5:10134;
protocol = SOCKS5:49207;
protocol = SOCKS5:30373;
protocol = SOCKS5:62135;
protocol = SOCKS5:20817;
protocol = SOCKS5:1498;
protocol = SOCKS5:1983;
protocol = SOCKS5:4651;
protocol = SOCKS5:37393;
protocol = SOCKS5:37393;
protocol = SOCKS5:29397;
protocol = SOCKS5:1315;
protocol = SOCKS5:44005;
protocol = SOCKS5:10179;
protocol = SOCKS5:31125;
protocol = SOCKS5:49061;
protocol = SOCKS5:24397;
protocol = SOCKS5:7499;
protocol = SOCKS5:4757;
protocol = SOCKS5:443;
protocol = SOCKS5:28051;
protocol = SOCKS5:6275;
protocol = SOCKS5:48970;
protocol = SOCKS5:47269;
protocol = SOCKS5:4717;
protocol = SOCKS5:62423;
protocol = SOCKS5:36201;
protocol = SOCKS5:41171;
protocol = SOCKS5:33;
protocol = SOCKS5:49309;
protocol = SOCKS5:9853;
protocol = SOCKS5:9050;
protocol = SOCKS5:9123;
protocol = SOCKS5:6518;
protocol = SOCKS5:21187;
protocol = SOCKS5:36901;
protocol = SOCKS5:56413;
protocol = SOCKS5:34573;
protocol = SOCKS5:24070;
protocol = SOCKS5:36481;
protocol = SOCKS5:3983;
protocol = SOCKS5:23306;
protocol = SOCKS5:29607;
protocol = SOCKS5:28398;
protocol = SOCKS5:27681;
protocol = SOCKS5:21105;
protocol = SOCKS5:34225;
protocol = SOCKS5:24613;
protocol = SOCKS5:6193;
protocol = SOCKS5:19637;
protocol = SOCKS5:33767;
protocol = SOCKS5:60079;
protocol = SOCKS5:1080;
protocol = SOCKS5:11711;
protocol = SOCKS5:9100;
protocol = SOCKS5:14663;
protocol = SOCKS5:21947;
protocol = SOCKS5:5716;
protocol = SOCKS5:53357;
protocol = SOCKS5:16945;
protocol = SOCKS5:13230;
protocol = SOCKS5:16337;
protocol = SOCKS5:32722;
protocol = SOCKS5:60923;
protocol = SOCKS5:3699;
protocol = SOCKS5:48365;
protocol = SOCKS5:20243;
protocol = SOCKS5:29723;
protocol = SOCKS5:7136;
protocol = SOCKS5:57165;
protocol = SOCKS5:58929;
protocol = SOCKS5:42829;
protocol = SOCKS5:6997;
protocol = SOCKS5:34605;
protocol = SOCKS5:62231;
protocol = SOCKS5:43893;
protocol = SOCKS5:10563;
protocol = SOCKS5:43780;
protocol = SOCKS5:54854;
protocol = SOCKS5:20979;
protocol = SOCKS5:16533;
protocol = SOCKS5:16673;
protocol = SOCKS5:17318;
protocol = SOCKS5:39999;
protocol = SOCKS5:61937;
protocol = SOCKS5:38514;
protocol = SOCKS5:39751;
protocol = SOCKS5:55511;
protocol = SOCKS5:56069;
protocol = SOCKS5:34576;
protocol = SOCKS5:33064;
protocol = SOCKS5:31945;
protocol = SOCKS5:50547;
protocol = SOCKS5:28676;
protocol = SOCKS5:35858;
protocol = SOCKS5:21421;
protocol = SOCKS5:12612;
protocol = SOCKS5:21618;
protocol = SOCKS5:46685;
protocol = SOCKS5:36985;
protocol = SOCKS5:4647;
protocol = SOCKS5:16349;
protocol = SOCKS5:49616;
protocol = SOCKS5:5379;
protocol = SOCKS5:48529;
protocol = SOCKS5:4701;
protocol = SOCKS5:30973;
protocol = SOCKS5:38541;
protocol = SOCKS5:61789;
protocol = SOCKS5:53393;
protocol = SOCKS5:31209;
protocol = SOCKS5:55391;
protocol = SOCKS5:34497;
protocol = SOCKS5:2957;
protocol = SOCKS5:22899;
protocol = SOCKS5:35723;
protocol = SOCKS5:34790;
protocol = SOCKS5:13677;
protocol = SOCKS5:27575;
protocol = SOCKS5:33185;
protocol = SOCKS5:11341;
protocol = SOCKS5:24177;
protocol = SOCKS5:37029;
protocol = SOCKS5:19826;
protocol = SOCKS5:15539;
protocol = SOCKS5:16477;
protocol = SOCKS5:36817;
protocol = SOCKS5:12059;
protocol = SOCKS5:8262;
protocol = SOCKS5:21027;
protocol = SOCKS5:8876;
protocol = SOCKS5:51607;
protocol = SOCKS5:96;
protocol = SOCKS5:26908;
protocol = SOCKS5:8580;
protocol = SOCKS5:39801;
protocol = SOCKS5:21118;
protocol = SOCKS5:13861;
protocol = SOCKS5:8115;
protocol = SOCKS5:21066;
protocol = SOCKS5:34954;
protocol = SOCKS5:14780;
protocol = SOCKS5:57411;
protocol = SOCKS5:20222;
protocol = SOCKS5:40642;
protocol = SOCKS5:11347;
protocol = SOCKS5:33;
protocol = SOCKS5:52135;
protocol = SOCKS5:48735;
protocol = SOCKS5:52601;
protocol = SOCKS5:13589;
protocol = SOCKS5:1336;
protocol = SOCKS5:2235;
protocol = SOCKS5:26225;
protocol = SOCKS5:31238;
protocol = SOCKS5:3288;
protocol = SOCKS5:21;
protocol = SOCKS5:31583;
protocol = SOCKS5:47885;
protocol = SOCKS5:12569;
protocol = SOCKS5:15508;
protocol = SOCKS5:12667;
protocol = SOCKS5:44089;
protocol = SOCKS5:56505;
protocol = SOCKS5:43079;
protocol = SOCKS5:16444;
protocol = SOCKS5:21471;
protocol = SOCKS5:43939;
protocol = SOCKS5:48243;
protocol = SOCKS5:12345;
protocol = SOCKS5:11180;
protocol = SOCKS5:12321;
protocol = SOCKS5:9124;
protocol = SOCKS5:6363;
protocol = SOCKS5:4635;
protocol = SOCKS5:39995;
protocol = SOCKS5:23785;
protocol = SOCKS5:24197;
protocol = SOCKS5:56193;
protocol = SOCKS5:63747;
protocol = SOCKS5:8807;
protocol = SOCKS5:54348;
protocol = SOCKS5:11190;
protocol = SOCKS5:37651;
protocol = SOCKS5:12446;
protocol = SOCKS5:48483;
protocol = SOCKS5:15505;
protocol = SOCKS5:96;
protocol = SOCKS5:61629;
protocol = SOCKS5:43829;
protocol = SOCKS5:20561;
protocol = SOCKS5:36062;
protocol = SOCKS5:52981;
protocol = SOCKS5:5107;
protocol = SOCKS5:20154;
protocol = SOCKS5:47841;
protocol = SOCKS5:21;
protocol = SOCKS5:60214;
protocol = SOCKS5:33901;
protocol = SOCKS5:14873;
protocol = SOCKS5:47182;
protocol = SOCKS5:8493;
protocol = SOCKS5:10307;
protocol = SOCKS5:49135;
protocol = SOCKS5:62447;
protocol = SOCKS5:51839;
protocol = SOCKS5:48534;
protocol = SOCKS5:10597;
protocol = SOCKS5:3648;
protocol = SOCKS5:3813;
protocol = SOCKS5:57665;
protocol = SOCKS5:9925;
protocol = SOCKS5:2617;
protocol = SOCKS5:48315;
protocol = SOCKS5:8447;
protocol = SOCKS5:10586;
protocol = SOCKS5:43307;
protocol = SOCKS5:6543;
protocol = SOCKS5:6373;
protocol = SOCKS5:17891;
protocol = SOCKS5:25533;
protocol = SOCKS5:50649;
protocol = SOCKS5:8312;
protocol = SOCKS5:14913;
protocol = SOCKS5:47529;
protocol = SOCKS5:60673;
protocol = SOCKS5:7797;
protocol = SOCKS5:48646;
protocol = SOCKS5:2543;
protocol = SOCKS5:14893;
protocol = SOCKS5:6851;
protocol = SOCKS5:44592;
protocol = SOCKS5:14133;
protocol = SOCKS5:2603;
protocol = SOCKS5:32435;
protocol = SOCKS5:5577;
protocol = SOCKS5:26335;
protocol = SOCKS5:39841;
protocol = SOCKS5:52024;
protocol = SOCKS5:4407;
protocol = SOCKS5:50719;
protocol = SOCKS5:31367;
protocol = SOCKS5:33249;
protocol = SOCKS5:40108;
protocol = SOCKS5:7121;
protocol = SOCKS5:52466;
protocol = SOCKS5:50797;
protocol = SOCKS5:22483;
protocol = SOCKS5:30519;
protocol = SOCKS5:48633;
protocol = SOCKS5:58161;
protocol = SOCKS5:4177;
protocol = SOCKS5:44822;
protocol = SOCKS5:37599;
protocol = SOCKS5:5173;
protocol = SOCKS5:60459;
protocol = SOCKS5:6393;
protocol = SOCKS5:48220;
protocol = SOCKS5:56264;
protocol = SOCKS5:2875;
protocol = SOCKS5:2498;
protocol = SOCKS5:44143;
protocol = SOCKS5:44683;
protocol = SOCKS5:25673;
protocol = SOCKS5:19353;
protocol = SOCKS5:6173;
protocol = SOCKS5:57814;
protocol = SOCKS5:5455;
protocol = SOCKS5:23586;
protocol = SOCKS5:3403;
protocol = SOCKS5:1490;
protocol = SOCKS5:22626;
protocol = SOCKS5:2699;
protocol = SOCKS5:34809;
protocol = SOCKS5:6073;
protocol = SOCKS5:11136;
protocol = SOCKS5:33424;
protocol = SOCKS5:27190;
protocol = SOCKS5:47215;
protocol = SOCKS5:43799;
protocol = SOCKS5:32872;
protocol = SOCKS5:23913;
protocol = SOCKS5:5802;
protocol = SOCKS5:64460;
protocol = SOCKS5:52731;
protocol = SOCKS5:11918;
protocol = SOCKS5:4257;
protocol = SOCKS5:48017;
protocol = SOCKS5:2559;
protocol = SOCKS5:48633;
protocol = SOCKS5:20729;
protocol = SOCKS5:6839;
protocol = SOCKS5:10809;
protocol = SOCKS5:56621;
protocol = SOCKS5:41591;
protocol = SOCKS5:10927;
protocol = SOCKS5:11846;
protocol = SOCKS5:60459;
protocol = SOCKS5:2131;
protocol = SOCKS5:46274;
protocol = SOCKS5:11421;
protocol = SOCKS5:50006;
protocol = SOCKS5:36373;
protocol = SOCKS5:51819;
protocol = SOCKS5:48352;
protocol = SOCKS5:3063;
protocol = SOCKS5:7965;
protocol = SOCKS5:4259;
protocol = SOCKS5:42660;
protocol = SOCKS5:62865;
protocol = SOCKS5:51374;
protocol = SOCKS5:18947;
protocol = SOCKS5:24621;
protocol = SOCKS5:11950;
protocol = SOCKS5:38637;
protocol = SOCKS5:49187;
protocol = SOCKS5:43103;
protocol = SOCKS5:17427;
protocol = SOCKS5:36739;
protocol = SOCKS5:54639;
protocol = SOCKS5:53782;
protocol = SOCKS5:44036;
protocol = SOCKS5:9211;
protocol = SOCKS5:53385;
protocol = SOCKS5:46573;
protocol = SOCKS5:22699;
protocol = SOCKS5:40479;
protocol = SOCKS5:49005;
protocol = SOCKS5:27480;
protocol = SOCKS5:20471;
protocol = SOCKS5:5261;
protocol = SOCKS5:7353;
protocol = SOCKS5:53038;
protocol = SOCKS5:46044;
protocol = SOCKS5:10632;
protocol = SOCKS5:4273;
protocol = SOCKS5:53475;
protocol = SOCKS5:6679;
protocol = SOCKS5:50425;
protocol = SOCKS5:6205;
protocol = SOCKS5:25851;
protocol = SOCKS5:53619;
protocol = SOCKS5:44869;
protocol = SOCKS5:27295;
protocol = SOCKS5:23227;
protocol = SOCKS5:10821;
protocol = SOCKS5:1454;
protocol = SOCKS5:49609;
protocol = SOCKS5:25120;
protocol = SOCKS5:33774;
protocol = SOCKS5:5058;
protocol = SOCKS5:33601;
protocol = SOCKS5:2058;
protocol = SOCKS5:12934;
protocol = SOCKS5:46143;
protocol = SOCKS5:21333;
protocol = SOCKS5:42781;
protocol = SOCKS5:40276;
protocol = SOCKS5:30001;
protocol = SOCKS5:31385;
protocol = SOCKS5:55105;
protocol = SOCKS5:37205;
protocol = SOCKS5:10587;
protocol = SOCKS5:25533;
protocol = SOCKS5:55031;
protocol = SOCKS5:9241;
protocol = SOCKS5:24543;
protocol = SOCKS5:53423;
protocol = SOCKS5:59549;
protocol = SOCKS5:22223;
protocol = SOCKS5:26903;
protocol = SOCKS5:20245;
protocol = SOCKS5:15278;
protocol = SOCKS5:4968;
protocol = SOCKS5:60191;
protocol = SOCKS5:18879;
protocol = SOCKS5:13460;
protocol = SOCKS5:34313;
protocol = SOCKS5:47045;
protocol = SOCKS5:58467;
protocol = SOCKS5:6685;
protocol = SOCKS5:48534;
protocol = SOCKS4:28280;
protocol = SOCKS4:4177;
protocol = SOCKS4:41591;
protocol = SOCKS4:48633;
protocol = SOCKS4:50719;
protocol = SOCKS4:44683;
protocol = SOCKS4:2875;
protocol = SOCKS4:56264;
protocol = SOCKS4:57665;
protocol = SOCKS4:3813;
protocol = SOCKS4:2498;
protocol = SOCKS4:44143;
protocol = SOCKS4:37599;
protocol = SOCKS4:40108;
protocol = SOCKS4:10597;
protocol = SOCKS4:14873;
protocol = SOCKS4:50797;
protocol = SOCKS4:14133;
protocol = SOCKS4:47269;
protocol = SOCKS4:8493;
protocol = SOCKS4:47182;
protocol = SOCKS4:48220;
protocol = SOCKS4:6393;
protocol = SOCKS4:5577;
protocol = SOCKS4:58161;
protocol = SOCKS4:30519;
protocol = SOCKS4:22483;
protocol = SOCKS4:31367;
protocol = SOCKS4:4407;
protocol = SOCKS4:52024;
protocol = SOCKS4:8312;
protocol = SOCKS4:32435;
protocol = SOCKS4:2603;
protocol = SOCKS4:60673;
protocol = SOCKS4:10307;
protocol = SOCKS4:9925;
protocol = SOCKS4:5455;
protocol = SOCKS4:48302;
protocol = SOCKS4:48646;
protocol = SOCKS4:30373;
protocol = SOCKS4:35516;
protocol = SOCKS4:10287;
protocol = SOCKS4:3781;
protocol = SOCKS4:60725;
protocol = SOCKS4:47499;
protocol = SOCKS4:39729;
protocol = SOCKS4:9521;
protocol = SOCKS4:62051;
protocol = SOCKS4:1338;
protocol = SOCKS4:42799;
protocol = SOCKS4:57559;
protocol = SOCKS4:46061;
protocol = SOCKS4:57607;
protocol = SOCKS4:1783;
protocol = SOCKS4:1794;
protocol = SOCKS4:32057;
protocol = SOCKS4:29971;
protocol = SOCKS4:23456;
protocol = SOCKS4:56827;
protocol = SOCKS4:1736;
protocol = SOCKS4:1893;
protocol = SOCKS4:23446;
protocol = SOCKS4:43621;
protocol = SOCKS4:1066;
protocol = SOCKS4:48720;
protocol = SOCKS4:2017;
protocol = SOCKS4:36298;
protocol = SOCKS4:60775;
protocol = SOCKS4:26803;
protocol = SOCKS4:44795;
protocol = SOCKS4:1443;
protocol = SOCKS4:13579;
protocol = SOCKS4:7123;
protocol = SOCKS4:1983;
protocol = SOCKS4:57559;
protocol = SOCKS4:49491;
protocol = SOCKS4:13289;
protocol = SOCKS4:17124;
protocol = SOCKS4:34468;
protocol = SOCKS4:1240;
protocol = SOCKS4:28181;
protocol = SOCKS4:30311;
protocol = SOCKS4:9999;
protocol = SOCKS4:16970;
protocol = SOCKS4:8082;
protocol = SOCKS4:23472;
protocol = SOCKS4:1777;
protocol = SOCKS4:48720;
protocol = SOCKS4:30311;
protocol = SOCKS4:1629;
protocol = SOCKS4:1127;
protocol = SOCKS4:1973;
protocol = SOCKS4:44592;
protocol = SOCKS4:1794;
protocol = SOCKS4:23114;
protocol = SOCKS4:17619;
protocol = SOCKS4:1493;
protocol = SOCKS4:42799;
protocol = SOCKS4:7422;
protocol = SOCKS4:1110;
protocol = SOCKS4:10134;
protocol = SOCKS4:49207;
protocol = SOCKS4:30373;
protocol = SOCKS4:62135;
protocol = SOCKS4:20817;
protocol = SOCKS4:1498;
protocol = SOCKS4:1983;
protocol = SOCKS4:4651;
protocol = SOCKS4:37393;
protocol = SOCKS4:37393;
protocol = SOCKS4:29397;
protocol = SOCKS4:1315;
protocol = SOCKS4:44005;
protocol = SOCKS4:10179;
protocol = SOCKS4:34809;
protocol = SOCKS4:31125;
protocol = SOCKS4:33064;
protocol = SOCKS4:21471;
protocol = SOCKS4:31945;
protocol = SOCKS4:61629;
protocol = SOCKS4:36201;
protocol = SOCKS4:6997;
protocol = SOCKS4:33;
protocol = SOCKS4:9853;
protocol = SOCKS4:9050;
protocol = SOCKS4:9123;
protocol = SOCKS4:6518;
protocol = SOCKS4:21187;
protocol = SOCKS4:49616;
protocol = SOCKS4:13861;
protocol = SOCKS4:24070;
protocol = SOCKS4:3983;
protocol = SOCKS4:23306;
protocol = SOCKS4:29607;
protocol = SOCKS4:28398;
protocol = SOCKS4:20729;
protocol = SOCKS4:21105;
protocol = SOCKS4:16533;
protocol = SOCKS4:17318;
protocol = SOCKS4:14663;
protocol = SOCKS4:5716;
protocol = SOCKS4:53357;
protocol = SOCKS4:32722;
protocol = SOCKS4:60923;
protocol = SOCKS4:3699;
protocol = SOCKS4:48365;
protocol = SOCKS4:55511;
protocol = SOCKS4:4914;
protocol = SOCKS4:6826;
protocol = SOCKS4:7198;
protocol = SOCKS4:7366;
protocol = SOCKS4:9036;
protocol = SOCKS4:4960;
protocol = SOCKS4:57411;
protocol = SOCKS4:56069;
protocol = SOCKS4:46685;
protocol = SOCKS4:21027;
protocol = SOCKS4:49061;
protocol = SOCKS4:7499;
protocol = SOCKS4:20222;
protocol = SOCKS4:27575;
protocol = SOCKS4:48735;
protocol = SOCKS4:34605;
protocol = SOCKS4:10563;
protocol = SOCKS4:37029;
protocol = SOCKS4:4635;
protocol = SOCKS4:54854;
protocol = SOCKS4:4701;
protocol = SOCKS4:1629;
protocol = SOCKS4:52601;
protocol = SOCKS4:53393;
protocol = SOCKS4:60079;
protocol = SOCKS4:13589;
protocol = SOCKS4:2235;
protocol = SOCKS4:26225;
protocol = SOCKS4:16945;
protocol = SOCKS4:31238;
protocol = SOCKS4:16337;
protocol = SOCKS4:3288;
protocol = SOCKS4:21;
protocol = SOCKS4:31209;
protocol = SOCKS4:34497;
protocol = SOCKS4:48483;
protocol = SOCKS4:13677;
protocol = SOCKS4:15505;
protocol = SOCKS4:28051;
protocol = SOCKS4:96;
protocol = SOCKS4:62423;
protocol = SOCKS4:36062;
protocol = SOCKS4:8115;
protocol = SOCKS4:52981;
protocol = SOCKS4:8746;
protocol = SOCKS4:54348;
protocol = SOCKS4:20154;
protocol = SOCKS4:47841;
protocol = SOCKS4:60214;
protocol = SOCKS4:33901;
protocol = SOCKS4:36817;
protocol = SOCKS4:1085;
protocol = SOCKS4:38355;
protocol = SOCKS4:26239;
protocol = SOCKS4:1967;
protocol = SOCKS4:2521;
protocol = SOCKS4:12133;
protocol = SOCKS4:37139;
protocol = SOCKS4:5875;
protocol = SOCKS4:49679;
protocol = SOCKS4:25163;
protocol = SOCKS4:42835;
protocol = SOCKS4:39955;
protocol = SOCKS4:6713;
protocol = SOCKS4:1081;
protocol = SOCKS4:35677;
protocol = SOCKS4:27424;
protocol = SOCKS4:59317;
protocol = SOCKS4:4301;
protocol = SOCKS4:1780;
protocol = SOCKS4:4343;
protocol = SOCKS4:42116;
protocol = SOCKS4:37231;
protocol = SOCKS4:24397;
protocol = SOCKS4:11136;
protocol = SOCKS4:51607;
protocol = SOCKS4:33424;
protocol = SOCKS4:27190;
protocol = SOCKS4:47215;
protocol = SOCKS4:43799;
protocol = SOCKS4:32872;
protocol = SOCKS4:23913;
protocol = SOCKS4:5802;
protocol = SOCKS4:39841;
protocol = SOCKS4:6788;
protocol = SOCKS4:64460;
protocol = SOCKS4:52731;
protocol = SOCKS4:11918;
protocol = SOCKS4:33249;
protocol = SOCKS4:4257;
protocol = SOCKS4:2559;
protocol = SOCKS4:6839;
protocol = SOCKS4:5173;
protocol = SOCKS4:10809;
protocol = SOCKS4:56621;
protocol = SOCKS4:11846;
protocol = SOCKS4:2131;
protocol = SOCKS4:25673;
protocol = SOCKS4:6173;
protocol = SOCKS4:36373;
protocol = SOCKS4:51819;
protocol = SOCKS4:48352;
protocol = SOCKS4:61937;
protocol = SOCKS4:3063;
protocol = SOCKS4:7965;
protocol = SOCKS4:17427;
protocol = SOCKS4:4731;
protocol = SOCKS4:53583;
protocol = SOCKS4:4861;
protocol = SOCKS4:3299;
protocol = SOCKS4:44559;
protocol = SOCKS4:15539;
protocol = SOCKS4:38637;
protocol = SOCKS4:24621;
protocol = SOCKS4:18989;
protocol = SOCKS4:57165;
protocol = SOCKS4:51903;
protocol = SOCKS4:6461;
protocol = SOCKS4:40276;
protocol = SOCKS4:42521;
protocol = SOCKS4:6649;
protocol = SOCKS4:30001;
protocol = SOCKS4:60191;
protocol = SOCKS4:33699;
protocol = SOCKS4:4717;
protocol = SOCKS4:53782;
protocol = SOCKS4:44036;
protocol = SOCKS4:31385;
protocol = SOCKS4:5709;
protocol = SOCKS4:38901;
protocol = SOCKS4:1454;
protocol = SOCKS4:36739;
protocol = SOCKS4:54639;
protocol = SOCKS4:16349;
protocol = SOCKS4:49187;
protocol = SOCKS4:53475;
protocol = SOCKS4:38514;
protocol = SOCKS4:4259;
protocol = SOCKS4:42660;
/*
* These came courtsey of Keith Dunnett from a bunch of public open
* proxy lists.
*/
protocol = SOCKS4:29992;
protocol = SOCKS4:38884;
protocol = SOCKS4:18844;
protocol = SOCKS4:17771;
protocol = SOCKS4:31121;
fd = 400;
/* If required you can add settings such as target_ip here
* they will override the defaults set in the first scanner
* for this and subsequent scanners defined in the config file
* This affects the following options:
* fd, vhost, target_ip, target_port, target_string, timeout and
* max_read.
*/
};
/*
* User blocks define what scanners will be used to scan which hostmasks. When
* a user connects they will be scanned on every scanner {} (above) that
* matches their host.
*/
user {
/*
* Users matching this host mask will be scanned with all the
* protocols in the scanner named.
*/
mask = "*!*@*";
scanner = "default";
};
user {
/* Connections without ident will match on a vast number of connections
* very few proxies run ident though */
# mask = "*!~*@*";
mask = "*!squid@*";
mask = "*!nobody@*";
mask = "*!www-data@*";
mask = "*!cache@*";
mask = "*!CacheFlowS@*";
mask = "*!*@*www*";
mask = "*!*@*proxy*";
mask = "*!*@*cache*";
scanner = "extended";
};
/*
* Exempt hosts matching certain strings from any form of scanning or dnsbl.
* BOPM will check each string against both the hostname and the IP address of
* the user.
*
* There are very few valid reasons to actually use "exempt". BOPM should
* never get false positives, and we would like to know very much if it does.
* One possible scenario is that the machine BOPM runs from is specifically
* authorized to use certain hosts as proxies, and users from those hosts use
* your network. In this case, without exempt, BOPM will scan these hosts,
* find itself able to use them as proxies, and ban them.
*/
exempt {
mask = "*!*@178.33.135.19";
};

Yorum Gönder

Daha yeni Daha eski