Skip to content

Amprion Grid Loss Login Panel - Detect

ID: amprion-gridloss-panel

Severity: info

Author: righettod

Tags: panel,amprion,login,detect

Amprion Grid Loss login panel was detected.

id: amprion-gridloss-panel
info:
name: Amprion Grid Loss Login Panel - Detect
author: righettod
severity: info
description: |
Amprion Grid Loss login panel was detected.
reference:
- https://www.amprion.net/index-2.html
metadata:
verified: true
max-request: 1
tags: panel,amprion,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/config/public"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "amprion") && contains(to_lower(body), "grid loss")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '"envTitle":"([A-Z0-9a-z]+)"'
# digest: 4a0a0047304502210095de05ed2e426fc90955d082fc3da914d15221e63584a44ddd692bf11e1c1d6602204ba29adf684afe80e7e6f205cf68a34fefbe3f4ebdb7e8233677c28d91f83024: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/amprion-gridloss-panel.yaml"

View on Github