nuclei-templates/http/exposed-panels/axway-api-manager-panel.yaml

27 lines
467 B
YAML
Raw Normal View History

2023-05-26 01:47:10 +00:00
id: axway-api-manager-panel
info:
name: Axway API Manager Panel
author: johnk3r
severity: info
metadata:
2023-05-26 11:57:06 +00:00
verified: "true"
2023-05-26 01:47:10 +00:00
shoda-query: http.title:"Axway API Manager Login"
tags: panel,axway
2023-05-26 11:57:06 +00:00
http:
2023-05-26 01:47:10 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Axway API Manager Login</title>"
- type: status
status:
- 200