30 lines
691 B
YAML
30 lines
691 B
YAML
id: axway-api-manager-panel
|
|
|
|
info:
|
|
name: Axway API Manager Panel - Detect
|
|
author: johnk3r
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Axway API Manager Login"
|
|
tags: panel,axway,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Axway API Manager Login</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100d8e779d011c5770aa82c17b7d1f65689af155fcd1e406f51aa969077f372b924022100972f8620b0a3b8b55b59c7aa36b2184c24e158b24dc78107a0e6bddf09377134:922c64590222798bb761d5b6d8e72950
|