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.

Search found 15 matches

by lordares
Wed Aug 06, 2003 1:54 pm
Forum: Archive
Topic: botservice module
Replies: 14
Views: 5807

What exactly does this module do? I could write it, if I knew what it did ;)
by lordares
Wed Aug 06, 2003 1:50 pm
Forum: Archive
Topic: cmd_t Flags
Replies: 1
Views: 1091

No there are no documents.

Spend some time in src/mod/irc.mod/msgcmds.c

It should help you a lot.
by lordares
Wed Jun 18, 2003 4:57 pm
Forum: Archive
Topic: Shell Trades
Replies: 1
Views: 1429

Shell Trades

I have a cable box with 50 or so ipv6 vhosts, will add more if wanted, and/or custom ones. You will get login@shatow.net email, with IMAP support.

Msg LordAres on EFnet or send me a PM on here if you are interested in trading.
by lordares
Wed Jun 18, 2003 4:28 pm
Forum: Archive
Topic: help with .debug output (compiled with debug)
Replies: 6
Views: 1790

Thanks, I found all the memory leaks, and fixed a few that came in 1.6.13 :)
by lordares
Wed Jun 18, 2003 2:14 pm
Forum: Archive
Topic: help with .debug output (compiled with debug)
Replies: 6
Views: 1790

Well, I did a diff on eggdrop1.6.13/src/tcl.c and my tcl.c and the major additions were my encrypt/decrypt functions at those lines, and they all have proper nfree()s, so I'll look into expmem() to see if that fixes the output, thanks.
by lordares
Wed Jun 18, 2003 1:51 pm
Forum: Archive
Topic: help with .debug output (compiled with debug)
Replies: 6
Views: 1790

Too many changes to list, its an encrypted botpack, mostly a lot of stuff has been stripped out, the channel/userfile have been merged, all file reads/writes are encrypted.. not too many changes to tcl.c though.. If it doesn't tell me what is leaking, what can I use it for? hmm, I checked the line n...
by lordares
Wed Jun 18, 2003 1:27 pm
Forum: Archive
Topic: help with .debug output (compiled with debug)
Replies: 6
Views: 1790

after looking in mem.c I see:
sprintf(&sofar[strlen(sofar)], "%-10s/%-4d:(%04d) ",
p + 1, memtbl[j].line, memtbl[j].size);

Which would mean the output is line: (size)
:)
by lordares
Wed Jun 18, 2003 1:15 pm
Forum: Archive
Topic: help with .debug output (compiled with debug)
Replies: 6
Views: 1790

help with .debug output (compiled with debug)

When I do .debug I get the following, but there are about 150 more lines of different "number :(number)" for tcl.c, just too many to paste.. I am assuming that this means tcl.c has quite a few memory leaks in it :o I have modified the source so much that its not something I can ask the egg...
by lordares
Sun Jun 01, 2003 4:14 pm
Forum: Archive
Topic: Userfile encryption with MD5
Replies: 18
Views: 5432

hence encrypting the leaf's files, OR having the leaf not save/load any files (including a .tcl). :) Option 2 works out best. That is my solution to the whole thing, with this, the hub would just be on a secure shell with yourself as admin, all ports blocked except the port to the bot (and ssh open)...
by lordares
Sun Jun 01, 2003 4:07 am
Forum: Archive
Topic: Userfile encryption with MD5
Replies: 18
Views: 5432

guppy:
Some people DO brute force blowfish passwords. Happend to me last month. Some guy brute forced a password of an owner on a leaf bot shell he hacked into, then used it to gain hub access.
by lordares
Thu May 29, 2003 7:03 pm
Forum: Archive
Topic: storing chan/user data in mysql
Replies: 5
Views: 1248

pfft thats easy cd eggdrop/src grep -ri "fprintf" * everything but the notes.mod output it used for chanfile/userfile writing. and comment out all the places it reads in userfile and chanfile and backup functions. I just made my botpack leaf not use any files at all, or save.. so i know ex...
by lordares
Thu May 29, 2003 6:53 pm
Forum: Archive
Topic: bgexec.mod problem
Replies: 2
Views: 762

ps is hashed (/bin/ps)

Try calling it with path.
by lordares
Mon Jan 20, 2003 4:02 pm
Forum: Archive
Topic: Contagious botpack
Replies: 7
Views: 2197

new site

The new cnt site is at: http://contagious.workbench.net
by lordares
Tue Dec 31, 2002 3:18 pm
Forum: Archive
Topic: I need difficult TCL to find.
Replies: 9
Views: 2075

I've written all the components needed for this already, i just need to put them together for what you want..
I already have a +closed option, and a .botnet nick random, a small bit of code will combine them for what you need...


maybe we can work something out..
by lordares
Tue Dec 31, 2002 3:05 pm
Forum: Archive
Topic: Contagious botpack
Replies: 7
Views: 2197

Re: Contagious botpack

If anybody has newish contagious botpack source, I would greatly appricate a copy. No, I am NOT looking to rip it off, I just know of a bunch of bugs and holes in it that I would like to patch up for my private use. For anyone interested in writing a decryptor for it.. It seems to be encrypted usin...