nuclei-templates/exposed-panels/xweb500-panel.yaml

33 lines
643 B
YAML
Raw Normal View History

2022-03-10 20:21:00 +00:00
id: xweb500-panel
info:
name: Xweb500 Login Panel - Detect
2022-03-10 20:21:00 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-03-10 20:21:00 +00:00
metadata:
google-query: inurl:"xweb500.cgi"
2022-03-10 20:21:00 +00:00
tags: panel,xweb500
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/xweb500.cgi"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Xweb500</title>"
- type: status
status:
- 200
# Enhanced by md on 2023/01/26