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