Update wordpress-db-repair.yaml

Solves this false positive (different encoding) 

nuclei -debug -t   nuclei-templates/vulnerabilities/wordpress/wordpress-db-repair.yaml -u https://try.walmart.com

<p><code>define(&#39;WP_ALLOW_REPAIR&#39;, true);
patch-1
Philippe Delteil 2021-09-10 17:18:15 -03:00 committed by GitHub
parent 4b983bbe2a
commit c41f64987b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -24,5 +24,8 @@ requests:
- type: word
words:
- "define('WP_ALLOW_REPAIR', true);"
negative: true
- "define"
- "WP_ALLOW_REPAIR"
- "true"
condition: and
negative: true