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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\cumbreclima\wp-content\plugins\easy-logo-slider\inc\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     jw_easy_logo_slider_create.php (1.14 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
function jw_easy_logo_slider_create(){
           if(isset(
$_POST['insert'])){
            require_once(
ABSPATH 'wp-admin/includes/image.php');
            
$jw_name sanitize_text_field($_POST["jw_name"]);
            global 
$wpdb;
            
$sql=$wpdb->query($wpdb->prepare("
            INSERT INTO "
.$wpdb->prefix."jw_easy_logo_slider_setting (name) VALUES ( %s )",
            array(
$jw_name)
            ));
            if(
$sql){
            
$location=admin_url('admin.php?page=jw_easy_logo');
            echo
'<script> window.location="'.$location.'"; </script> ';
            }
        }
?>        
        <div class="wrap jw_admin_wrap">
        <link type="text/css" href="<?php echo WP_PLUGIN_URL?>/easy-logo-slider/css/style-admin.css" rel="stylesheet" />

            <h2>Create New <strong>Logo Slider</strong></h2>
            <form method="post" action="" class="jw_create_new_slider">
            <table class='wp-list-table widefat fixed'>
            <tr><th>Name</th><td><input type="text" name="jw_name" required placeholder="Enter Slider Name..." /></td></tr>
            </table>
            <input type='submit' name="insert" value='Save Slider' class='button button-primary'>
            </form>
        </div>
<?php }?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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