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
/
barberia
/
Viewing: service-worker.js
const CACHE_NAME = 'barba-real-cache-v1'; const ASSETS_TO_CACHE = [ '/', '/index.html', '/manifest.json', '/css/bootstrap.min.css', '/css/bootstrap-icons.css', '/css/templatemo-barber-shop.css', '/js/jquery.min.js', '/js/bootstrap.min.js', '/js/click-scroll.js', '/js/custom.js', '/images/favicon.png' ]; 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(keys => Promise.all( keys .filter(key => key !== CACHE_NAME) .map(key => caches.delete(key)) ) ) ); }); self.addEventListener('fetch', event => { if (event.request.method !== 'GET') { return; } event.respondWith( caches.match(event.request).then(cachedResponse => { if (cachedResponse) { return cachedResponse; } return caches.open(CACHE_NAME).then(cache => fetch(event.request) .then(response => { if ( response && response.status === 200 && response.type === 'basic' ) { cache.put(event.request, response.clone()); } return response; }) .catch(() => cachedResponse) ); }) ); });
Coded With 💗 by
0x6ick