Example #1
0
    wifidog();
    exit;
}
if ($argv[1] == "--kav4proxy") {
    $GLOBALS["OUTPUT"] = true;
    kav4proxy();
    exit;
}
if ($argv[1] == "--l7filter") {
    $GLOBALS["OUTPUT"] = true;
    l7filter();
    exit;
}
if ($argv[1] == "--netdiscover") {
    $GLOBALS["OUTPUT"] = true;
    netdiscover();
    exit;
}
if ($argv[1] == "--ufdbcat") {
    $GLOBALS["OUTPUT"] = true;
    ufdbcat();
    exit;
}
if ($argv[1] == "--sarg-web") {
    $GLOBALS["OUTPUT"] = true;
    sargweb();
    exit;
}
if ($argv[1] == "--syncthing") {
    $GLOBALS["OUTPUT"] = true;
    syncthing();
Example #2
0
 }
 if ($argv[1] == "--amavisdb") {
     echo "\n" . amavisdb();
     exit;
 }
 if ($argv[1] == "--xmail") {
     XMail();
     exim4();
     exit;
 }
 if ($argv[1] == "--bwm-ng") {
     echo bwm_ng();
     exit;
 }
 if ($argv[1] == "--ntopng") {
     echo ntopng() . "\n" . redis_server() . "\n" . bwm_ng() . "\n" . netdiscover();
     exit;
 }
 if ($argv[1] == "--load-stats") {
     $GLOBALS["VERBOSE"] = true;
     load_stats();
     exit;
 }
 if ($argv[1] == "--vsftpd") {
     echo vsftpd();
     exit;
 }
 if ($argv[1] == "--boa") {
     echo "\n" . boa();
     exit;
 }