mirror of https://github.com/CISOfy/lynis.git
Improved detection of mod_evasive
This commit is contained in:
parent
c257882a24
commit
17a6aa3691
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue