nuclei-templates/exposed-panels/flightpath-panel.yaml

26 lines
436 B
YAML
Raw Normal View History

2022-01-31 18:32:41 +00:00
id: flightpath-panel
2022-01-31 18:32:41 +00:00
info:
2022-01-31 18:56:55 +00:00
name: FlightPath Panel
2022-01-31 18:32:41 +00:00
author: princechaddha
severity: info
metadata:
shodan-query: http.title:"flightpath"
tags: panel,flightpath
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Login | FlightPath</title>"
- type: status
status:
- 200