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('WP_ALLOW_REPAIR', true);patch-1
parent
4b983bbe2a
commit
c41f64987b
|
@ -24,5 +24,8 @@ requests:
|
|||
|
||||
- type: word
|
||||
words:
|
||||
- "define('WP_ALLOW_REPAIR', true);"
|
||||
- "define"
|
||||
- "WP_ALLOW_REPAIR"
|
||||
- "true"
|
||||
condition: and
|
||||
negative: true
|
Loading…
Reference in New Issue