Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
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
/
usr /
src /
litespeed-wp-plugin /
7.4 /
litespeed-cache /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
assets
[ DIR ]
drwxr-xr-x
?;
cli
[ DIR ]
drwxr-xr-x
?;
data
[ DIR ]
drwxr-xr-x
?;
lang
[ DIR ]
drwxr-xr-x
?;
lib
[ DIR ]
drwxr-xr-x
?;
src
[ DIR ]
drwxr-xr-x
?;
thirdparty
[ DIR ]
drwxr-xr-x
?;
tpl
[ DIR ]
drwxr-xr-x
LICENSE
34.33
KB
-rw-r--r--
autoload.php
3.41
KB
-rw-r--r--
changelog.txt
130.67
KB
-rw-r--r--
composer.json
641
B
-rw-r--r--
composer.lock
22.46
KB
-rw-r--r--
guest.vary.php
177
B
-rw-r--r--
litespeed-cache.php
7.84
KB
-rw-r--r--
package-lock.json
3.14
KB
-rw-r--r--
package.json
948
B
-rw-r--r--
phpcs.ruleset.xml
2.69
KB
-rw-r--r--
phpcs.xml.dist
2.06
KB
-rw-r--r--
qc-ping.txt
80
B
-rw-r--r--
readme.txt
42.98
KB
-rw-r--r--
security.md
370
B
-rw-r--r--
typos.toml
81
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "litespeed-cache", "description": "High-performance page caching and site optimization from LiteSpeed", "license": "GPLv3", "scripts": { "format-check": "vendor/bin/phpcs --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php", "install-composer-packages": "composer require --dev squizlabs/php_codesniffer:^3.12 wp-coding-standards/wpcs:^3.1 dealerdirect/phpcodesniffer-composer-installer:^1.0 && vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsutils,vendor/phpcsstandards/phpcsextra", "sniff-check": "vendor/bin/phpcs --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php", "wpformat": "vendor/bin/phpcbf --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php" }, "devDependencies": { "@prettier/plugin-php": "^0.21.0", "prettier": "^3.0.3" } }
Close