nuclei-templates/miscellaneous/security.txt.yaml

28 lines
559 B
YAML
Raw Normal View History

id: security-txt
info:
name: Security.txt File
author: bad5ect0r
2020-08-03 21:52:00 +00:00
severity: info
description: The website defines a security policy.
2021-08-11 08:01:02 +00:00
tags: misc,generic
requests:
- method: GET
path:
- "{{BaseURL}}/.well-known/security.txt"
- "{{BaseURL}}/security.txt"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Contact:"
condition: and
- type: dsl
dsl:
2020-05-25 08:02:27 +00:00
- "len(body) <= 1024 && len(body) > 0"
condition: and