cobbler-webgui: Cobbler WebGUI Detection

2025-08-01 Cobbler WebGUI PoC Public

Description

Detection of Cobbler WebGUI

shodan: http.title:"Cobbler Web Interface"

PoC

id: cobbler-webgui

info:
  name: Cobbler WebGUI Detection
  author: c-sh0
  severity: info
  verified: true
  description: |-
    Detection of Cobbler WebGUI 
    shodan: http.title:"Cobbler Web Interface"
  tags: cobbler,webgui
  created: 2024/04/04

rules:
  r0:
    request:
      method: GET
      path: /cobbler_web
      follow_redirects: true
    expression: response.status == 200 && response.body.bcontains(b'<title>Cobbler Web Interface</title>') && response.body.bcontains(b'/cobbler_webui_content/') && response.body.bcontains(b'/cobbler_web/do_login')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities