!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)

E:\oracle\product\10.2.0\client_2\BIN\   drwxrwxrwx
Free 4.98 GB of 239.26 GB (2.08%)
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:     pupbld.bat (1.36 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@echo off
REM
REM Copyright (c) 2000, 2003, Oracle Corporation.  All rights reserved.  
REM
REM NAME
REM   pupbld.bat
REM
REM DESCRIPTION
REM   Script to install the SQL*Plus PRODUCT_USER_PROFILE tables.  These
REM   tables allow SQL*Plus to restrict commands per user.  The tables
REM   are used only by SQL*Plus and do not affect other client tools
REM   that access the database.  Refer to the SQL*Plus manual for table
REM   usage information.
REM
REM USAGE
REM   pupbld
REM
REM   Before running this script set the environment variable 
REM   SYSTEM_PASS to "system/pw" where pw is the password of the SYSTEM
REM   schema.


setlocal

REM Check if ORACLE_HOME has been set
if (%ORACLE_HOME%) == () goto nohome

REM Check if SYSTEM_PASS has been set
if (%SYSTEM_PASS%) == () goto no_system_pass

REM Set SQL*Plus Default settings
set pupbld_file=%ORACLE_HOME%\sqlplus\admin\pupbld.sql

REM Install the PUP tables
REM Note user must enter EXIT to quit
echo Installing Product User Profile tables
start %ORACLE_HOME%\bin\sqlplus %SYSTEM_PASS% @%pupbld_file%

goto exit

 
:no_system_pass
echo Set SYSTEM_PASS in the environment, then restart PUP installation.
echo SYSTEM_PASS should be set to system/pw where pw is the password
echo of the SYSTEM schema.
goto exit

:nohome
echo ORACLE_HOME environment variable is not set


:exit
endlocal

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