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: sw.js
const CACHE_NAME = 'pankcero-site-v5'; const ASSETS_TO_CACHE = [ '/', '/index.html', '/manifest.json', '/manifest.json?v=4', '/assets/js/index-carrito.js', '/assets/images/logo.png', '/assets/images/portada.png', '/assets/images/portadamovil.png', '/assets/images/sobre.png' ]; const CACHEABLE_EXTENSIONS = ['.css', '.js', '.png', '.jpg', '.jpeg', '.svg', '.webp', '.ico', '.json', '.html']; self.addEventListener('install', event => { event.waitUntil( caches.open(CACHE_NAME).then(cache => cache.addAll(ASSETS_TO_CACHE)) ); }); self.addEventListener('activate', event => { event.waitUntil( caches.keys().then(cacheNames => { return Promise.all( cacheNames.map(name => { if (name !== CACHE_NAME) { return caches.delete(name); } }) ); }) ); self.clients.claim(); }); self.addEventListener('fetch', event => { if (event.request.method !== 'GET') { return; } const url = new URL(event.request.url); const isSameOrigin = url.origin === self.location.origin; const isExplicitAsset = isSameOrigin && ASSETS_TO_CACHE.includes(url.pathname); const hasCacheableExtension = CACHEABLE_EXTENSIONS.some(ext => url.pathname.endsWith(ext)); const hasFileExtension = /\.[^/.]+$/.test(url.pathname); const isApiRequest = url.pathname.endsWith('.php') || url.pathname.includes('/controllers/') || url.pathname.includes('/principal/'); if (!isSameOrigin || (!isExplicitAsset && !hasCacheableExtension && hasFileExtension === false) || isApiRequest) { return; } event.respondWith( caches.match(event.request).then(response => { return response || fetch(event.request).then(fetchResponse => { return caches.open(CACHE_NAME).then(cache => { cache.put(event.request, fetchResponse.clone()); return fetchResponse; }); }).catch(() => response); }) ); });
Coded With 💗 by
0x6ick