Skip to content

Riello UPS NetMan 204 Panel - Detect

ID: riello-netman204-panel

Severity: info

Author: s4e-io

Tags: netman,panel,detect,login

Riello UPS NetMan 204 login panel was detected.

id: riello-netman204-panel
info:
name: Riello UPS NetMan 204 Panel - Detect
author: s4e-io
severity: info
description: |
Riello UPS NetMan 204 login panel was detected.
reference:
- https://www.riello-ups.com
metadata:
vendor: riello-ups
product: netman_204_firmware
shodan-query: title:"netman 204"
fofa-query: title="netman 204"
censys-query: services.http.response.body:"netman204"
google-query: intitle:"netman 204"
tags: netman,panel,detect,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(body,"Netman 204")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022100ad92a117c0860890992a2f1e47a860382a1ad0d8ce5e18fc58b7159af8e8fab00220701cb42c15b75386445d6c5ded569d596d8b3d689d800796417a25f3b5da1c87: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/riello-netman204-panel.yaml"

View on Github