Apigee Login Panel - Detect
ID: apigee-panel
Severity: info
Author: righettod
Tags: panel,apigee,login
Description
Section titled “Description”Apigee login panel was detected.
YAML Source
Section titled “YAML Source”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: verified: true max-request: 1 shodan-query: http.favicon.hash:"-839356603" 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: 490a004630440220249094c4dc05c65410a66f3ff57367dc0fb84dbd0b9f1ae31e0e594bfe5a12ce02200a0f4b5779acfcaba1ff85795af2bd42f6721a89a1b787177c35b11fe6b0d725:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/apigee-panel.yaml"