36 lines
866 B
YAML
36 lines
866 B
YAML
id: otobo-panel
|
|
|
|
info:
|
|
name: OTOBO Login Panel - Detect
|
|
author: princechaddha
|
|
severity: info
|
|
description: OTOBO login panel was detected.
|
|
reference:
|
|
- https://github.com/rotheross/otobo
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"otobo"
|
|
tags: panel,otobo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/otobo/index.pl"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "<title>(.*)OTOBO(.*)</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100f4fd662fcf9d0294b47ad690e2fab2b0d9783309fb3115d88b20726924ec5ae6022075f34b7174354b2b36ce67b5ce12b4f47add2e6fe4368c49ea35cc411b825350:922c64590222798bb761d5b6d8e72950
|