nuclei-templates/exposures/files/apache-licenserc.yaml

29 lines
478 B
YAML
Raw Normal View History

2022-11-17 07:45:10 +00:00
id: apache-licenserc
info:
2022-11-17 14:09:47 +00:00
name: Apache License File
2022-11-17 07:45:10 +00:00
author: DhiyaneshDk
severity: low
metadata:
verified: true
tags: exposure,file,apache
requests:
- method: GET
path:
- '{{BaseURL}}/.licenserc.yaml'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'header:'
- 'license:'
- 'copyright-owner:'
condition: and
- type: status
status:
- 200