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:
|
2023-06-21 21:03:53 +00:00
|
|
|
max-request: 2
|
2023-06-13 18:00:27 +00:00
|
|
|
shodan-query: html:"iClock Automatic"
|
2024-04-08 11:34:33 +00:00
|
|
|
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-10-14 11:27:55 +00:00
|
|
|
|
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>'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4b0a00483046022100d1b1a5ead4abcb0c21ecd1e09fa99ef102f7b2d4b804c7e1bb7baa22aeff9cf3022100acb12a9010d272e08215657ca09d343fdf9f6615fa715eaf98eced91da4918fd:922c64590222798bb761d5b6d8e72950
|