16 lines
242 B
YAML
16 lines
242 B
YAML
|
id: security-txt
|
||
|
|
||
|
info:
|
||
|
name: Security.txt File
|
||
|
author: bad5ect0r
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.well-known/security.txt"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Contact:"
|