nuclei-templates/http/exposed-panels/arcserve-panel.yaml

34 lines
699 B
YAML
Raw Normal View History

2023-06-29 09:08:44 +00:00
id: arcserve-panel
info:
2023-07-04 11:17:01 +00:00
name: ArcServe Panel - Detect
2023-06-29 09:08:44 +00:00
author: DhiyaneshDk
severity: info
reference:
- https://twitter.com/HunterMapping/status/1674267368359444480
- https://github.com/mdsecactivebreach/CVE-2023-26258-ArcServe
metadata:
2023-07-04 11:17:01 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-06-29 09:08:44 +00:00
shodan-query: http.favicon.hash:-1889244460
2023-07-04 11:17:01 +00:00
fofa-query: icon_hash="-1889244460"
tags: panel,login,arcserve,detect
2023-06-29 09:08:44 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-07-04 11:17:01 +00:00
- "Arcserve UDP"
- "/arcserve.js"
condition: or
2023-06-29 09:08:44 +00:00
- type: status
status:
- 200