Skip to content

TastyIgniter Setup Page - Exposure

ID: tastyigniter-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,tastyigniter

Detects exposed TastyIgniter Setup page.

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
http:
- method: GET
path:
- "{{BaseURL}}/setup/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "TastyIgniter - Setup"
- type: status
status:
- 200
# digest: 4a0a004730450220618e66c2bcc5c2cb42132c46cc74343fba484fdb0d41034ed6af0b1975849d32022100df62704be1e269e0d01f1fd8f4e653d45872c34a6580e17eeebbb52080b1aaa0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/tastyigniter-installer.yaml"

View on Github