Skip to content

Xweb500 Login Panel - Detect

ID: xweb500-panel

Severity: info

Author: princechaddha

Tags: panel,xweb500

Xweb500 login panel was detected.

id: xweb500-panel
info:
name: Xweb500 Login Panel - Detect
author: princechaddha
severity: info
description: Xweb500 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
cpe: cpe:2.3:o:emerson:dixell_xweb-500_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
google-query: inurl:"xweb500.cgi"
product: dixell_xweb-500_firmware
vendor: emerson
tags: panel,xweb500
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/xweb500.cgi"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Xweb500</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502204777044be2266040e3126bb5a834dd7079622da29d250dfdafed3a5e75acc40d022100f8b0e14271f3af8be56b14c4a28bc5702d99b15520495c3acd18d90b7e1d1972: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/xweb500-panel.yaml"

View on Github