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.164
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.io /
[ HOME SHELL ]
Name
Size
Permission
Action
.agents
[ DIR ]
drwxr-xr-x
.git
[ DIR ]
drwxr-xr-x
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
1pfmxaq
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
chuozgb
[ DIR ]
drwxr-xr-x
client
[ DIR ]
drwxr-xr-x
gbunscv
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
mbafyhz
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
oxnegwk
[ DIR ]
drwxr-xr-x
prisma
[ DIR ]
drwxr-xr-x
product-images
[ DIR ]
drwxr-xr-x
q1nzmhg
[ DIR ]
drwxr-xr-x
sdgkzyo
[ DIR ]
drwxr-xr-x
server
[ DIR ]
drwxr-xr-x
sutvapd
[ DIR ]
drwxr-xr-x
.env
1.52
KB
-rw-------
.env.example
1.24
KB
-rw-r--r--
.gitignore
90
B
-rw-r--r--
.htaccess
354
B
-rw-r--r--
.htaccess.testoff
1.02
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
All Softwares & Websites.pdf
8.07
MB
-rw-r--r--
README.md
1.46
KB
-rw-r--r--
api.err.log
0
B
-rw-r--r--
api.log
0
B
-rw-r--r--
database.sqlite
0
B
-rw-r--r--
favicon.ico
804
B
-rw-r--r--
index.html
462
B
-rw-r--r--
index.html.dev-backup
371
B
-rw-r--r--
logo.png
506.48
KB
-rw-r--r--
logo1.png
196.06
KB
-rw-r--r--
output-onlinegiftools-1-1.gif
3.78
MB
-rw-r--r--
output-onlinegiftools-2.gif
4
MB
-rw-r--r--
package-lock.json
186.62
KB
-rw-r--r--
package.json
1.5
KB
-rw-r--r--
path
24
KB
-rw-r--r--
path_
128
KB
-rw-r--r--
postcss.config.js
79
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
robots.txt
94
B
-rw-r--r--
store-support-call-ai.svg
7.43
KB
-rw-r--r--
tailwind.config.js
373
B
-rw-r--r--
test_fetch.js
476
B
-rw-r--r--
vite.config.js
283
B
-rw-r--r--
vite.err.log
0
B
-rw-r--r--
vite.log
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "script-demo-marketplace", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "concurrently \"npm:dev:server\" \"npm:dev:client\"", "dev:server": "node --watch server/src/index.js", "dev:client": "vite --host 0.0.0.0 --port 5173", "build": "vite build", "start": "node server/src/index.js", "prisma:generate": "prisma generate", "ensure:db": "node server/scripts/ensure-sqlite-db.js", "prisma:push": "node server/scripts/ensure-sqlite-db.js && prisma db push", "seed": "node server/scripts/seed.js", "set:prices": "node server/scripts/set-product-prices.js", "prepare:db": "node server/scripts/ensure-sqlite-db.js && prisma db push && node server/scripts/seed.js" }, "dependencies": { "@prisma/client": "^6.0.0", "@vitejs/plugin-react": "^5.0.0", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "express-rate-limit": "^7.5.0", "firebase": "^12.15.0", "gsap": "^3.15.0", "helmet": "^8.0.0", "jsonwebtoken": "^9.0.2", "lucide-react": "^0.468.0", "morgan": "^1.10.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", "zod": "^3.24.1" }, "devDependencies": { "autoprefixer": "^10.4.20", "concurrently": "^9.1.0", "postcss": "^8.4.49", "prisma": "^6.0.0", "tailwindcss": "^3.4.17", "vite": "^6.0.0" }, "prisma": { "seed": "node server/scripts/seed.js" } }
Close