Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-24 01:27:01 +0400
committermboelen <michael@cisofy.com>2014-09-24 01:27:01 +0400
commit17a6aa369106e83d7bb0b47872f508d83e1d45db (patch)
tree31cf3b899f09e0bb212df27c7c8f35a2700779af /include/tests_webservers
parentc257882a241b5fc31606abbc1a6a686639eb74d0 (diff)
Improved detection of mod_evasive
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 92641d17..cc7b8bf1 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -291,7 +291,7 @@
Register --test-no HTTP-6640 --preqs-met ${PREQS_MET} --weight L --network NO --description "Determining existence of specific Apache modules"
if [ ${SKIPTEST} -eq 0 ]; then
# Check modules, module
- CheckItem "apache_module" "/mod_evasive20.so"
+ CheckItem "apache_module" "/mod_evasive([0-9][0-9])?.so"
if [ ${ITEM_FOUND} -eq 1 ]; then
Display --indent 10 --text "mod_evasive: anti-DoS/brute force" --result FOUND --color GREEN
AddHP 3 3