Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 757 Bytes

File metadata and controls

28 lines (15 loc) · 757 Bytes

GCP - App Engine Unauthenticated Enum

{{#include ../../../banners/hacktricks-training.md}}

App Engine

For more information about App Engine check:

{{#ref}} ../gcp-services/gcp-app-engine-enum.md {{#endref}}

Brute Force Subdomains

As mentioned the URL assigned to App Engine web pages is <project-uniq-name>.appspot.com and if a service name is used it'll be: <servicename>-dot-<project-uniq-name>.appspot.com.

As the project-uniq-name can be set by the person creating the project, they might be not that random and brute-forcing them could find App Engine web apps exposed by companies.

You could use tools like the ones indicated in:

{{#ref}} ./ {{#endref}}

{{#include ../../../banners/hacktricks-training.md}}