This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

server connect in eggdrop.conf

Old posts that have not been replied to for several years.
Locked
f
frost
Voice
Posts: 3
Joined: Sun Dec 05, 2004 11:34 pm

server connect in eggdrop.conf

Post by frost »

hello

i need use encrypted server password in my eggdrop .conf (md5 ?)
its possible this?

ex:

set servers {
eggdrop.serv.com:6667:$miYrkOEt$OM2iUZIFemJwLRQdpNCYUQ==
}


thankx
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

no, it's not

why would you want to do this? doesn't make sense
f
frost
Voice
Posts: 3
Joined: Sun Dec 05, 2004 11:34 pm

Post by frost »

demond wrote:no, it's not

why would you want to do this? doesn't make sense

hackers programs show easy the server pass put in the eggdrop.conf in plain text

my ircd server have passwd and need connect with eggdrop but not in plain text


thankz
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Well you can't then?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if you have allowed hackers to break into your shell, you are in much bigger trouble than revealing some IRC user connect password
f
frost
Voice
Posts: 3
Joined: Sun Dec 05, 2004 11:34 pm

Post by frost »

ok i understand
eggdrop not support encrypted server password

ok the solution is change eggdrop bot service


thankz
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

the solution is to secure your shell account

or/and run encrypted eggdrop (not 100% secure, but will discourage not-so-eleet hackers from inflicting harm on your IRC endeavors, should they break into the shell)
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

You should try psotnic, because if im not wrong it encrypts bots config file.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

encrypting config is not enough

I was used to patching eggdrop to encrypt config, user/chanfile, scripts and bot-to-bot traffic, some years ago, in the epoch of efnet channel wars (I can't believe I wasted my time with this hehe); yet the decryption key has to be stored somewhere, and it's only matter of time for a determined hacker to crack to bot executable, once he or she has access to it - but given that 90% of crackers are not that determined or/and skilled, you can have pretty good degree of security with totally encrypted bots, if you need your unregistered channel that bad hehe
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

I don't recommend psotnic because of few resons. He need eggdrop and it's scripts. Psotnic doesn't support that. You can add own modules to that bot, but you must know C++ a little and write it by yourself. Psotnic will have problems on other networks that IRCnet (same as Evangeline). Config files, userfile and chanfile is encrypted. Bot is available only as binary, so it is a little bit better protection than in Evangeline (which is distributed as source code). In that case you can use tcl pro bytecode compiling to compile config file into non-human readable form.
Que?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I suppose user will be smiling reading this, he mentioned somewhere he wrote a decompiler for TclPro ;) which was to be expected, given that there are many decompilers for Java bytecode
Locked