2020-05-08 11:06:57 +00:00
|
|
|
id: security-txt
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Security.txt File
|
|
|
|
author: bad5ect0r
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2020-08-25 19:43:43 +00:00
|
|
|
description: The website defines a security policy.
|
2021-08-11 08:01:02 +00:00
|
|
|
tags: misc,generic
|
2020-05-08 11:06:57 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.well-known/security.txt"
|
2020-06-01 12:25:40 +00:00
|
|
|
- "{{BaseURL}}/security.txt"
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-05-08 11:06:57 +00:00
|
|
|
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
|