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

22 lines
357 B
YAML
Raw Normal View History

2021-02-26 05:51:15 +00:00
id: wp-license-file
2021-02-25 17:27:42 +00:00
info:
name: WordPress license file disclosure
author: yashgoti
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/license.txt"
matchers-condition: and
matchers:
- type: word
words:
- "WordPress - Web publishing software"
- type: status
status:
- 200