IntelliFlash Login Panel - Detect
ID: intelliflash-login-panel
Severity: info
Author: princechaddha
Tags: panel,intelliflash
Description
Section titled “Description”IntelliFlash login panel was detected.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/intelliflash-login-panel.yaml"