!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:     localconfig.bat (1.62 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@echo off

:: localconfig.bat for local CSS
::
:: This script file should be run for following three cases:
::  1) When there are more than two single instance Oracle homes on a node and 
::     you are deleting/deinstalling the Oracle home that currently runs 
::     CSS daemon
::  2) When there is only one single instance Oracle home on a node and you are
::     deleting/deinstalling that Oracle home
::  3) When there is a Oracle home and you want to add CSS to it.
::
:: USAGE: localconfig.bat [add] | [delete] | [ reset [destination Oracle home] ]
:: delete: should be used when you are executing case 2.
:: reset : should be used when you are executing case 1. When you select this 
::         option to reset CSS configuration, this script can be run from 
::         source Oracle home or destination Oracle home.
::         When running in source Oracle home, you must enter the Oracle path
::         of destination Oracle home so CSS can be reset to that Oracle home 
:: add   : should be used when you are executing case 3. When you select this 
::         option to add CSS to the home, this script can be run from 
::         the destination Oracle home.

set ORACLE_HOME=E:\oracle\product\10.2.0\client_2

if (%1)==(delete) %ORACLE_HOME%\bin\crssetup.exe ldel %2 & goto done
if (%1)==(add)    %ORACLE_HOME%\bin\crssetup.exe ladd -oh "%s_OracleHome%" -l "%s_languageid%" & goto done
if (%1)==(reset)  %ORACLE_HOME%\bin\crssetup.exe lres -oh %2 -l "AMERICAN_AMERICA.WE8ISO8859P1" & goto done
                  E:\oracle\product\10.2.0\client_2\bin\crssetup.exe %1 %2  & goto done

:done

exit /b %ERRORLEVEL%

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