2020-05-08 11:06:57 +00:00
|
|
|
id: security-txt
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Security.txt File
|
|
|
|
author: bad5ect0r
|
|
|
|
severity: info
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.well-known/security.txt"
|
|
|
|
matchers:
|
2020-05-08 11:41:26 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2020-05-08 11:06:57 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Contact:"
|
2020-05-08 11:41:26 +00:00
|
|
|
condition: and
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2020-05-25 08:02:27 +00:00
|
|
|
- "len(body) <= 1024 && len(body) > 0"
|
2020-05-08 11:41:26 +00:00
|
|
|
condition: and
|