Merge pull request #7409 from deFr0ggy/main

Exposed iClock Admin Panel
patch-1
Dhiyaneshwaran 2023-06-14 12:46:08 +05:30 committed by GitHub
commit 7e30949569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

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