36 lines
705 B
YAML
36 lines
705 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.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
|
|
|
|
# Enhanced by md on 2022/12/05
|