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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

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


Viewing file:     edit_dirs.cgi (1.41 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# Show options for program directories and directory limits

require './phpini-lib.pl';
&ReadParse();
&can_php_config($in{'file'}) || &error($text{'list_ecannot'});
$conf = &get_config($in{'file'});

&ui_print_header("<tt>$in{'file'}</tt>", $text{'dirs_title'}, "");

print &ui_form_start("save_dirs.cgi", "post");
print &ui_hidden("file", $in{'file'}),"\n";
print &ui_table_start($text{'dirs_header'}, "width=100%", 2);

# Include files directories
$include = &find_value("include_path", $conf);
print &ui_table_row($text{'dirs_include'},
    &ui_radio("include_def", $include ? 0 : 1,
          [ [ 1, $text{'default'} ], [ 0, $text{'dirs_below'} ] ]).
    "<br>\n".
    &ui_textarea("include", join("\n", split(/:/, $include)), 3, 60)." ".
    &file_chooser_button("include", 1, undef, undef, 1));

# Extensions directory
print &ui_table_row($text{'dirs_ext'},
    &ui_opt_textbox("ext", &find_value("extension_dir", $conf),
            60, $text{'default'})." ".
    &file_chooser_button("ext", 1));

# Can accept uploads?
print &ui_table_row($text{'dirs_upload'},
    &onoff_radio("file_uploads"));

# Upload temp files directory
print &ui_table_row($text{'dirs_utmp'},
    &ui_opt_textbox("utmp", &find_value("upload_tmp_dir", $conf),
            60, $text{'default'})." ".
    &file_chooser_button("utmp", 1));

print &ui_table_end();
print &ui_form_end([ [ "save", $text{'save'} ] ]);

&ui_print_footer("list_ini.cgi?file=".&urlize($in{'file'}),
         $text{'list_return'});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0032 ]--