An Idea

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

An Idea

Post by GouroB »

I was kinda confused where to post this, if i have picked wrong sections ... plz move this to right one.

I was thinking on how to make my server a bit more secure and got this idea....

Oper Port

what if special port is defined in unreal conf only those can be used to oper up. Like if port 6667-7000 is open for client connection, then there can be 1 or 2 ports like 4432 & 9969 can be there aswell but only clients connecting in those ports can use oper. not all clients connecting from normal ports. Then i think it will be more secure.
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

1) Thats security through obscurity, which we all know, is no security at all

2) I will portscan your IRCd, and learn that port.

4) 3 does too exist.

5) Wont make you more secure: See 1-4, then use oper hosts, or ssl client certificates.
Why the hell can't my signature be empty?
"Your message contains too few characters."
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

Jason .. how do u do port scan if i block stats for users ? yes using oper host but now every ip's having proxy, u cant claim ur ip is unique. still i thot it would help , if it doesnt ... my bad i just tried to help :) thx
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Using a portscanner like nmap :wink:
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Port scanning has absolutely nothing to do with /stats P. It is when one uses a program to test all ports on a certain IP. It can be done fairly quickly.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Code: Select all

oper Stealth {
  from { userhost *@stealth's.special.host; };
  password "certs/stealth.cert.pem" { sslclientcert; };
  maxlogins 2;
  flags monkeys;
};
Almost 100% secure
Post Reply