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

28 lines
613 B
YAML

id: otobo-panel
info:
name: OTOBO Login Panel
author: princechaddha
severity: info
description: OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
reference: https://github.com/rotheross/otobo
metadata:
shodan-query: http.title:"otobo"
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