gocron-panel: Gocron Panel - Detect

日期: 2025-09-01 | 影响软件: Gocron Panel | POC: 已公开

漏洞描述

Gocron panel was detected. FOFA: app="gocron-定时任务系统"

PoC代码[已公开]

id: gocron-panel

info:
  name: Gocron Panel - Detect
  author: ffffffff0x
  severity: info
  verified: true
  description: |
    Gocron panel was detected.
    FOFA: app="gocron-定时任务系统"
  tags: gocron,panel
  created: 2023/06/17

rules:
  r0:
    request:
      method: GET
      path: /
      follow_redirects: true
    expression: response.status == 200 && "<title>gocron - (.*)</title>".bmatches(response.body)
expression: r0()

相关漏洞推荐