nuclei-templates/http/exposures/files/wp-cli-exposure.yaml

29 lines
499 B
YAML
Raw Normal View History

id: wp-cli-exposure
info:
name: WP-CLI Yaml File Exposure
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
verified: true
shodan-query: html:"wp-cli.yml"
2022-10-13 10:12:07 +00:00
tags: config,exposure,wp-cli,files
http:
- method: GET
path:
- "{{BaseURL}}/wp-cli.yml"
matchers-condition: and
matchers:
- type: word
words:
- "apache_modules:"
- "mod_rewrite"
condition: and
- type: status
status:
- 200