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

45 lines
896 B
YAML
Raw Normal View History

2023-10-24 17:25:04 +00:00
id: chronos-panel
info:
name: Chronos Panel - Detect
author: righettod
severity: info
description: |
Chronos Login Panel was detected.
reference:
- https://www.asys.fr/chronos
metadata:
verified: true
max-request: 1
shodan-query: http.html:"chronoslogin.js"
tags: panel,chronos,login,detect
http:
- method: GET
path:
2023-10-24 17:34:10 +00:00
- '{{BaseURL}}/chronos.wsc/asparamlogin.html'
2023-10-24 17:25:04 +00:00
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'chronoslogin.html'
- 'urlcli'
- 'url_portail'
condition: and
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
2023-10-24 17:34:10 +00:00
- '(?i)chronos\s+([0-9.-]+)'