commit
9d4aa1f633
|
@ -4,12 +4,14 @@ info:
|
||||||
name: security.txt File
|
name: security.txt File
|
||||||
author: bad5ect0r,noraj
|
author: bad5ect0r,noraj
|
||||||
severity: info
|
severity: info
|
||||||
description: File similar to robots.txt but intended to be read by humans wishing to contact a website’s owner about security issues. Often defines a security policy and contact details.
|
description: |
|
||||||
|
File similar to robots.txt but intended to be read by humans wishing to contact a website’s owner about security issues. Often defines a security policy and contact details.
|
||||||
reference:
|
reference:
|
||||||
- https://securitytxt.org/
|
- https://securitytxt.org/
|
||||||
- https://community.turgensec.com/security-txt-progress-in-ethical-security-research/
|
- https://community.turgensec.com/security-txt-progress-in-ethical-security-research/
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 2
|
max-request: 2
|
||||||
|
verified: true
|
||||||
shodan-query: http.securitytxt:contact http.status:200
|
shodan-query: http.securitytxt:contact http.status:200
|
||||||
tags: misc,generic
|
tags: misc,generic
|
||||||
|
|
||||||
|
@ -20,23 +22,24 @@ http:
|
||||||
- "{{RootURL}}/security.txt"
|
- "{{RootURL}}/security.txt"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
host-redirects: true
|
redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Contact:"
|
- "Contact:"
|
||||||
|
- "Expires:"
|
||||||
|
condition: or
|
||||||
|
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "len(body) <= 4096 && len(body) > 0"
|
- "len(body) <= 4096 && len(body) > 0"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
group: 1
|
group: 1
|
||||||
|
|
Loading…
Reference in New Issue