2022-02-14 17:20:32 +00:00
|
|
|
id: cobbler-webgui
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cobbler WebGUI Detection
|
|
|
|
author: c-sh0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Detection of Cobbler WebGUI
|
2022-02-14 17:20:32 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Cobbler Web Interface"
|
|
|
|
tags: cobbler,webserver,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/cobbler_web"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-02-14 17:20:32 +00:00
|
|
|
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
|