Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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
/
var /
www /
html /
insepet /
libromaster /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxrwxrwx
auth
[ DIR ]
drwxrwxrwx
backup
[ DIR ]
drwxrwxrwx
badges
[ DIR ]
drwxrwxrwx
blocks
[ DIR ]
drwxrwxrwx
blog
[ DIR ]
drwxrwxrwx
cache
[ DIR ]
drwxrwxrwx
calendar
[ DIR ]
drwxrwxrwx
cohort
[ DIR ]
drwxrwxrwx
comment
[ DIR ]
drwxrwxrwx
completion
[ DIR ]
drwxrwxrwx
course
[ DIR ]
drwxrwxrwx
enrol
[ DIR ]
drwxrwxrwx
error
[ DIR ]
drwxrwxrwx
files
[ DIR ]
drwxrwxrwx
filter
[ DIR ]
drwxrwxrwx
grade
[ DIR ]
drwxrwxrwx
group
[ DIR ]
drwxrwxrwx
install
[ DIR ]
drwxrwxrwx
iplookup
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
local
[ DIR ]
drwxrwxrwx
login
[ DIR ]
drwxrwxrwx
message
[ DIR ]
drwxrwxrwx
mnet
[ DIR ]
drwxrwxrwx
mod
[ DIR ]
drwxrwxrwx
my
[ DIR ]
drwxrwxrwx
notes
[ DIR ]
drwxrwxrwx
pix
[ DIR ]
drwxrwxrwx
plagiarism
[ DIR ]
drwxrwxrwx
portfolio
[ DIR ]
drwxrwxrwx
question
[ DIR ]
drwxrwxrwx
rating
[ DIR ]
drwxrwxrwx
report
[ DIR ]
drwxrwxrwx
repository
[ DIR ]
drwxrwxrwx
rss
[ DIR ]
drwxrwxrwx
tag
[ DIR ]
drwxrwxrwx
theme
[ DIR ]
drwxrwxrwx
user
[ DIR ]
drwxrwxrwx
userpix
[ DIR ]
drwxrwxrwx
webservice
[ DIR ]
drwxrwxrwx
.ftpquota
16
B
-rwxrwxrwx
.htaccess
197
B
-rwxrwxrwx
.jshintrc
1.2
KB
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
.shifter.json
48
B
-rwxrwxrwx
COPYING.txt
34.32
KB
-rwxrwxrwx
README.txt
760
B
-rwxrwxrwx
TRADEMARK.txt
1.3
KB
-rwxrwxrwx
behat.yml.dist
354
B
-rwxrwxrwx
brokenfile.php
1.13
KB
-rwxrwxrwx
composer.json
296
B
-rwxrwxrwx
config-dist.php
31.56
KB
-rwxrwxrwx
config.php
723
B
-rwxrwxrwx
draftfile.php
2.53
KB
-rwxrwxrwx
error_log
2.27
KB
-rwxrwxrwx
favicon.ico
43
B
-rwxrwxrwx
file.php
3.83
KB
-rwxrwxrwx
githash.php
953
B
-rwxrwxrwx
help.php
1.72
KB
-rwxrwxrwx
help_ajax.php
1.39
KB
-rwxrwxrwx
index.php
12.89
KB
-rwxrwxrwx
install.php
23.44
KB
-rwxrwxrwx
mdeploy.php
49.43
KB
-rwxrwxrwx
mdeploytest.php
10.58
KB
-rwxrwxrwx
phpunit.xml.dist
4.94
KB
-rwxrwxrwx
pluginfile.php
1.34
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
tags.txt
935
B
-rwxrwxrwx
version.php
1.6
KB
-rwxrwxrwx
wp-blog-header.php
2.74
KB
-r--r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="lib/phpunit/phpunit.xsd" bootstrap="lib/phpunit/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" backupGlobals="false" backupStaticAttributes="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" strict="false" printerClass="Hint_ResultPrinter" > <php> <!--<const name="PHPUNIT_LONGTEST" value="1"/> uncomment to execute also slow or otherwise expensive tests--> </php> <!--All core suites need to be manually added here--> <testsuites> <testsuite name="core_phpunit"> <directory suffix="_test.php">lib/phpunit/tests</directory> </testsuite> <testsuite name="core_test"> <directory suffix="_test.php">lib/testing/tests</directory> </testsuite> <testsuite name="core_db"> <directory suffix="_test.php">lib/ddl/tests</directory> <directory suffix="_test.php">lib/dml/tests</directory> </testsuite> <testsuite name="core_lib"> <directory suffix="_test.php">lib/tests</directory> <directory suffix="_test.php">lib/ajax/tests</directory> <directory suffix="_test.php">lib/form/tests</directory> <directory>lib/password_compat/tests</directory> </testsuite> <testsuite name="core_files"> <directory suffix="_test.php">lib/filestorage/tests</directory> <directory suffix="_test.php">files/tests</directory> </testsuite> <testsuite name="core_cohort"> <directory suffix="_test.php">cohort/tests</directory> </testsuite> <testsuite name="core_grade"> <directory suffix="_test.php">lib/grade/tests</directory> <directory suffix="_test.php">grade/tests</directory> <directory suffix="_test.php">grade/grading/tests</directory> </testsuite> <testsuite name="core_backup"> <directory suffix="_test.php">backup/controller/tests</directory> <directory suffix="_test.php">backup/converter/moodle1/tests</directory> <directory suffix="_test.php">backup/util</directory> </testsuite> <testsuite name="core_badges"> <directory suffix="_test.php">badges/tests</directory> </testsuite> <testsuite name="core_blog"> <directory suffix="_test.php">blog/tests</directory> </testsuite> <testsuite name="core_iplookup"> <directory suffix="_test.php">iplookup/tests</directory> </testsuite> <testsuite name="core_course"> <directory suffix="_test.php">course/tests</directory> </testsuite> <testsuite name="core_question"> <directory suffix="_test.php">question/engine/tests</directory> <directory suffix="_test.php">question/tests</directory> <directory suffix="_test.php">question/type/tests</directory> <directory suffix="_test.php">question/engine/upgrade/tests</directory> </testsuite> <testsuite name="core_cache"> <directory suffix="_test.php">cache/tests</directory> </testsuite> <testsuite name="core_calendar"> <directory suffix="_test.php">calendar/tests</directory> </testsuite> <testsuite name="core_enrol"> <directory suffix="_test.php">enrol/tests</directory> </testsuite> <testsuite name="core_group"> <directory suffix="_test.php">group/tests</directory> </testsuite> <testsuite name="core_external"> <directory suffix="_test.php">lib/external/tests</directory> </testsuite> <testsuite name="core_message"> <directory suffix="_test.php">message/tests</directory> </testsuite> <testsuite name="core_notes"> <directory suffix="_test.php">notes/tests</directory> </testsuite> <testsuite name="core_rating"> <directory suffix="_test.php">rating/tests</directory> </testsuite> <testsuite name="core_repository"> <directory suffix="_test.php">repository/tests</directory> </testsuite> <testsuite name="core_user"> <directory suffix="_test.php">user/tests</directory> </testsuite> <testsuite name="core_webservice"> <directory suffix="_test.php">webservice/tests</directory> </testsuite> <!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from phpunit.xml.dist with up-to-date list of plugins in current install--> <!--@plugin_suites_start@--> <!--@plugin_suites_end@--> </testsuites> </phpunit>
Close