22 lines
349 B
YAML
22 lines
349 B
YAML
id: intercom
|
|
|
|
info:
|
|
name: Intercom widget detection
|
|
author: tess
|
|
severity: info
|
|
tags: intercom,tech
|
|
reference: https://www.intercom.com
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 3
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'intercom' |