mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 16:53:25 +08:00
17 lines
291 B
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.'
|