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

23 lines
375 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
2021-04-06 07:49:32 +00:00
tags: wordpress
2021-02-25 17:27:42 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/license.txt"
matchers-condition: and
matchers:
- type: word
words:
- "WordPress - Web publishing software"
- type: status
status:
- 200