!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/package-updates/   drwxr-xr-x
Free 49.59 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_sched.cgi (1.52 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Save scheduled checking options

require './package-updates-lib.pl';
&ReadParse();

&lock_file($module_config_file);
$config{'sched_email'} = $in{'email'};
$config{'sched_action'} = $in{'action'};
&save_module_config();
&unlock_file($module_config_file);

$oldjob = $job = &find_cron_job();
if ($in{'sched_def'}) {
    if ($job) {
        &lock_file(&cron::cron_file($job));
        &cron::delete_cron_job($job);
        &unlock_file(&cron::cron_file($job));
        }
    $msg = $text{'sched_no'};
    }
else {
    $job ||= { 'user' => 'root',
           'active' => 1,
           'command' => $cron_cmd };
    $job->{'mins'} = $job->{'hours'} = $job->{'days'} =
        $job->{'months'} = $job->{'weekdays'} = '*';
    if ($in{'sched'} eq 'h') {
        $job->{'mins'} = int(rand()*60);
        }
    elsif ($in{'sched'} eq 'd') {
        $job->{'mins'} = int(rand()*60);
        $job->{'hours'} = int(rand()*24);
        }
    elsif ($in{'sched'} eq 'w') {
        $job->{'mins'} = int(rand()*60);
        $job->{'hours'} = int(rand()*24);
        $job->{'weekdays'} = int(rand()*7);
        }
    &lock_file(&cron::cron_file($job));
    if ($oldjob) {
        &cron::change_cron_job($job);
        }
    else {
        &cron::create_cron_job($job);
        }
    &unlock_file(&cron::cron_file($job));
    &lock_file($cron_cmd);
    &cron::create_wrapper($cron_cmd, $module_name, "update.pl");
    &unlock_file($cron_cmd);
    $msg = $text{'sched_yes'};
    }

# Tell the user
&ui_print_header(undef, $text{'sched_title'}, "");

print "$msg<p>\n";

&webmin_log("sched", undef, $in{'sched_def'} ? 0 : 1);
&ui_print_footer("index.cgi?mode=$in{'mode'}&search=".
         &urlize($in{'search'}), $text{'index_return'});


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