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

29 lines
619 B
YAML
Raw Normal View History

2022-02-23 11:19:02 +00:00
id: otobo-panel
info:
name: OTOBO Login Panel
author: princechaddha
severity: info
2022-02-23 11:21:39 +00:00
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
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