Skip to content

Faraday Login Panel - Detect

ID: faraday-login

Severity: info

Author: dhiyaneshDK

Tags: panel,faraday

Faraday login panel was detected.

id: faraday-login
info:
name: Faraday Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Faraday 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
cpe: cpe:2.3:a:faraday_project:faraday:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: html:"faradayApp"
product: faraday
vendor: faraday_project
tags: panel,faraday
http:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="faradayApp">'
- type: status
status:
- 200
# digest: 4b0a00483046022100fb979fca9a734f77f64604d63c635fa426e55105831bdd1d8a8529f8e0c0d6ca022100ab934fd7e06e6c648b33d15db4435f0f5a007ce82dba5d16130cdb8e626fd967: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/faraday-login.yaml"

View on Github