tastyigniter-installer: TastyIgniter Setup Page - Exposure

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

漏洞描述

Detects exposed TastyIgniter Setup page.

PoC代码[已公开]

id: tastyigniter-installer

info:
  name: TastyIgniter Setup Page - Exposure
  author: DhiyaneshDK
  severity: high
  description: |
    Detects exposed TastyIgniter Setup page.
  reference:
    - https://tastyigniter.com/
  classification:
    cpe: cpe:2.3:a:tastyigniter:tastyigniter:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: tastyigniter
    product: tastyigniter
    fofa-query: body="TastyIgniter - Setup - License agreement"
  tags: misconfig,install,exposure,tastyigniter,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/setup/"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "TastyIgniter - Setup"

      - type: status
        status:
          - 200
# digest: 4a0a004730450221008abe746e7f78259f09aac73c1e446b19896e26d1d2c69bd209cfe1ac672f123802207adbeb7f82ea4166cb48db372c47a7b6b0a4a0a8e274656d854408226112a3f3:922c64590222798bb761d5b6d8e72950

相关漏洞推荐