mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: gcp-app-engine-enum
|
|
|
|
info:
|
|
name: GCP App Engine (Appspot) - Cloud Enumeration
|
|
author: initstring
|
|
severity: info
|
|
description: |
|
|
Searches for App Engine Apps in GCP.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: enum,cloud,cloud-enum,gcp,discovery
|
|
|
|
self-contained: true
|
|
|
|
variables:
|
|
BaseDNS: "appspot.com"
|
|
loginRedirect: "accounts.google.com"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://{{wordlist}}.{{BaseDNS}} HTTP/1.1
|
|
Host: {{wordlist}}.{{BaseDNS}}
|
|
|
|
redirects: false
|
|
|
|
attack: batteringram
|
|
threads: 10
|
|
|
|
matchers:
|
|
- type: dsl
|
|
name: "Open GCP App Engine App"
|
|
dsl:
|
|
- "status_code==200"
|
|
|
|
- type: dsl
|
|
name: "Protected GCP App Engine App"
|
|
dsl:
|
|
- "status_code==302"
|
|
- contains(location, "login")
|
|
condition: and
|
|
# digest: 4b0a00483046022100fce31a63aab6e8bcaf7cb16745a7d23c0e735104e0b6ff47a0c77e2561e4cb4b022100853c57600af362b2fa7bd3e6551df494fa81dd043de250b32406130b65b183da:922c64590222798bb761d5b6d8e72950 |