goahead-detected: Goahead Detected

2025-08-01 Goahead Detected PoC Public

Description

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()

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

References

Related Vulnerabilities