mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-18 00:23:52 +08:00
16 lines
273 B
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.'
|