shell bypass 403

GrazzMean Shell

Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.217.139
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : configure
<?php

ini_set('include_path', '.');

require_once("functions.php");

if (count($argv) < 2) {
    print "Usage: configure (install | upgrade <version> | configure | remove)\n";
    exit(1);
}

$util = new utility();

if ($argv[1] == "install") {

    $util->install();

    exit(0);
}

if ($argv[1] == "configure") {
    $util->switch_config();
    exit(0);
}


if ($argv[1] == "upgrade") {

    $util->upgrade();
    exit(0);
}


if ($argv[1] == "remove") {
    $util->remove();
}
© 2026 GrazzMean