Skip to content

SQL Monitor - Discovery

ID: sql-monitor

Severity: info

Author: dhiyaneshDK

Tags: panel,red-gate

SQL Monitor was discovered.

id: sql-monitor
info:
name: SQL Monitor - Discovery
author: dhiyaneshDK
severity: info
description: SQL Monitor was discovered.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:red-gate:sql_monitor:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: red-gate
product: sql_monitor
shodan-query:
- html:"SQL Monitor"
- http.html:"sql monitor"
fofa-query: body="sql monitor"
tags: panel,red-gate
http:
- method: GET
path:
- '{{BaseURL}}/Account/LogIn?returnUrl=%2F&hasAttemptedCookie=True'
matchers-condition: and
matchers:
- type: word
words:
- '<p>JavaScript needs to be enabled for SQL Monitor to work properly.</p>'
- type: status
status:
- 200
# digest: 4b0a00483046022100fd33e3f3bc5e3f8f0c9017c9f5efec7fb830c57d59fc826d2c60ab7cd1b6dbe9022100b287abb259503cc949d24d242191acda99a6d47f3042183c9b1f947eebaaef47: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/exposed-panels/sql-monitor.yaml"

View on Github