#!/usr/bin/env python # just a sample config file; released into the public domain settings['botnet_interface']['passstring'] = '' settings['iptracker']['irc_client_oper_arguments'] = ['eucharis_probe', 'weakpassword'] settings['irc_server']['password_out'] = 'weakpassword2' settings['irc_state_dumper_sql']['passwd'] = 'weakpassword3' authentication_system.auth_dictionary['authorized_nick'] = ['weakpassword3', ['a', 'o', 'm', 'n', 's']] authentication_system.auth_dictionary['localscripts'] = ['weakpassword4', ['IPCONTROL', 'CONNECTIONCONTROL']]