<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/21236" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2023-01-18T10:06:04-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/21236</id>

		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-18T10:06:04-04:00</updated>

		<published>2023-01-18T10:06:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111644#p111644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111644#p111644"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111644#p111644"><![CDATA[
perfect CrazyCat<br><br>very thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Wed Jan 18, 2023 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-18T09:03:26-04:00</updated>

		<published>2023-01-18T09:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111643#p111643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111643#p111643"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111643#p111643"><![CDATA[
I had a short chat with Geo: blowfish will stay in eggdrop until they have a replacement plan, so don't worry about the encrypt/decrypt functionnalities.<br><br>Just keep in mind that blowfish won't be loaded by default in next versions of eggdrop, so you'll have to check your config or simply modify the script to make it loading the module (with a check to know if it is not already loaded)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Jan 18, 2023 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-17T12:17:50-04:00</updated>

		<published>2023-01-17T12:17:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111642#p111642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111642#p111642"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111642#p111642"><![CDATA[
oh<br><br>so ALL the commands are encrypted... I thought only "nb_key" variable and only one time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><br><br><br>this is a problem<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Tue Jan 17, 2023 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-17T11:46:51-04:00</updated>

		<published>2023-01-17T11:46:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111641#p111641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111641#p111641"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111641#p111641"><![CDATA[
No.<br>netbot encrypt all the command sent, so you can't guess what you receive, and cannot compare with anything.<br><br>The purpose of netbot is to encrypt the most things as possible.<br>encryption can be decrypted, but MD5 (and others) are not encryption, they are hashing, so impossible to "unhash" them.<br><br>The only way I can see is to use base64 (which is encryption), but it's really easy to decode, unless you create an algorythm to add salt in it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Jan 17, 2023 11:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-17T11:30:53-04:00</updated>

		<published>2023-01-17T11:30:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111640#p111640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111640#p111640"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111640#p111640"><![CDATA[
<blockquote class="uncited"><div>pbkdf2 is not reversible</div></blockquote>yes, the problem is just that<br><br><br><br>maybe something like this?<br><div class="codebox"><p>Code: </p><pre><code>IF (remote nb_key) == md5(local nb_key) THAN go ELSE dont go</code></pre></div>where (remote nb_key) is md5(nb_key)<br><br>i.e. you compare the hashes instead of the keys<br><br>so there is no need to decrypt anything<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Tue Jan 17, 2023 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-17T04:11:34-04:00</updated>

		<published>2023-01-17T04:11:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111638#p111638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111638#p111638"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111638#p111638"><![CDATA[
Looking at netbots.tcl, it will be hard to adapt it to work without blowfish: pbkdf2 is not reversible, so some utilities cannot be used, as the nb_netpass proc (changement of bot password) or nb_autopass.<br><br>Proc using just the key (nb_checkbot) can easily be adapted<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Jan 17, 2023 4:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-16T14:05:52-04:00</updated>

		<published>2023-01-16T14:05:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111635#p111635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111635#p111635"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111635#p111635"><![CDATA[
ok I understand thanks<br><div class="codebox"><p>Code: </p><pre><code>   Module: encryption (v2.2)   Module: encryption2 (v1.0)</code></pre></div>I have both PBKDF2 and blowfish loaded<br><br>I think <strong class="text-strong">encryption v2.2</strong> is the "old" blowfish<br>and <strong class="text-strong">encryption2 v1.0</strong> is the "new" pbkdf2<br><br>but for now the new module does not provide the encrypt/decrypt tcl commands<br><br><br>maybe in the future :)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Mon Jan 16, 2023 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-15T09:39:32-04:00</updated>

		<published>2023-01-15T09:39:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111631#p111631</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111631#p111631"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111631#p111631"><![CDATA[
Peharps that the doc is true: I just saw that blowfish is loaded but not shown in modules list.<br><br>BTW, you can probably choose, for next version, to use pbkdf2 and use its utilities<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Jan 15, 2023 9:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-15T05:07:18-04:00</updated>

		<published>2023-01-15T05:07:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111630#p111630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111630#p111630"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111630#p111630"><![CDATA[
ok, thanks<br><br>so the eggdrop documentation is wrong<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Sun Jan 15, 2023 5:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-14T16:03:33-04:00</updated>

		<published>2023-01-14T16:03:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111628#p111628</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111628#p111628"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111628#p111628"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.modules[21:01:55] #CrazyCat# modules Modules loaded:  Module: assoc (v2.1)  Module: seen (v2.1)  Module: console (v1.3)  Module: notes (v2.2)  Module: compress (v1.2)  Module: share (v2.4)  Module: transfer (v2.4)  Module: irc (v1.5)  Module: ctcp (v1.1)  Module: server (v1.5)  Module: channels (v1.2)  Module: uptime (v1.4)  Module: encryption (v2.2)  Module: eggdrop (v109.3)End of modules list.</code></pre></div>No reference to blowfish<br><div class="codebox"><p>Code: </p><pre><code>.tcl encrypt test mystringTcl: *6xjjueyEvdMzeoq61Zox8A==.tcl decrypt test *6xjjueyEvdMzeoq61Zox8A==Tcl: mystring</code></pre></div>encrypt/decrypt work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Jan 14, 2023 4:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-14T13:32:58-04:00</updated>

		<published>2023-01-14T13:32:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111627#p111627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111627#p111627"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111627#p111627"><![CDATA[
I think encrypt/decrypt are provided by this module<br><br><br><br>from eggdrop.conf:<br><blockquote class="uncited"><div>#### BLOWFISH MODULE ####<br>#<br># This module is planned to be removed in Eggdrop 2.0<br>#<br># Load this if you intend to use a pre-1.9.0 userfile (Or in other words, do<br># not load this if you are starting this as a fresh bot and are not linking<br># it to a botnet that uses blowfish hashes)<br>#<br># <strong class="text-strong">You also need to load this if you use a script that employs the</strong><br># <strong class="text-strong">encrypt/decrypt Tcl commands.</strong><br>#<br>loadmodule blowfish</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Sat Jan 14, 2023 1:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-01-14T12:02:55-04:00</updated>

		<published>2023-01-14T12:02:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111626#p111626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111626#p111626"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111626#p111626"><![CDATA[
The encryption module is alway existing, so you can alway use encrypt and decrypt, even if blowfish is not loaded.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sat Jan 14, 2023 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[geek]]></name></author>
		<updated>2023-01-14T09:09:35-04:00</updated>

		<published>2023-01-14T09:09:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111625#p111625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111625#p111625"/>
		<title type="html"><![CDATA[netbots mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111625#p111625"><![CDATA[
hi,<br>I use the well-known netbots.tcl v4.10 of 8/8/2005 from slennox<br>but I'm not a good tcl writer <br><br>netbots uses the "nb_key" variable to make bots of the botnet recognize each other<br><br>the encrypted remote "nb_key" variable is decrypted and compared with the local "nb_key"<br><br>I'm not sure but by analyzing the code I figured out that netbots use the encrypt/decrypt functions that are contained in the blowfish module<br><br>in eggdrop 1.9.x I already use the new PBKDF2 module for userfile, but I still have to load blowfish module only for encrypt/decrypt functions<br><br>blowfish module is planned to be removed in Eggdrop 2.0<br><br>the question is:<br>How can I replace these 2 functions?<br><br>I read about the md5 package for tcl, could it possibly be useful for the purpose?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10286">geek</a> — Sat Jan 14, 2023 9:09 am</p><hr />
]]></content>
	</entry>
	</feed>
