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

16 lines
273 B
YAML

id: wordpress-xmlrpc-file
info:
name: WordPress xmlrpc
author: udit_thakkur
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/xmlrpc.php"
matchers:
- type: word
words:
- 'XML-RPC server accepts POST requests only.'