1
0

pack.cfg.sample 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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://bryan.shatow.net/crypt/
  13. */
  14. SHELLHASH <md5hash>
  15. /* BDHASH: 32 char MD5 hash used for IRC backdoor
  16. * in mIRC: //echo -a $MD5(SOMEWORD)
  17. * URL: http://bryan.shatow.net/crypt/
  18. # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
  19. # the other bot has the same bdhash. (Protects your botnet, trust me) */
  20. BDHASH <md5hash>
  21. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  22. DCCPREFIX <.>
  23. /* The settings below can each be defined multiple times */
  24. /* OWNER <nick password host>
  25. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  26. * nick: nickname what else?
  27. * password: initial password for user
  28. * host: hosts of the user that will be accepted for telnet only.
  29. */
  30. OWNER <Bob S0m3P4ass bob@1.2.3.4 user@1.2.3.4>
  31. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  32. * list as many as needed
  33. */
  34. OWNEREMAIL <some@email.com>
  35. /* HUB <nick host port ident>
  36. * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
  37. * nick: nick of hub
  38. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  39. * port: port the hub listens on
  40. * ident: ident of bot (username on shell)
  41. */
  42. HUB <God god.net 666 god>
  43. /* SALTS: DO NOT TOUCH BELOW THIS LINE */