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

19 lines
318 B
YAML

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