Skip to content

Commit cd598ff

Browse files
committed
fix typo in msg
1 parent 4cf7b94 commit cd598ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

05-HARDENING.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SecRule REQUEST_FILENAME "^/wp\-includes(/.*\.php(|[\/].*)|(|\/))$" "phase:1,id:
1010
ver:'%{tx.wprs_version}',\
1111
tag:'wordpress',\
1212
tag:'includes',\
13-
logdata:'Reuqest Filename %{REQUEST_FILENAME}',\
13+
logdata:'Request Filename %{REQUEST_FILENAME}',\
1414
msg:'WordPress: /wp-includes access attempt'"
1515

1616
#wp-content/*.txt
@@ -25,7 +25,7 @@ SecRule REQUEST_FILENAME "^/wp\-content(/.*\.txt(|[\/].*)|(|\/))$" "phase:1,id:2
2525
ver:'%{tx.wprs_version}',\
2626
tag:'wordpress',\
2727
tag:'includes',\
28-
logdata:'Reuqest Filename %{REQUEST_FILENAME}',\
28+
logdata:'Request Filename %{REQUEST_FILENAME}',\
2929
msg:'WordPress: TXT /wp-content access attempt'"
3030

3131

@@ -49,7 +49,7 @@ SecRule REQUEST_FILENAME "^/xmlrpc\.php" "phase:1,id:22200015,\
4949
ver:'%{tx.wprs_version}',\
5050
tag:'wordpress',\
5151
tag:'xmlrpc',\
52-
logdata:'Reuqest Filename %{REQUEST_FILENAME}',\
52+
logdata:'Request Filename %{REQUEST_FILENAME}',\
5353
msg:'WordPress: /xmlrpc.php access attempt'"
5454

5555
SecMarker END_WPRS_XMLRPC

0 commit comments

Comments
 (0)