nuclei-templates/exposed-panels/otobo-panel.yaml

35 lines
690 B
YAML
Raw Normal View History

2022-02-23 11:19:02 +00:00
id: otobo-panel
info:
name: OTOBO Login Panel - Detect
2022-02-23 11:19:02 +00:00
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
2022-02-23 11:21:39 +00:00
metadata:
shodan-query: http.title:"otobo"
2022-02-23 11:19:02 +00:00
tags: panel,otobo
requests:
- 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