nuclei-templates/http/miscellaneous/security-txt.yaml

47 lines
1.2 KiB
YAML
Raw Normal View History

id: security-txt
info:
2023-09-13 11:24:26 +00:00
name: security.txt File
author: bad5ect0r,noraj
2020-08-03 21:52:00 +00:00
severity: info
2023-09-13 11:24:26 +00:00
description: File similar to robots.txt but intended to be read by humans wishing to contact a websites owner about security issues. Often defines a security policy and contact details.
reference:
- https://securitytxt.org/
- https://community.turgensec.com/security-txt-progress-in-ethical-security-research/
metadata:
max-request: 2
2023-09-13 11:24:26 +00:00
shodan-query: http.securitytxt:contact http.status:200
tags: misc,generic
http:
- method: GET
path:
2022-01-28 10:24:49 +00:00
- "{{RootURL}}/.well-known/security.txt"
- "{{RootURL}}/security.txt"
stop-at-first-match: true
host-redirects: true
2022-01-28 10:24:49 +00:00
max-redirects: 2
2023-10-14 11:27:55 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2022-01-28 10:24:49 +00:00
- type: word
words:
- "Contact:"
2022-01-28 10:24:49 +00:00
- type: dsl
dsl:
2020-05-25 08:02:27 +00:00
- "len(body) <= 1024 && len(body) > 0"
2022-01-28 10:24:49 +00:00
extractors:
- type: regex
group: 1
regex:
2023-09-13 11:24:26 +00:00
- '(?mi)Contact:(.*)'
# digest: 4a0a0047304502206f89daa6983e25a1d9a1f288ba8abf8702d8915d8e2dc61aabe89f18233612da0221009c73c9b5f0b221f0644a5af52ccc90863387a662d5ef18ba394560a2c11705a1:922c64590222798bb761d5b6d8e72950