1
0

PackConfig.conf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. /* BINARYPASS: salted-SHA1
  13. * BINARYPASS should be a salted-sha1. (Use the form at the top of this page)
  14. */
  15. BINARYPASS <salted-SHA1>
  16. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  17. DCCPREFIX <.>
  18. /* The settings below can each be defined multiple times */
  19. /* OWNER <nick password>
  20. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  21. * All perm owners will have remote shell access to your bots.
  22. * nick: nickname what else?
  23. * password: initial password for user. DO NOT MAKE THIS YOUR NORMAL PASSWORD.
  24. * Password should be a salted-sha1. (Use the form at the top of this page)
  25. */
  26. OWNER <YourNick salted-SHA1>
  27. /* HUB <nick host port>
  28. * Hubs are ranked by the order they are listed.
  29. * Hubs DO NOT come on IRC.
  30. * nick: nick of hub
  31. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  32. * port: port the hub listens on
  33. *
  34. * Your hub hosts should NOT be vhosts. They need to be changeable dns,
  35. * so you can easily move the hubs later if needed.
  36. * Use a domain you OWN/CONTROL, or a trusted friend's.
  37. */
  38. HUB <hub1 hub1.domain.tld 1234>
  39. HUB <hub2 hub2.domain.tld 1235>
  40. /* You will also need to add SALTS to your packconfig. These should only be generated <strong>once per botnet.</strong>
  41. Click the button below to generate SALTS for your botnet. */