Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
oracle /
21 /
client64 /
demo /
[ HOME SHELL ]
Name
Size
Permission
Action
cdemo81.c
17.29
KB
-rw-r--r--
demo.mk
3.73
KB
-rw-r--r--
occidemo.sql
6.21
KB
-rw-r--r--
occidemod.sql
1.35
KB
-rw-r--r--
occidml.cpp
7.47
KB
-rw-r--r--
occiobj.cpp
4.79
KB
-rw-r--r--
occiobj.typ
60
B
-rw-r--r--
oraaccess.xml
1.11
KB
-rw-r--r--
ott
874
B
-rwxr-xr-x
setuporamysql.sh
6.64
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ott
#! /bin/sh # Script for running ott in instant client. # Before running this script: # set the default jdk<ver>/bin in your PATH # set LD_LIBRARY_PATH to include the directory containing the instant client # libraries # set ottclasses.zip, ojdbc<ver>.jar as part of your CLASSPATH OS=`uname` MACHINE=`uname -m` JREOPTIONS= if [ "$OS" = "HP-UX" ]; then if [ "$MACHINE" = "ia64" -o "$MACHINE" = "9000/800" ]; then JREOPTIONS=-d64 fi fi if [ "$OS" = "SunOS" ]; then if [ "$MACHINE" = "sun4u" -o "$MACHINE" = "sun4v" ]; then JREOPTIONS=-d64 fi fi while [ $# -gt 0 ] do case $1 in user*) OTTUSER="$OTTUSER $1" export OTTUSER ;; *) args="$args $1";; esac shift done exec java $JREOPTIONS oracle.ott.c.CMain nlslang=${NLS_LANG} $args
Close