Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
amatya /
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
201
B
-rw-r--r--
.php_cs
582
B
-rw-r--r--
.phpstorm.meta.php
287
B
-rw-------
.scrutinizer.yml
676
B
-rw-r--r--
.styleci.yml
158
B
-rw-r--r--
.travis.yml
2.34
KB
-rw-r--r--
CHANGELOG.md
4.86
KB
-rw-r--r--
CONTRIBUTING.md
3.2
KB
-rw-r--r--
LICENSE
1.44
KB
-rw-r--r--
Makefile
1.49
KB
-rw-r--r--
README.md
10.07
KB
-rw-r--r--
composer.json
1.28
KB
-rw-r--r--
phpunit.xml.dist
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
vendor/composer/installed.json: composer.json composer install .PHONY: deps deps: vendor/composer/installed.json .PHONY: test test: deps php vendor/bin/phpunit .PHONY: apidocs apidocs: docs/api/index.html phpDocumentor.phar: wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.2-nightly-gdff5545/phpDocumentor.phar wget https://github.com/phpDocumentor/phpDocumentor2/releases/download/v3.0.0-alpha.2-nightly-gdff5545/phpDocumentor.phar.pubkey library_files=$(shell find library -name '*.php') docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar php phpDocumentor.phar run -d library -t docs/api .PHONY: test-all test-all: test-72 test-71 test-70 test-56 .PHONY: test-all-7 test-all-7: test-72 test-71 test-70 .PHONY: test-72 test-72: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.2-cli php vendor/bin/phpunit .PHONY: test-71 test-71: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.1-cli php vendor/bin/phpunit .PHONY: test-70 test-70: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.0-cli php vendor/bin/phpunit .PHONY: test-56 test-56: build56 docker run -it --rm \ -v "$$PWD/library":/opt/mockery/library \ -v "$$PWD/tests":/opt/mockery/tests \ -v "$$PWD/phpunit.xml.dist":/opt/mockery/phpunit.xml \ -w /opt/mockery \ mockery_php56 \ php vendor/bin/phpunit .PHONY: build56 build56: docker build -t mockery_php56 -f "$$PWD/docker/php56/Dockerfile" .
Close