Skip to content

OTOBO Login Panel - Detect

ID: otobo-panel

Severity: info

Author: princechaddha

Tags: panel,otobo

OTOBO login panel was detected.

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
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: 4a0a00473045022027035b3913bf0b18ee67d77dacf2233735ee01d01fef87621384c280bc65b245022100858f66d7206f17e5408bc10080b6523480122d516aca403c535bab86ca8178f0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/otobo-panel.yaml"

View on Github