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.

renaming msgop msgident + cookie recipe

Old posts that have not been replied to for several years.
Locked
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

renaming msgop msgident + cookie recipe

Post by spock »

Ive been using eggdrop for almost two years, but have yet to learn the
tcl language.

For my first script, im looking to rename the op and ident commands to something else, and also i would like to have cookieops.

So if anyone knows how i would rename/rebind those then i'd appreciate a friendly post :)
***************edit*********************
im an idiot, ok. the unbind/rebind was explained
by slennox's setup.html i should've read through
once again before posting

but i still need ideas and clarifications for the
cookiebusiness :]
*************edit*stop*******************

For cookieops i would just like a few ideas. Ive understood that it is some kind of security feature, incase of tcp stream hijacking. Now..
What are these cookies usually ?

Are they just 'set cookie [encrypt $key $pass]'
putquick "MODE $chan +o-b $nick *!*@$cookie"
and for the other bots to verify the cookie:
set checkcookie [decrypt $key $pass] ??

i dont know if this is the general idea, but thats what ive been playing with.
but the cookie remains static, which i guess is no good :/

if im not making my self clear (im an idiot with pointy ears) then please say so and i'll try to clarify :)
photon?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

In genral, yes this is how cookies work.

however, the procedure of keygenration and usage is a little more complex and obscure.

Search for cookie ops.

While this script, is very advanced, you will see that creating one, is no simple feat
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

ok. thanks for the reply.

is there a specific place i should search for "cookie ops"
or just every search engine i come over ?

is it a specific script you are referring to?
photon?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I am afraid there is no real place to search.

The site that originaly hosted and created the script, no longer serves pages.

I beleive there is only one public cookie op script available, others are privatly made.

This is mainly due to the security required to maintain such a system. WHile it may take forever to decypt a cookie, simply hacking a system, getting any static information regarding keys and information regarding how the cookie is generated, is usualy enough to gether patters, and other information, that may in the end lead to gaining ops.

WHile this is drastic, not all cookie op scripts are fantastic enough to remain secure, and be decrypted within hours.

99% of the time, you will usualy find, it is far simpler to revise, and look at how your OPS currently operate.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

spock wrote:ok. thanks for the reply.

is there a specific place i should search for "cookie ops"
or just every search engine i come over ?

is it a specific script you are referring to?
You might want to look at http://crackerop.tclscript.com
Locked