commit
7e30949569
|
@ -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>'
|
Loading…
Reference in New Issue