!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/ldap-useradmin/   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:     batch_form.cgi (2.49 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/perl
# batch_form.cgi
# Display a form for doing batch creation, updates or deletion from a text file

require './ldap-useradmin-lib.pl';
$access{'batch'} || &error($text{'batch_ecannot'});
&ui_print_header(undef, $text{'batch_title'}, "");

$ldap = &ldap_connect();
$schema = $ldap->schema();
$pft = $schema->attribute("shadowLastChange") ? 2 : 0;

# Instructions
print &ui_hidden_start($text{'batch_instr'}, "instr", 0, "batch_form.cgi");
print "$text{'batch_desc'}\n";
print "<p><tt>",$text{'batch_desc'.$pft},"</tt><p>\n";
print "$text{'batch_descafter'}<br>\n";
print "$text{'batch_descafter2'}<br>\n";
print &ui_hidden_end("instr");

print &ui_form_start("batch_exec.cgi", "form-data");
print &ui_table_start($text{'batch_header'}, undef, 2);

# Source file
print &ui_table_row($text{'batch_source'},
    &ui_radio_table("source", 0,
      [ [ 0, $text{'batch_source0'}, &ui_upload("file") ],
        [ 1, $text{'batch_source1'}, &ui_textbox("local", undef, 40)." ".
                     &file_chooser_button("local") ],
        [ 2, $text{'batch_source2'}, &ui_textarea("text", undef, 5, 60) ]
      ]));

# Do other modules?
print &ui_table_row($text{'batch_others'},
    &ui_yesno_radio("others", $config{'default_other'}));

# Only run post-command at end?
print &ui_table_row($text{'batch_batch'},
    &ui_yesno_radio("batch", 0));

# Create home dir
print &ui_table_row($text{'batch_makehome'},
    &ui_yesno_radio("makehome", 1));

# Copy files to homes
print &ui_table_row($text{'batch_copy'},
    &ui_yesno_radio("copy", 1));

# Move home dirs
print &ui_table_row($text{'batch_movehome'},
    &ui_yesno_radio("movehome", 1));

# Update UIDs on files
print &ui_table_row($text{'batch_chuid'},
    &ui_radio("chuid", 1, [ [ 0, $text{'no'} ],
                [ 1, $text{'home'} ],
                [ 2, $text{'uedit_allfiles'} ] ]));

# Update GIDs on files
print &ui_table_row($text{'batch_chgid'},
    &ui_radio("chgid", 1, [ [ 0, $text{'no'} ],
                [ 1, $text{'home'} ],
                [ 2, $text{'uedit_allfiles'} ] ]));

# Delete home dirs
print &ui_table_row($text{'batch_delhome'},
        &ui_yesno_radio("delhome", 1));

# Encrypt password
print &ui_table_row($text{'batch_crypt'},
        &ui_yesno_radio("crypt", 0));

#Force change password at next login
print &ui_table_row($text{'uedit_forcechange'},
        &ui_yesno_radio("forcechange", 0));

# Create Samba account
print &ui_table_row($text{'batch_samba'},
    &ui_yesno_radio("samba", $config{'samba_def'} ? 1 : 0));

print &ui_table_end();
print &ui_form_end([ [ undef, $text{'batch_upload'} ] ]);

&ui_print_footer("", $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.0057 ]--