Bryan Drewery 22 yıl önce
ebeveyn
işleme
b94a5aa6f1
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 5 2
      pack/pack.cfg.sample

+ 5 - 2
pack/pack.cfg.sample

@@ -5,6 +5,11 @@
 /* PACKNAME: name of the pack */
 PACKNAME <name>
 
+/* HASHES 
+ * These must remain 100% secure/private, these keys can retrieve the salts, and
+ * the entire botnet could be hijacked, a pass 8 chars or more is suggested */
+ */
+
 /* SHELLHASH: 32 char md5 hash used for binary password 
  * in mIRC: //echo -a $md5(SOMEWORD)
  * URL: http://edge.codebin.dk/md5.php
@@ -12,8 +17,6 @@ PACKNAME <name>
 SHELLHASH <md5hash>
 
 /* BDHASH: 32 char MD5 hash used for IRC backdoor
- * This must remain 100% secure/private, this key can retrieve the salts, and
- * the entire botnet could be hijacked, a pass 8 chars or more is suggested */
 # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
 # the other bot has the same bdhash. (Protects your botnet, trust me)
 BDHASH <md5hash>