FlightPath Login Panel - Detect
ID: flightpath-panel
Severity: info
Author: princechaddha
Tags: panel,flightpath
Description
Section titled “Description”FlightPath login panel was detected.
YAML Source
Section titled “YAML Source”id: flightpath-panel
info: name: FlightPath Login Panel - Detect author: princechaddha severity: info description: FlightPath 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 shodan-query: http.title:"flightpath" tags: panel,flightpath
http: - method: GET path: - "{{BaseURL}}/login"
matchers-condition: and matchers: - type: word part: body words: - "<title>Login | FlightPath</title>"
- type: status status: - 200# digest: 4a0a00473045022100d7d10190701941961945f720e592ff6dc100f372b7f08335e90dcfcf08d76ea1022063974bf5057d8b676dd30cd4616d74d1114801b9b1c32b2805d1e64580f5a8f9: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/flightpath-panel.yaml"