Tul xxx Tul
User / IP
:
216.73.217.33
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
/
carrental
/
public
/
Viewing: manifest.php
<?php require_once __DIR__ . '/../app/config/database.php'; $appName = 'VIP Car Rental and Tours'; $shortName = 'VIP Car'; $description = 'Reserva autos premium y servicios VIP.'; try { $pdo = \App\Config\Database::getConnection(); $stmt = $pdo->query('SELECT nombre_pagina FROM configuraciones ORDER BY id_config DESC LIMIT 1'); if ($stmt) { $row = $stmt->fetch(PDO::FETCH_ASSOC); if ($row && !empty($row['nombre_pagina'])) { $appName = $row['nombre_pagina']; // Generate a short name (first 12 characters max or first two words) $words = explode(' ', $appName); if (count($words) > 1) { $shortName = mb_substr($words[0] . ' ' . $words[1], 0, 12); } else { $shortName = mb_substr($appName, 0, 12); } $description = 'Reserva autos premium y servicios VIP con ' . $appName . '.'; } } } catch (Exception $e) { // Fallback to defaults } header('Content-Type: application/json; charset=utf-8'); $manifest = [ "name" => $appName, "short_name" => $shortName, "description" => $description, "start_url" => ".", "scope" => ".", "display" => "standalone", "background_color" => "#0b1220", "theme_color" => "#f97316", "orientation" => "portrait", "icons" => [ [ "src" => "pwa-icon.php?size=192", "sizes" => "192x192", "type" => "image/png", "purpose" => "any maskable" ], [ "src" => "pwa-icon.php?size=144", "sizes" => "144x144", "type" => "image/png", "purpose" => "any maskable" ], [ "src" => "pwa-icon.php?size=128", "sizes" => "128x128", "type" => "image/png", "purpose" => "any maskable" ], [ "src" => "pwa-icon.php?size=256", "sizes" => "256x256", "type" => "image/png", "purpose" => "any maskable" ], [ "src" => "pwa-icon.php?size=512", "sizes" => "512x512", "type" => "image/png", "purpose" => "any maskable" ] ] ]; echo json_encode($manifest, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
Coded With 💗 by
0x6ick