mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
* Create intercom.yaml * lint fixes Co-authored-by: sandeep <sandeep@projectdiscovery.io>
20 lines
317 B
YAML
20 lines
317 B
YAML
id: intercom
|
|
|
|
info:
|
|
name: Intercom widget detection
|
|
author: tess
|
|
severity: info
|
|
tags: intercom,tech
|
|
reference: https://www.intercom.com
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
max-redirects: 3
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'intercom' |