nuclei-templates/http/vulnerabilities/wordpress/wp-license-file.yaml

25 lines
402 B
YAML

id: wp-license-file
info:
name: WordPress license file disclosure
author: yashgoti
severity: info
tags: wordpress
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/license.txt"
matchers-condition: and
matchers:
- type: word
words:
- "WordPress - Web publishing software"
- type: status
status:
- 200