nuclei-templates/misconfiguration/ngrok-status-page.yaml

30 lines
787 B
YAML
Raw Normal View History

2023-02-09 10:39:09 +00:00
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
shodan-query: http.title:"ngrok"
tags: ngrok,misconfig,status
requests:
- 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