32 lines
641 B
YAML
32 lines
641 B
YAML
id: cobbler-webgui
|
|
|
|
info:
|
|
name: Cobbler WebGUI Detection
|
|
author: c-sh0
|
|
description: Detection of Cobbler WebGUI
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Cobbler Web Interface"
|
|
tags: cobbler,webserver,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cobbler_web"
|
|
|
|
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
|