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 | : 13.59.116.142
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 /
sjbitapi /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
apitest.php
1.61
KB
-rwxr-xr-x
caccesscontext.php
1.28
KB
-rwxr-xr-x
cappcontext.php
2.71
KB
-rwxr-xr-x
coutput.php
1.84
KB
-rwxr-xr-x
crequestbroker.php
2.49
KB
-rwxr-xr-x
csessions.php
548
B
-rwxr-xr-x
cuser.php
3.53
KB
-rwxr-xr-x
downloadStudHalltiket.php
2.47
KB
-rwxr-xr-x
downloadStudPhoto.php
416
B
-rwxr-xr-x
genToken.php
717
B
-rwxr-xr-x
getAttDet.php
3.95
KB
-rwxr-xr-x
json.php
34.52
KB
-rwxr-xr-x
mregistry.php
1.1
KB
-rwxr-xr-x
profile.php
938
B
-rwxr-xr-x
sduvaldata.php
2.55
KB
-rwxr-xr-x
studentExamFee.php
3.83
KB
-rwxr-xr-x
studentResults.php
5.08
KB
-rwxr-xr-x
studentia.php
8.14
KB
-rwxr-xr-x
studentprofile.php
6.86
KB
-rwxr-xr-x
studentsubject.php
5.14
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : caccesscontext.php
<?php require_once(APP_DB_G . "/adodb.inc.php"); class CAcessContext { public $mobj_db; #Adodb Object public $mobj_data; #Data public $main_src; #public $mobj_logger; #Logger stream function __construct() { # all the contained object creations happen here and not in the constructor # this is to avoid exceptions during object creation # 06. Input - Init $this->mobj_data = $_REQUEST; # 02. Create the DB Object $this->mobj_db = &ADONewConnection("access"); # by default we connect to mysql $lbool_res = $this->mobj_db->PConnect('tarka','','','');//Needed to Map ODBC in Administrative Tools $this->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $main_src_obj=(explode("/",$_SERVER["REQUEST_URI"])); $this->main_src=substr($_SERVER['SCRIPT_FILENAME'],0,strlen($_SERVER['SCRIPT_FILENAME'])-7); } function __destruct() { unset($this->mobj_db); unset($this->mobj_config); } } /* require_once($aobj_context->main_src."src/caccesscontext.php"); $access_context=new CAcessContext(); $rs2 = $access_context->mobj_db->GetAll('select * from Employees'); echo "<pre>"; print_r($rs2); */ ?>
Close