34 lines
834 B
YAML
34 lines
834 B
YAML
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
|
|
cvss-score: 0
|
|
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: 4b0a00483046022100f28de90e9c3c33d031718ae9125b5c91614c240cf457beaf910c6bccc95b97ae02210091ce16b8cfe08dc5699376044221b5c1a19699508c1682882acf92f650bbc4e7:922c64590222798bb761d5b6d8e72950
|