nuclei-templates/http/exposed-panels/yellowfin-panel.yaml

32 lines
629 B
YAML
Raw Normal View History

2023-02-03 21:44:41 +00:00
id: yellowfin-panel
info:
2023-02-07 04:58:09 +00:00
name: Yellowfin Information Collaboration - Detect
2023-02-03 21:44:41 +00:00
author: DhiyaneshDK
severity: info
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-02-03 21:44:41 +00:00
shodan-query: title:"Yellowfin Information Collaboration"
tags: yellowfin,panel,login
http:
2023-02-03 21:44:41 +00:00
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-02-07 04:58:09 +00:00
- '<title>Yellowfin Information Collaboration</title>'
- 'alt="Yellowfin"'
condition: or
2023-02-03 21:44:41 +00:00
- type: status
status:
- 200