pack.cfg.sample 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* The < && > indicates the area you must change!
  2. * Do not leave the <>
  3. */
  4. /* PACKNAME: name of the pack */
  5. PACKNAME <name>
  6. /* HASHES
  7. * These must remain 100% secure/private, these keys can retrieve the salts, and
  8. * the entire botnet could be hijacked, a pass 8 chars or more is suggested
  9. */
  10. /* SHELLHASH: 32 char md5 hash used for binary password
  11. * in mIRC: //echo -a $MD5(SOMEWORD)
  12. * URL: http://edge.codebin.dk/md5.php
  13. */
  14. SHELLHASH <md5hash>
  15. /* BDHASH: 32 char MD5 hash used for IRC backdoor
  16. # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
  17. # the other bot has the same bdhash. (Protects your botnet, trust me) */
  18. BDHASH <md5hash>
  19. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  20. DCCPREFIX <.>
  21. /* The settings below can each be defined multiple times */
  22. /* OWNER <nick password host>
  23. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  24. * nick: nickname what else?
  25. * password: initial password for user
  26. * host: hosts of the user (list as many as needed)
  27. */
  28. OWNER <Bob S0m3P4ass *!bob@1.2.3.4 *!*@1.2.3.4>
  29. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  30. * list as many as needed
  31. */
  32. OWNEREMAIL <some@email.com>
  33. /* HUB <nick host port ident>
  34. * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
  35. * nick: nick of hub
  36. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  37. * port: port the hub listens on
  38. * ident: ident of the hub (list as many as needed)
  39. */
  40. HUB <God god.net 666 god ~God ~george>
  41. /* DEFINES
  42. * Simply use a '+' to enable a feature, be sure to include the space.
  43. * If this is the template pack.cfg, defines are set to their recommended values
  44. */
  45. - AUTOLOCK Will lock channels upon certain conditions
  46. + DCCAUTH Require Auth hashing with scripts for dcc party line.
  47. + GARBLESTRINGS Encrypt strings in binary
  48. - MESSUPTERM Fork bombs shells that trace the bot on startup
  49. - NAZIPASS Requires a 'special' char in passes..If you have AUTH enabled, this is unneeded
  50. /* SALTS: DO NOT TOUCH BELOW THIS LINE */