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

17 lines
291 B
YAML

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