Create intercom.yaml (#4612)
* Create intercom.yaml * lint fixes Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
ce149b9f76
commit
e0d0097a46
|
@ -0,0 +1,20 @@
|
||||||
|
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'
|
Loading…
Reference in New Issue