Skip to content

IntelliFlash Login Panel - Detect

ID: intelliflash-login-panel

Severity: info

Author: princechaddha

Tags: panel,intelliflash

IntelliFlash login panel was detected.

id: intelliflash-login-panel
info:
name: IntelliFlash Login Panel - Detect
author: princechaddha
severity: info
description: IntelliFlash login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,intelliflash
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>IntelliFlash</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502205e7f159eddcec5478b05485ed8a8ee8c00a18183b1744cf480eaf12623789abc022100b6ea07db83342df5cdc00b3433fd93a2ff43d3a12b5a71c757e71bd60b5c4d37: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/intelliflash-login-panel.yaml"

View on Github