Skip to content

Yellowfin Information Collaboration - Detect

ID: yellowfin-panel

Severity: info

Author: DhiyaneshDK

Tags: yellowfin,panel,login

id: yellowfin-panel
info:
name: Yellowfin Information Collaboration - Detect
author: DhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:yellowfinbi:yellowfin:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: yellowfinbi
product: yellowfin
shodan-query: title:"Yellowfin Information Collaboration"
tags: yellowfin,panel,login
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Yellowfin Information Collaboration</title>'
- 'alt="Yellowfin"'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100ec9d9ba448230c0b477d85ce201ef60c1cf04ca92f2a775e4b319cb91095f7ba022046c5d98f65e0d702c29da0eabe56bd9f0aaeab8fe92a6909f4d9deebf97a9650: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/exposed-panels/yellowfin-panel.yaml"

View on Github