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 /
auth /
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--
behat_auth.php
2.5
KB
-rwxrwxrwx
displayloginfailures.feature
2.91
KB
-rwxrwxrwx
login.feature
2.12
KB
-rwxrwxrwx
login.php
2.97
KB
-rwxrwxrwx
logout.php
1.33
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
rememberusername.feature
2.27
KB
-rwxrwxrwx
validateagedigitalconsentmap.f...
2.52
KB
-rwxrwxrwx
verifyageofconsent.feature
2.01
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rememberusername.feature
@core @core_auth Feature: Test the 'remember username' feature works. In order to see my saved username on the login form As a user I need to have logged in once before and clicked 'Remember username' Background: Given the following "users" exist: | username | | teacher1 | # Given the user has logged in and selected 'Remember username', when they log in again, then their username should be remembered. Scenario: Check that 'remember username' works without javascript for teachers. # Log in the first time and check the 'remember username' box. Given I am on homepage And I click on "Log in" "link" in the ".logininfo" "css_element" And I set the field "Username" to "teacher1" And I set the field "Password" to "teacher1" And I set the field "Remember username" to "1" And I press "Log in" And I log out # Log out and check that the username was remembered. When I am on homepage And I click on "Log in" "link" in the ".logininfo" "css_element" Then the field "username" matches value "teacher1" And the field "Remember username" matches value "1" # Given the user has logged in before and selected 'Remember username', when they log in again and unset 'Remember username', then # their username should be forgotten for future log in attempts. Scenario: Check that 'remember username' unsetting works without javascript for teachers. # Log in the first time and check the 'remember username' box. Given I am on homepage And I click on "Log in" "link" in the ".logininfo" "css_element" And I set the field "Username" to "teacher1" And I set the field "Password" to "teacher1" And I set the field "Remember username" to "1" And I press "Log in" And I log out # Log in again, unsetting the 'remember username' field. When I am on homepage And I click on "Log in" "link" in the ".logininfo" "css_element" And I set the field "Password" to "teacher1" And I set the field "Remember username" to "0" And I press "Log in" And I log out # Check username has been forgotten. Then I am on homepage And I click on "Log in" "link" in the ".logininfo" "css_element" Then the field "username" matches value "" And the field "Remember username" matches value "0"
Close