nuclei-templates/http/exposed-panels/iclock-admin-panel.yaml

44 lines
1.0 KiB
YAML
Raw Normal View History

2023-06-13 18:00:27 +00:00
id: iclock-admin-panel
2023-06-13 16:44:02 +00:00
info:
2023-06-13 18:00:27 +00:00
name: iClock Automatic Data Master Server Admin Panel - Detect
2023-06-13 16:44:02 +00:00
author: deFr0ggy
severity: info
description: An iClock Automatic Data Master Server Admin login panel was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 2
2023-06-13 18:00:27 +00:00
shodan-query: html:"iClock Automatic"
verified: true
2023-06-14 07:13:14 +00:00
tags: panel,iclock,login,admin
2023-06-13 16:44:02 +00:00
http:
- method: GET
path:
- '{{BaseURL}}/iclock/accounts/login/'
- '{{BaseURL}}/iclock/accounts/login/?next=/iclock/data/iclock/'
2023-06-13 18:00:27 +00:00
stop-at-first-match: true
2023-06-13 16:44:02 +00:00
host-redirects: true
max-redirects: 2
2023-06-13 18:00:27 +00:00
matchers-condition: and
2023-06-13 16:44:02 +00:00
matchers:
- type: word
part: body
words:
2023-06-13 18:00:27 +00:00
- '"site-name">iClock Automatic Data Master Server'
2023-06-13 16:44:02 +00:00
- '<title> | Django site admin</title>'
condition: or
- type: status
status:
- 200
2023-06-13 18:00:27 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<span style="float:right">\(v([0-9.-]+)\)</span>'