nuclei-templates/http/exposed-panels/apigee-panel.yaml

35 lines
726 B
YAML
Raw Normal View History

2024-02-12 07:43:48 +00:00
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:
2024-02-12 11:45:46 +00:00
max-request: 1
2024-02-12 07:43:48 +00:00
verified: true
2024-02-12 11:45:46 +00:00
shodan-query: http.favicon.hash:"-839356603"
2024-02-12 07:43:48 +00:00
tags: panel,apigee,login
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
2024-02-12 11:45:46 +00:00
- 'contains_any(body, "<title>Apigee", "content=\"Apigee")'
2024-02-12 07:43:48 +00:00
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
2024-02-12 11:45:46 +00:00
- 'Version:?\s+([0-9.]+)'