Update wordpress-login.yaml

Removal of two matchers with a very high false positive probability.

Some pages represent a login page regardless of the url. In this case, there is a high probability that the matches "Log In</title>" or 'input type="password"' are true.
patch-1
Anton Strilez 2023-03-27 23:57:44 +02:00 committed by GitHub
parent 75068a3af9
commit 90c372708b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -20,10 +20,8 @@ requests:
- type: word
words:
- "WordPress</title>"
- "Log In</title>"
- '/wp-login.php?action=lostpassword">Lost your password?</a>'
- '<form name="loginform" id="loginform" action="{{BaseURL}}/wp-login.php" method="post">'
- 'input type="password"'
condition: or
# Enhanced by md on 2023/01/25