Linux server.bornosky.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
Apache
: 95.217.200.235 | : 18.116.63.107
Cant Read [ /etc/named.conf ]
7.3.33
aggscedu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
aggscedu /
public_html /
vendor /
opis /
closure /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
CHANGELOG.md
8.33
KB
-rw-r--r--
LICENSE
1.06
KB
-rw-r--r--
NOTICE
306
B
-rw-r--r--
README.md
3.75
KB
-rw-r--r--
autoload.php
1001
B
-rw-r--r--
composer.json
1.15
KB
-rw-r--r--
functions.php
971
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "opis/closure", "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", "keywords": ["closure", "serialization", "function", "serializable", "serialize", "anonymous functions"], "homepage": "https://opis.io/closure", "license": "MIT", "authors": [ { "name": "Marius Sarca", "email": "marius.sarca@gmail.com" }, { "name": "Sorin Sarca", "email": "sarca_sorin@hotmail.com" } ], "require": { "php": "^5.4 || ^7.0 || ^8.0" }, "require-dev": { "jeremeamia/superclosure": "^2.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "autoload": { "psr-4": { "Opis\\Closure\\": "src/" }, "files": ["functions.php"] }, "autoload-dev": { "psr-4": { "Opis\\Closure\\Test\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "3.6.x-dev" } }, "config": { "preferred-install": "dist", "sort-packages": true } }
Close