30 lines
493 B
YAML
30 lines
493 B
YAML
id: apache-licenserc
|
|
|
|
info:
|
|
name: Apache License File
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
tags: exposure,file,apache
|
|
|
|
http:
|
|
- 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
|