32 lines
823 B
YAML
32 lines
823 B
YAML
id: tastyigniter-installer
|
|
|
|
info:
|
|
name: TastyIgniter Setup Page - Exposure
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects exposed TastyIgniter Setup page.
|
|
reference:
|
|
- https://tastyigniter.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 490a00463044022039e2c4807f395e7435256b8058fadc16da77b4dff33061231baa9c4437b7cdf502203554057a981d56294d48f2244347267d8a5a8c677743a75ca434209388fd7ce6:922c64590222798bb761d5b6d8e72950 |