Skip to content

SGP Login Panel - Detect

ID: sgp-login-panel

Severity: info

Author: dhiyaneshDK

Tags: panel,sgp

SGP login panel was detected.

id: sgp-login-panel
info:
name: SGP Login Panel - Detect
author: dhiyaneshDK
severity: info
description: SGP login panel was detected.
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
metadata:
max-request: 1
shodan-query: http.title:"SGP"
tags: panel,sgp
http:
- method: GET
path:
- '{{BaseURL}}/accounts/login?next=/admin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>SGP</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- ">Ver\\. ([0-9.A-Z]+)</p>"
# digest: 4a0a00473045022100a668f109bccc530635b0c5a7ad6dac71c2a0a38c3986712998653d0d7b6c0851022013fac2c867546cb1a281fe7dc69f2ba0b893d94c9fe04c9f5d466b5cbd6bf6f1: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/sgp-login-panel.yaml"

View on Github