nuclei-templates/exposed-panels/cobbler-webgui.yaml

32 lines
646 B
YAML

id: cobbler-webgui
info:
name: Cobbler WebGUI Detection
author: c-sh0
severity: info
description: Detection of Cobbler WebGUI
metadata:
shodan-query: http.title:"Cobbler Web Interface"
tags: cobbler,webserver,panel
requests:
- method: GET
path:
- "{{BaseURL}}/cobbler_web"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Cobbler Web Interface</title>"
- "/cobbler_webui_content/"
- "/cobbler_web/do_login"
condition: or