35 lines
904 B
YAML
35 lines
904 B
YAML
id: apigee-panel
|
|
|
|
info:
|
|
name: Apigee Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Apigee login panel was detected.
|
|
reference:
|
|
- https://cloud.google.com/apigee?hl=en
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:"-839356603"
|
|
verified: true
|
|
tags: panel,apigee,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(body, "<title>Apigee", "content=\"Apigee")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Version:?\s+([0-9.]+)'
|
|
# digest: 4a0a00473045022024de85a2064b59024b17d948274dc76df5c6bd4686e677536a0d2fecf1a4caeb022100de0d18e50fc7b9dd92022639756256b0c98e3a3db454035d1565be64993edccd:922c64590222798bb761d5b6d8e72950 |