<?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/458" />

	<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>2001-11-27T11:59:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-27T11:59:00-04:00</updated>

		<published>2001-11-27T11:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2115#p2115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2115#p2115"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2115#p2115"><![CDATA[
yes, the code<blockquote class="uncited"><div>proc getdcchost {hand} {<br>  set uh [lindex [lindex [dcclist chat] [set idx [lsearch -glob [dcclist chat] "* $hand *"]] 2]<br>  if {$idx &lt; 0} { return -1 }<br>  return "${hand}!${uh}"<br>}</div></blockquote>Should extract the host out of the dcc information.<br><br>Note, if they are using a BNC that extracts and converts the CTCP information, and tunnels the DCC connection for them, then this will only give you the host of the BNC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Nov 27, 2001 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-27T04:09:00-04:00</updated>

		<published>2001-11-27T04:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2103#p2103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2103#p2103"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2103#p2103"><![CDATA[
Hmm, okie<br><br>What about when someone (a flagged) user /dcc chat to the bot? Is there anyway the eggdrop can detect the actual hostmask despite the user is behind a firewall or BNC? I've seen logs like when a user is behind a firewall, the eggdrop was able to detect the actual host.<br><br>Any Ideas?<br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Tue Nov 27, 2001 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-11-26T15:51:00-04:00</updated>

		<published>2001-11-26T15:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2084#p2084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2084#p2084"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2084#p2084"><![CDATA[
Well, there is one way, which relies on them having dcc auto-get enabled. However, seting up a bot to dcc someone on join just to get their ip is most likely just to either 1) get you klined, or 2) packeted (or both)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Mon Nov 26, 2001 3:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-26T12:47:00-04:00</updated>

		<published>2001-11-26T12:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2082#p2082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2082#p2082"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2082#p2082"><![CDATA[
This is true, it is 100% impossible to detect a host that is connecting through a BNC or proxy.<br><br>If you had admin privliges (if the software provides them) to the proxy, there may be a command to see who is connected, but other wise there is no other way.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 26, 2001 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-26T11:38:00-04:00</updated>

		<published>2001-11-26T11:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2079#p2079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2079#p2079"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2079#p2079"><![CDATA[
As far as I know, It is almost impossible to detect the real ISP hostmask behind a spoofed IP on IRC.<br>Correct me if I'm wrong, I like to know how to trace it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br><br>p/s: This is the 1000th post on this forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>&lt;font size=-1&gt;[ This Message was edited by: Leonhart on 2001-11-26 08:52 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Mon Nov 26, 2001 11:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-26T04:36:00-04:00</updated>

		<published>2001-11-26T04:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2073#p2073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2073#p2073"/>
		<title type="html"><![CDATA[Detect *actual* hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2073#p2073"><![CDATA[
Hi,<br><br>Is there anyway I can add a feature to eggdrop such that the eggdrop will automatically scan the user hostmask when the user joins a specific channel? Let's say if the user IP is spoofed (behind a firewall or BNC), it can detect the actual (ISP) hostmask.<br><br>If it is possible, what are the solutions?<br>I'll be grateful if anyone has any ideas or solutions <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Regards,<br>galaxyboy<p>Statistics: Posted by Guest — Mon Nov 26, 2001 4:36 am</p><hr />
]]></content>
	</entry>
	</feed>
