User:Kylu/rbconfig.js

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// RedButton configuration file
// 2011-02-16 Kylu

//Remember to access via &action=raw !

//Basic stuff (Wiki)
$moduleWiki                  = true;
$wikUserLevel                = 'Bureaucrat';
$wikAddress                  = 'meta.wikimedia.org';
$wikUserName                 = 'Kylu';
$wikUserPass                 = $PWPrefix.'hu?7@e7U';
$wikOptionSet                = 3;
$wikUseRBSummaries           = false;
$wikAuthAutomatic            = true;

//Options (Wiki)
//$wikCAOrder                  = 'lockhide,*checkuser,*lockhide,*blockip';
//$wikCALockReason             = 'Mass global vandalism';
//$wikCACUReason               = 'Mass global vandalism';
//$wikBlockReason              = 'Mass global vandalism';
//$wikCAReciprocalLock         = true;
//$wikCAReciprocalBlock        = true;
//$wikCAReciprocalIPBlock      = true;
//$wikProtectReason            = 'Mass global vandalism';
$wikEnableRemoteUI           = 'ssh';

//Other tools
$moduleRBCounterAttack       = 'true';
$RBCAShell                   = '/bin/bash';
$RBCAUserName                = 'kylu';
$RBCAUserPass                = $PWPrefix.'d_7xeS_e';
$RBCACommands                = 4;
$RBCACommandList             = array(
                               '0' => 'dproxy mirror 10.0.1.2',
                               '1' => 'dproxy mirror 10.0.1.3',
                               '2' => 'ping '.$RBCATargetIP.' -l 65000 -t &',
                               '3' => 'udpsend '.$RBCATargetIP.' 9999999 0 &',
                               );
$moduleRBCReports            = true;
$RBCRReportMode              = 'verbose';
$RBCRReportSummary           = 'aDate:aTime.txt';
$RBCRReportDump              = 'http://pastebin.ca/upload.php?file=/home/kylu/RedButton/Reports/'.$RBCRReportSummary.'\n';

//Various Random Options
$moduleOpenID                = false;
$moduleIRCGline              = false;
$moduleMSCancel              = false;
$moduleFBCancel              = false;
$moduleAssailant             = false;
$RBCASynFlood                = false;
$RBCAUDPFlood                = false;
$RBCAHTTPFlood               = false;
$RBIsWindows                 = false; //No "hell no" option?
$RBIsSudoer                  = true;
$RBSafeMode                  = false;
$RBLive                      = true;

//Don't forget to change prefix in ~/RedButton/Config/Security.conf!