Page 1 of 1

Crypt host on hybrid with proxydetect

Posted: Sun Jun 20, 2004 12:50 pm
by Sniper94
Hello,

I want crypt host on my Hybrid (I can crypt this host) but I have a proxydetect, et he work with the real hostname and not with the crypt host. Who can help me ?
Thx !

Posted: Sun Jun 20, 2004 11:05 pm
by Hwy
Can you please explain what you want better?

"crypt host", do you mean Unreal-like hostname hiding?

proxy scanning, ie bopm?

You need to explain what exactly you want (in proper English, for the benefit of those who don't natively speak it) before anyone can assist you.

Posted: Mon Jun 21, 2004 7:40 am
by Sniper94
I use a hybrid IRCD
my scanner is sockscleaner.
I know how hiding the hostname on my IRCD but my server send to all another server the hiding hostname, and my scanner is a server.
I don't know just send to my sanner the real hostname.
Sorry for my english, i'm not english...
tkanks for your help

Posted: Mon Jun 21, 2004 11:48 am
by Hwy
Sniper94 wrote:I use a hybrid IRCD
my scanner is sockscleaner.
I know how hiding the hostname on my IRCD but my server send to all another server the hiding hostname, and my scanner is a server.
I don't know just send to my sanner the real hostname.
Sorry for my english, i'm not english...
tkanks for your help
You can't. There is no way to solve this issue. If you spoof someone (what I believe you mean by host hiding), it is assumed that they are trusted.

It seems as if you're setting the daemon up to spoof everyone who connects?

Posted: Mon Jun 21, 2004 12:10 pm
by munky
run a proxy scanner that runs as a local oper. i don't know much about "crypt host", but most hostname hiding patches that I have seen will show the real ip/hostname to local opers

Crypt host

Posted: Sat Feb 25, 2006 4:21 pm
by Rejected
hybrid 7.2.0 now has ip_cloaking.c in contrib if you want the real ip sent across all servers you can use sockhost in the NICK %s lines in s_user.c and s_serv.c if you want to see a example feel free to send me a private message on EfNet and I will be happy to show you the code I use

Edited post this is from my s_user.c saying the line wont help as ive made alot of modifications to my ircd

sendto_one(uplink, "NICK %s %d %lu %s %s %s %s %s :%s",
source_p->name, source_p->hopcount+1,
(unsigned long)source_p->tsinfo,
ubuf, source_p->username, source_p->sockhost,
source_p->host, source_p->servptr->name,
source_p->info);
Will send the real host in numeric form and the hidden host ive also used sockhost in s_serv.c