nuclei-templates/http/exposed-panels/lenovo-fp-panel.yaml

41 lines
900 B
YAML
Raw Normal View History

2023-01-05 07:12:37 +00:00
id: lenovo-fp-panel
2023-01-04 23:31:18 +00:00
info:
name: Lenovo Fan Power Controller Login Panel - Detect
2023-01-04 23:31:18 +00:00
author: megamansec
severity: info
description: Lenovo Fan Power Controller 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
2023-01-04 23:31:18 +00:00
metadata:
max-request: 2
2023-01-04 23:31:18 +00:00
verified: true
shodan-query: http.html:"Fan and Power Controller"
2023-01-04 23:31:18 +00:00
tags: panel,lenovo
http:
2023-01-04 23:31:18 +00:00
- method: GET
path:
- "{{BaseURL}}"
2023-01-05 11:30:21 +00:00
- "{{BaseURL}}/login.html"
2023-01-04 23:31:18 +00:00
2023-01-05 11:30:21 +00:00
stop-at-first-match: true
2023-01-04 23:31:18 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Avocent Corporation and its affiliates"
- "FPC Login"
- "Fan and Power Controller"
2023-01-04 23:31:18 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/09