1.3.0 is about to be released. Because of this, the site will be in constant change as wiki pages are rewritten to match the new functionality.
If you are setting up a new botnet, please wait until after the release.


Follow me on twitter

# Version 1.2.16.1 (current release) requires an older version of this PackConfig. Please use: http://wraith.botpack.net/wiki/PackConfig?version=28

# Also see a working example at PackConfigExample

#
#
/* The < && > indicates the area you must change!
 * Do not leave the <>
 * Credit to Excelsior / CELDROP for this design
 */

/* PACKNAME: name of the pack (no spaces) */
PACKNAME <name>

/* HASHES
 * This must remain 100% secure/private, this key can retrieve the salts, and
 * the entire botnet could be hijacked, a pass 8 chars or more is suggested
 * DO NOT FORGET THE CLEARTEXT, SAVE IT IN A SAFE PLACE, IT CANNOT BE RECOVERED.
 */

/* SHELLHASH: salted-SHA1
 * example: SHELLHASH +12345$c553b125c1f87134911fe18e02f29c7ea7027303
 *   SHELLHASH should be a salted-sha1. (Use the form at the top of this page)
 *     rand: 12345 (This should be random)
 *     pass: password
 *     format: +12345$SHA1(12345password)
 *     Result: +12345$c553b125c1f87134911fe18e02f29c7ea7027303
 */
SHELLHASH <salted-SHA1>

/* DCCPREFIX: 1 char cmd prefix for dcc. (ie, .cmd or !cmd) */
DCCPREFIX <.>

/* The settings below can each be defined multiple times */

/* OWNER <nick password>
 * Multiple OWNER lines may be defined, each will be added as a +a perm owner.
 * nick: nickname what else?
 * password: initial password for user. DO NOT MAKE THIS YOUR NORMAL PASSWORD.
 *   Password should be a salted-sha1. (Use the form at the top of this page)
 *     rand: 12345 (This should be random)
 *     pass: password
 *     format: +12345$SHA1(12345password)
 *     Result: +12345$c553b125c1f87134911fe18e02f29c7ea7027303
 */
OWNER <YourNick salted-SHA1>

/* HUB <nick host port>
 * Hubs are ranked by the order they are listed.
 * Hubs DO NOT come on IRC.
 * nick: nick of hub Must be 9 characters or less
 * host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
 * port: port the hub listens on
 *
 * Your hub hosts should NOT be vhosts. They need to be changeable dns, so you can easily move the hubs later if needed.
 * Use a domain you OWN/CONTROL, or a friends.
 */
HUB <hub1 hub1.domain.tld 1234>
HUB <hub2 hub2.domain.tld 1235>

SALT1  
SALT2  
/* You will also need to add SALTS to your packconfig. These should only be generated once per botnet. */