pack.cfg.sample 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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: SHA1 hash
  11. * Use this URL to generate: http://www.shatow.net/crypt/
  12. * example: SHELLHASH 637d1f5c6e6d1be22ed907eb3d223d858ca396d8
  13. */
  14. SHELLHASH <sha1hash>
  15. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  16. DCCPREFIX <.>
  17. /* The settings below can each be defined multiple times */
  18. /* OWNER <nick password host>
  19. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  20. * nick: nickname what else?
  21. * password: initial password for user
  22. * host: hosts of the user that will be accepted for telnet only.
  23. */
  24. OWNER <Bob S0m3P4ass bob@1.2.3.4 user@1.2.3.4>
  25. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  26. * list as many as needed
  27. */
  28. OWNEREMAIL <some@email.com>
  29. /* HUB <nick host port ident>
  30. * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
  31. * nick: nick of hub
  32. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  33. * port: port the hub listens on
  34. * ident: ident of bot (username on shell)
  35. */
  36. HUB <God god.net 666 god>
  37. /* SALTS: DO NOT TOUCH BELOW THIS LINE */