goahead-detected: Goahead Detected

日期: 2025-08-01 | 影响软件: Goahead Detected | POC: 已公开

漏洞描述

GoAhead是一个开源(商业许可)、简单、轻巧、功能强大、可以在多个平台运行的Web Server,多用于嵌入式系统、智能设备。其支持运行ASP、Javascript和标准的CGI程序。 fofa: app="GoAhead"

PoC代码[已公开]

id: goahead-detected

info:
  name: Goahead Detected
  author: zan8in
  severity: info
  description: |-
    GoAhead是一个开源(商业许可)、简单、轻巧、功能强大、可以在多个平台运行的Web Server,多用于嵌入式系统、智能设备。其支持运行ASP、Javascript和标准的CGI程序。
    fofa: app="GoAhead"
  tags: goahead,detected
  created: 2023/09/18

rules:
  r0:
    request:
      method: GET
      path: /
      follow_redirects: true
    expression: response.headers["server"].icontains('goahead')
expression: r0()

相关漏洞推荐