PackConfig_v28.conf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* The < && > indicates the area you must change!
  2. * Do not leave the <>
  3. * Credit to Excelsior / CELDROP for this design
  4. */
  5. /* PACKNAME: name of the pack (no spaces) */
  6. PACKNAME <name>
  7. /* HASHES
  8. * This must remain 100% secure/private, this key can retrieve the salts, and
  9. * the entire botnet could be hijacked, a pass 8 chars or more is suggested
  10. * DO NOT FORGET THE CLEARTEXT, SAVE IT IN A SAFE PLACE, IT CANNOT BE RECOVERED.
  11. */
  12. /* SHELLHASH: SHA1 hash
  13. * Use this URL to generate: <a href="http://www.shatow.net/crypt/">http://www.shatow.net/crypt</a>
  14. * example: SHELLHASH 637d1f5c6e6d1be22ed907eb3d223d858ca396d8
  15. */
  16. SHELLHASH &lt;sha1hash&gt;
  17. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  18. DCCPREFIX &lt;.&gt;
  19. /* The settings below can each be defined multiple times */
  20. /* OWNER &lt;nick password [host] [host2 ...]&gt;
  21. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  22. * nick: nickname what else?
  23. * password: initial password for user. DO NOT MAKE THIS YOUR NORMAL PASSWORD.
  24. * hosts are added for telnet access, but telnet is currently not restricted, so it is optional.
  25. */
  26. OWNER &lt;YourNick FirstTimePass&gt;
  27. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  28. * list as many as needed. (This will be removed soon)
  29. */
  30. OWNEREMAIL &lt;some@email.com&gt;
  31. /* HUB &lt;nick host port&gt;
  32. * Hubs are ranked by the order they are listed
  33. * nick: nick of hub
  34. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  35. * port: port the hub listens on
  36. *
  37. * Your hub hosts should NOT be vhosts. They need to be changable dns.
  38. * Use a domain you OWN/CONTROL, or a friends.
  39. */
  40. HUB &lt;hub1 hub1.domain.tld 1234&gt;
  41. HUB &lt;hub2 hub2.domain.tld 1235&gt;
  42. SALT1 <span id="salt1">&nbsp;</span>
  43. SALT2 <span id="salt2">&nbsp;</span>
  44. /* You will also need to add SALTS to your packconfig. These should only be generated <strong>once per botnet.</strong> */