|
|
| Author |
Message |
AdamShort Newbie

Joined: 02 Jun 2007 Posts: 82
|
Posted: Jul 01, 2009 10:35am Post subject: just instaled bopm |
|
|
| Hey guys we just installed bopm because we have been reciving alot of botnets any other good installations people could tell me about? |
|
| Back to top |
|
 |
Leet Lurker

Joined: 26 Jun 2008 Posts: 158 Location: New York
|
Posted: Jul 01, 2009 10:57am Post subject: |
|
|
| Ah good server check it out. |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 624 Location: South Africa
|
Posted: Jul 01, 2009 1:40pm Post subject: |
|
|
| IRC Defender, UnrealIRCd's anti-random, defizzer and antimoon modules - off the top of my head - you should find similar modules in Inspircd and Nefarious IRCd has a few defenses of it's own as well - You may want to look into the delaylist modules too - but modify the default of 2 minutes... |
|
| Back to top |
|
 |
greg27 Idler

Joined: 07 Oct 2006 Posts: 255 Location: Australia
|
Posted: Jul 01, 2009 7:37pm Post subject: |
|
|
| DroneBL and SwiftBL are two good DNSBLs to use with BOPM. EFnet RBL and ProxyBL may also be worth a look. |
|
| Back to top |
|
 |
Snakes none

Joined: 26 Sep 2009 Posts: 11
|
Posted: Sep 30, 2009 7:20am Post subject: |
|
|
| OPSB - Open Proxy Services Bot |
|
| Back to top |
|
 |
Jobe Eleet

Joined: 30 Jul 2006 Posts: 528 Location: Lurking in the shadows of some random channel!
|
Posted: Sep 30, 2009 10:07am Post subject: |
|
|
| Snakes wrote: | | OPSB - Open Proxy Services Bot |
[opinion (that some would say is fact)]BOPM > OPSB[/opinion]
I base my opinion on a couple of factors.
1) OPSB is part of a dead project, one that is no longer being maintained.
2) Compared to BOPM, OPSB's scanning functionality is limited
3) BOPM doesnt encourage the use of a "services" package that encourages user count bloating by way of unnecessary bots (one bot for every tiny feature is far from efficiant). |
|
| Back to top |
|
 |
Snakes none

Joined: 26 Sep 2009 Posts: 11
|
Posted: Sep 30, 2009 3:48pm Post subject: |
|
|
| Jobe wrote: | | Snakes wrote: | | OPSB - Open Proxy Services Bot |
[opinion (that some would say is fact)]BOPM > OPSB[/opinion]
I base my opinion on a couple of factors.
1) OPSB is part of a dead project, one that is no longer being maintained.
2) Compared to BOPM, OPSB's scanning functionality is limited
3) BOPM doesnt encourage the use of a "services" package that encourages user count bloating by way of unnecessary bots (one bot for every tiny feature is far from efficiant). |
I agree, I was just naming another item like requested.  |
|
| Back to top |
|
 |
Trixar_za Eleet

Joined: 10 Dec 2006 Posts: 624 Location: South Africa
|
Posted: Oct 01, 2009 10:20am Post subject: |
|
|
| Jobe wrote: | | Snakes wrote: | | OPSB - Open Proxy Services Bot |
[opinion (that some would say is fact)]BOPM > OPSB[/opinion]
I base my opinion on a couple of factors.
1) OPSB is part of a dead project, one that is no longer being maintained.
2) Compared to BOPM, OPSB's scanning functionality is limited
3) BOPM doesnt encourage the use of a "services" package that encourages user count bloating by way of unnecessary bots (one bot for every tiny feature is far from efficiant). |
4) BOPM can do the job that takes THREE services within NeoStats... |
|
| Back to top |
|
 |
-dork- none

Joined: 24 Oct 2009 Posts: 26
|
Posted: Oct 31, 2009 5:54pm Post subject: lol |
|
|
use an ircd where you can encorporate dns blacklists through the ircd.conf and you won thave to worry about bopm or any sort of external proxy monitor. Defender is a real piece of crap. Bopm is unessecary if youre using a decent ircd charybdis and i believe inspircd (yuk ugly wannabe xml; looking config) can do this. |
|
| Back to top |
|
 |
greg27 Idler

Joined: 07 Oct 2006 Posts: 255 Location: Australia
|
Posted: Nov 01, 2009 1:53am Post subject: |
|
|
The ircd generally has enough to do without scanning incoming connections for open proxies or checking blacklists. There's nothing wrong with using something external (like bopm) to do this. I think that was the reason that proxy scanning was removed from both unrealircd and anope.
Also, Defender has some useful features like the spammage module. |
|
| Back to top |
|
 |
PingBad Post Whore

Joined: 05 Feb 2005 Posts: 3027 Location: New Zealand
|
Posted: Nov 01, 2009 2:46am Post subject: Re: lol |
|
|
| -dork- wrote: | use an ircd where you can encorporate dns blacklists through the ircd.conf and you won thave to worry about bopm or any sort of external proxy monitor. Defender is a real piece of crap. Bopm is unessecary if youre using a decent ircd charybdis and i believe inspircd (yuk ugly wannabe xml; looking config) can do this. | While I'll concede that insp's conf looks like XML (or variants), last time I checked (braindigitalis, w00t, FrostyCoolSlug, etc: feel free to correct me on this) they don't use a true xml layout
eg: | Code: | <config>
<server name="irc.blah.tld" uid="1" />
<listeners>
<listen ip="*" port="6667" servers="0" users="1" ssl="0" />
<listen ip="*" port="8067" servers="1" users="0" ssl="1" />
</listeners>
<opers>
<oper user="joe" password="ABCHYUI#^*^JKHJK43687" hash="timbuktu" hosts="*@abc.tld;*@contoso.com" class="oper" />
</opers>
</config> | etc... |
|
| Back to top |
|
 |
|