35 lines
686 B
YAML
35 lines
686 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:
|
||
|
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
|