26 lines
457 B
YAML
26 lines
457 B
YAML
id: ngrok-takeover
|
|
|
|
info:
|
|
name: Ngrok Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/92
|
|
tags: takeover,ngrok
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- ngrok.io not found
|
|
- Tunnel *.ngrok.io not found
|