32 lines
802 B
YAML
32 lines
802 B
YAML
id: ngrok-status-page
|
|
|
|
info:
|
|
name: Ngrok Status Page
|
|
author: pussycat0x
|
|
severity: low
|
|
description: |
|
|
Ngrok is a popular platform that provides secure tunnels to localhost, allowing users to expose a local web server to the internet.The Ngrok status page is a web page that provides real-time information about the health and performance of the Ngrok service.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"ngrok"
|
|
tags: ngrok,misconfig,status
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/status'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>ngrok</title>'
|
|
- '<title>ngrok - Status</title>'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|