<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13560" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-06-05T00:12:20-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13560</id>

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-06-05T00:12:20-04:00</updated>

		<published>2007-06-05T00:12:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73280#p73280</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73280#p73280"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73280#p73280"><![CDATA[
Btw this RBL script is very unaccurate. Not to say the script, but the database of ip's they have, the rbl database websites, yeap. I used these rbl urls to check the script once.<br><div class="codebox"><p>Code: </p><pre><code>#Space-separated list of RBLs to look inset proxycheck_rbls {"cbl.abuseat.org""www.dronebl.org""moensted.dk/spam/no-more-funn/"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Jun 05, 2007 12:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nsrafk]]></name></author>
		<updated>2007-06-03T19:47:19-04:00</updated>

		<published>2007-06-03T19:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73246#p73246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73246#p73246"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73246#p73246"><![CDATA[
Omg lol. Sorry. I thought the rbls didnt exist anymore. Jesus <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Btw, any suggestions which RBL's i should add to the list ^^ ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8985">nsrafk</a> — Sun Jun 03, 2007 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-06-03T18:59:45-04:00</updated>

		<published>2007-06-03T18:59:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73244#p73244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73244#p73244"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73244#p73244"><![CDATA[
Actually, it just means that 85.93.9.59 is not found in any of the dns-blacklists you use, and thus most likely is not a well-known open-proxy..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Jun 03, 2007 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nsrafk]]></name></author>
		<updated>2007-06-03T18:35:33-04:00</updated>

		<published>2007-06-03T18:35:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73243#p73243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73243#p73243"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73243#p73243"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># open proxy checker for eggdrop# (c) James Seward 2003/4# version 1.0# http://www.jamesoff.net/projects/eggdrop# james@jamesoff.net# Released under the GPL## INSTRUCTIONS################################################################################ This script will check the hosts of people joining channels against one or# RBLs. Choose your RBLs wisely, some of them list DIALUP SPACE and that would# be a bad thing to be matching your IRC users against :P## Enable the 'proxycheck' flag for channels you want the script active on# --&gt; .chanset #somechannel +proxycheck## Users who are +o, +v, or +f in your bot (local or global) won't be checked.## Turn on console level d on the partyline to see some debug from the script# --&gt; .console +d (to enable)# --&gt; .console -d (to disable)## CONFIG################################################################################ space-separated list of RBLs to look inset proxycheck_rbls { "cbl.abuseat.org" "opm.blitzed.org" "dnsbl.ahbl.org" }# time in minutes to ban forset proxycheck_bantime 15# stop editing here unless you're TCL-proof## CODE################################################################################add our channel flagsetudef flag proxycheck#bind our eventsbind join - *!*@* proxycheck_join#swing your pants# catch joinsproc proxycheck_join { nick host handle channel } {  #check we're active  if {![channel get $channel proxycheck]} {    return 0  }  #don't apply to friends, voices, ops  if {[matchattr $handle fov|fov $channel]} {    return 0  }  #get the actual host  regexp ".+@(.+)" $host matches newhost  if [regexp {[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$} $newhost] {    #it's a numeric host, skip the lookup    proxycheck_check2 $newhost $newhost 1 $nick $newhost $channel  } else {    putloglev d * "proxycheck: doing dns lookup on $newhost to get IP"    dnslookup $newhost proxycheck_check2 $nick $newhost $channel  }}# first callback (runs RBL checks)proc proxycheck_check2 { ip host status nick orighost channel } {  global proxycheck_rbls  if {$status} {    putloglev d * "proxycheck: $host resolves to $ip"    # reverse the IP    regexp {([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3})} $ip matches a b c d    set newip "$d.$c.$b.$a"    # look it up in the rbls    foreach rbl $proxycheck_rbls {      putloglev d * "proxycheck: looking up $newip.$rbl"      dnslookup "$newip.$rbl" proxycheck_check3 $nick $host $channel $rbl    }  } else {    putlog "proxycheck: Couldn't resolve $host. (No further action taken.)"  }}# second callback (catches RBL results)proc proxycheck_check3 { ip host status nick orighost channel rbl } {  global proxycheck_bantime  if {$status} {    putlog "proxycheck: got host $host = ip $ip from RBL $rbl ... banning"    newchanban $channel "*@$orighost" "proxychk" "proxycheck: $rbl" $proxycheck_bantime  }  #if we didn't get a host, they're not in RBL}putlog "proxycheck 1.0 by JamesOff loaded"</code></pre></div>That's what im using right now - only problem is this @ partyline:<br><br>(00:03:09) (fel1cia) [00:03] DNS resolved my.ganja.nl to 85.93.9.59<br>(00:03:09) (fel1cia) [00:03] proxycheck: my.ganja.nl resolves to 85.93.9.59<br>(00:03:09) (fel1cia) [00:03] proxycheck: looking up 59.9.93.85.cbl.abuseat.org<br>(00:03:09) (fel1cia) [00:03] proxycheck: looking up 59.9.93.85.opm.blitzed.org<br>(00:03:09) (fel1cia) [00:03] proxycheck: looking up 59.9.93.85.dnsbl.ahbl.org<br>(00:03:09) (fel1cia) [00:03] DNS resolve failed for 59.9.93.85.dnsbl.ahbl.org<br>(00:03:09) (fel1cia) [00:03] DNS resolve failed for 59.9.93.85.cbl.abuseat.org<br>(00:03:10) (fel1cia) [00:03] #Nosser: mode change '+o phiL' by |PRINCE|!<a href="mailto:nsrafk@finds.hacking.quite.c00l.info">nsrafk@finds.hacking.quite.c00l.info</a><br>(00:03:51) (fel1cia) [00:03] DNS resolve failed for 59.9.93.85.opm.blitzed.org<br><br>--- I guess that means it doesnt work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Anything i can do to make this script work?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8985">nsrafk</a> — Sun Jun 03, 2007 6:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-03T18:17:07-04:00</updated>

		<published>2007-06-03T18:17:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73242#p73242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73242#p73242"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73242#p73242"><![CDATA[
What have changed since 2003-2004? It's still the same, if the port is open then it's a proxy...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jun 03, 2007 6:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nsrafk]]></name></author>
		<updated>2007-06-03T18:10:05-04:00</updated>

		<published>2007-06-03T18:10:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73241#p73241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73241#p73241"/>
		<title type="html"><![CDATA[Need some kind of anti-proxy script. (have tried many)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73241#p73241"><![CDATA[
Hi.<br><br>Im in deeply need of a anti-proxy/trojan script. I've tried a couple of different ones, but nothing seems to work these days since the scripts is from 2003-2004. Can't seem to find any up-to-date ones. If anybody would be able to help me getting an actually working script, i'd be happy!<br>And for the record, yes i have tried the two in the tcl archive.<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8985">nsrafk</a> — Sun Jun 03, 2007 6:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
