!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\sysman\admin\   drwxrwxrwx
Free 4.96 GB of 239.26 GB (2.07%)
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:     mkRootCert.bat (2.67 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@echo off
REM #
REM # Copyright (c) 2002 Oracle Corporation.  All rights reserved.
REM #
REM # PRODUCT
REM #   Oracle Root Certificate Assistant, Version 10.1.0.0.0 Production
REM #
REM # FILENAME
REM #   mkRootCert.bat
REM #
REM # DESCRIPTION
REM #   This script is used to create a Root Cert for use in wallet creation.
REM #
REM # NOTE:
REM #   This script is typically invoked as follows:
REM #
REM #       mkRootCert
REM #

if "%1%" == "recursive" goto startScript

if Windows_NT == %OS% goto :ntSetup
command.com /p /e:4096 /c mkRootCert recursive %1
goto :end

:ntSetup
setlocal

:startScript

REM  Make sure that our JRE is used for this invocation.
if Windows_NT == %OS% SET PATH=%JRE_LOCATION%;E:\oracle\product\10.2.0\client_2\bin;%PATH%
if not Windows_NT == %OS% SET PATH="%JRE_LOCATION%;E:\oracle\product\10.2.0\client_2\bin;%PATH%"

SET WRL=E:\oracle\product\10.2.0\client_2\sysman\admin
SET CLASSROOT=E:\oracle\product\10.2.0\client_2\classes
SET JLIBROOT=E:\oracle\product\10.2.0\client_2\jlib
SET OEMCLASSES=%JLIBROOT%/oemlt-10_1_0.jar
SET SECURITYCLASSES=%JLIBROOT%/javax-ssl-1_1.jar;%JLIBROOT%/jssl-1_1.jar;%JLIBROOT%/ojpse_2_1_5.jar
SET OWMCLASSES=E:\oracle\product\10.2.0\client_2/owm/jlib/owm-3_0.jar

SET CLASSPATHADD=%CLASSROOT%;%OEMCLASSES%;%SECURITYCLASSES%;%OWMCLASSES%

SET JRE=java
SET CLASSPATH_QUAL=cp

if "%ORACLE_OEM_JAVARUNTIME%x" == "x" goto jreSetup
SET JRE=%ORACLE_OEM_JAVARUNTIME%\bin\java
SET CLASSPATH_QUAL=classpath
SET CLASSPATHADD=%CLASSPATHADD%;%ORACLE_OEM_JAVARUNTIME%\lib\classes.zip

REM hook for classpath additions
if not "%ORACLE_OEM_CLASSPATH%" == "" SET CLASSPATHADD=%ORACLE_OEM_CLASSPATH%;%CLASSPATHADD%

:jreSetup

SET ME=mkRootCert
SET USAGE="Usage: %ME%"

REM Set the CA Identity.
CALL E:\oracle\product\10.2.0\client_2\sysman\admin\esmca.properties.bat

REM allow the old key material to be rewritten
ATTRIB -R %WRL%\*.der

if Windows_NT == %OS% SET HOSTNAME=%COMPUTERNAME%
if not Windows_NT == %OS% SET HOSTNAME=ESM

SET JVMPROPS=-Desm.HOSTNAME=%HOSTNAME% -Desm.DC=%DOMAIN_COMPONENT% -Desm.COUNTRY=%COUNTRY% -Desm.STATE=%STATE% -Desm.LOC=%LOCALITY% -Desm.ORG=%ORGANIZATION% -Desm.ORGUNIT=%ORGANIZATION_UNIT% -Desm.EMAIL=%EMAIL_ADDR%

if Windows_NT == %OS% goto :ntStart
%JRE% %JVMPROPS% -DORACLE_HOME=E:\oracle\product\10.2.0\client_2 -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vd.euser.service.GenRootCert %WRL%
goto :end

:ntStart
%JRE% %JVMPROPS% -DORACLE_HOME=E:\oracle\product\10.2.0\client_2 -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vd.euser.service.GenRootCert %WRL%

:end
REM ensure that the key material is read only by the oracle user
ATTRIB +R %WRL%\*.der
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 ]--