Skip to content

Ngrok Status Page

ID: ngrok-status-page

Severity: low

Author: pussycat0x

Tags: ngrok,misconfig,status

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.

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
# digest: 4a0a00473045022100a634904ccbe4251a210d7ddc5ae73b2c970fa763ee813f09a0a381cef8cee4e702202b43b4da364b0bb0182670944c3e983e21646ad285dd8948eb2282d0edd250da:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/ngrok-status-page.yaml"

View on Github