Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
wp-cli /
find-command /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
features
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.actrc
129
B
-rw-r--r--
.distignore
157
B
-rw-r--r--
.editorconfig
496
B
-rw-r--r--
.travis.yml
1.53
KB
-rw-r--r--
LICENSE
1.12
KB
-rw-r--r--
README.md
5.19
KB
-rw-r--r--
behat.yml
126
B
-rw-r--r--
composer.json
1.27
KB
-rw-r--r--
find-command.php
262
B
-rw-r--r--
phpcs.xml.dist
2.19
KB
-rw-r--r--
wp-cli.yml
30
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
os: linux dist: xenial language: php php: 7.4 services: - mysql notifications: email: on_success: never on_failure: change branches: only: - master cache: directories: - $HOME/.composer/cache env: global: - PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH" - WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR/vendor/bin" before_install: - | # Remove Xdebug for a huge performance increase: if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then phpenv config-rm xdebug.ini else echo "xdebug.ini does not exist" fi - | # Raise PHP memory limit to 2048MB echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini - composer validate install: - composer install - composer prepare-tests script: - composer phpunit - composer behat || composer behat-rerun jobs: include: - stage: test php: nightly env: WP_VERSION=trunk - stage: test php: 7.4 env: WP_VERSION=latest - stage: test php: 7.3 env: WP_VERSION=latest - stage: test php: 7.2 env: WP_VERSION=latest - stage: test php: 7.1 env: WP_VERSION=latest - stage: test php: 7.0 env: WP_VERSION=latest - stage: test php: 5.6 env: WP_VERSION=latest - stage: test php: 5.6 env: WP_VERSION=3.7.11 dist: trusty - stage: test php: 5.6 env: WP_VERSION=trunk allow_failures: - stage: test php: nightly env: WP_VERSION=trunk
Close