nuclei-templates/http/vulnerabilities/wordpress/wp-xmlrpc.yaml

17 lines
287 B
YAML
Raw Normal View History

2020-06-27 12:25:14 +00:00
id: wordpress-xmlrpc-file
info:
name: WordPress xmlrpc
author: udit_thakkur
2020-08-03 21:52:00 +00:00
severity: info
2021-02-05 09:23:55 +00:00
tags: wordpress
http:
- method: GET
path:
- "{{BaseURL}}/xmlrpc.php"
matchers:
2021-01-21 17:41:15 +00:00
- type: word
words:
- 'XML-RPC server accepts POST requests only.'