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 | : 3.138.114.198
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 /
kus /
mvs /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
phpmailer
[ DIR ]
drwxrwxrwx
.htaccess
602
B
-rwxrwxrwx
applicationFormReportPOSTOFFIC...
19.28
KB
-rwxrwxrwx
applicationFormReportPOSTOFFIC...
19.26
KB
-rwxrwxrwx
cManualMailer.php
1.52
KB
-rwxrwxrwx
caccesscontext.php
1.24
KB
-rwxrwxrwx
cappcontext.php
3.29
KB
-rwxrwxrwx
cmailer.php
6.83
KB
-rwxrwxrwx
code39.php
6.38
KB
-rwxrwxrwx
coutput.php
1.76
KB
-rwxrwxrwx
crequestbroker.php
2.49
KB
-rwxrwxrwx
csessions.php
514
B
-rwxrwxrwx
cuser.php
3.41
KB
-rwxrwxrwx
customappcontext.php
2.35
KB
-rwxrwxrwx
dropdown.php
844
B
-rwxrwxrwx
feehead.php
1.51
KB
-rwxrwxrwx
format.php
7.43
KB
-rwxrwxrwx
getdata.php
1.06
KB
-rwxrwxrwx
getnumword.php
7.15
KB
-rwxrwxrwx
home.html
14.48
KB
-rwxrwxrwx
json.php
33.22
KB
-rwxrwxrwx
login.php
1.64
KB
-rwxrwxrwx
mregistry.php
2.29
KB
-rwxrwxrwx
mregistry_11122017.php
2.03
KB
-rwxrwxrwx
reportapplicationform.php
26.6
KB
-rwxrwxrwx
reportapplicationform27092017....
22.58
KB
-rwxrwxrwx
reportapplicationform_20092017...
22.12
KB
-rwxrwxrwx
reportapplicationform_22092017...
22.22
KB
-rwxrwxrwx
reportapplicationform_23082018...
25.62
KB
-rwxrwxrwx
rotation.php
596
B
-rwxrwxrwx
servfee.php
1.38
KB
-rwxrwxrwx
servicedet.php
1.6
KB
-rwxrwxrwx
stringspliter.php
693
B
-rwxrwxrwx
student.php
35.68
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mregistry.php
<?php session_start(); #............................................................................. # Register Syntax: # Param #1 - Action name (user friendly) # Param #2 - mapping to internal function # string delimited with "." # [0] - module name (aka .php file) - with relative source paths from the app base path # [1] - function name to be executed # [2] - comments/description about the Action # All the actions defined here are executed by CRequestBroker::ExecuteAction #............................................................................. // Login Starts CRequestBroker::RegisterAction("getheaderdetails", "src/login.getheaderdetails"); CRequestBroker::RegisterAction("updatepaymenttype", "src/student.updatepaymenttype"); CRequestBroker::RegisterAction("getstudentdetails", "src/student.getstudentdetails"); CRequestBroker::RegisterAction("SendMailOtPToUser", "src/student.SendMailOtPToUser"); CRequestBroker::RegisterAction("getcmsdropdownmenuvalues", "src/student.getcmsdropdownmenuvalues"); CRequestBroker::RegisterAction("getcmsdropdowndegree", "src/student.getcmsdropdowndegree"); CRequestBroker::RegisterAction("saveservicedetails", "src/servicedet.saveservicedetails"); CRequestBroker::RegisterAction("savefeeheaddetails", "src/feehead.savefeeheaddetails"); CRequestBroker::RegisterAction("saveservfeedetails", "src/servfee.saveservfeedetails"); CRequestBroker::RegisterAction("loadserviceslist", "src/student.loadserviceslist"); CRequestBroker::RegisterAction("getmasterdropdown", "src/dropdown.getmasterdropdown"); CRequestBroker::RegisterAction("getservicefee", "src/student.getservicefee"); CRequestBroker::RegisterAction("SaveApplicationDetails", "src/student.SaveApplicationDetails"); CRequestBroker::RegisterAction("ValidatePaymentApplicationData", "src/student.ValidatePaymentApplicationData"); CRequestBroker::RegisterAction("ValidatePrintCertificateApplicationData", "src/student.ValidatePrintCertificateApplicationData"); CRequestBroker::RegisterAction("ValidateApplicationstatus", "src/student.ValidateApplicationstatus"); CRequestBroker::RegisterAction("printapplicationfrom", "src/reportapplicationform.printapplicationfrom"); CRequestBroker::RegisterAction("getserviceagenciesfee", "src/student.getserviceagenciesfee"); ?>
Close