Hacking Google with AI AI-Assisted Discovery-Document Fuzzin...#306
Open
carlospolop wants to merge 1 commit into
Open
Hacking Google with AI AI-Assisted Discovery-Document Fuzzin...#306carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://brutecat.com/articles/hacking-google-with-ai Content Categories: Based on the analysis, this content was categorized under "Pentesting Cloud > GCP Pentesting > GCP - Unauthenticated Enum & Access > GCP - API Keys Unauthenticated Enum, with possible cross-links to GCP - Basic Information / GCP - Services and a note referencing generic API/AI fuzzing methodology". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview: The blog describes a large-scale methodology for finding broken access control, IDOR, and sensitive data exposure issues in Google APIs by combining leaked/embedded Google API keys, Google discovery documents, first-party authentication token generation, API key restriction handling, custom tooling, and AI-assisted fuzzing. The author reports that the system found about $500,000 in Google VRP bugs in less than 3 months. No CVEs are mentioned.
Google discovery ...
🔧 Technical Details
Discovery-document-driven API recon: When an API ecosystem exposes Swagger/OpenAPI-like discovery documents, use them as a machine-readable attack-surface map. Enumerate hosts, request
/$discovery/rest, and parse resources, methods, paths, parameters, request schemas, and response schemas. If the platform supports hidden visibility labels, enumerate labels such as?labels=GOOGLE_INTERNALand compare response sizes/method sets. In Google APIs, a true nonexistent method generally returns an HTML 404, while a JSON 404 withMethod not found.can mean the API key's project lacks a required visibility label.API key harvesting and ownership filtering: Embedded client-side API keys from mobile apps, web apps, and binaries may expose additional APIs enabled on the same cloud project. At scale, collect keys from APKs/IPAs/browser traffic/binaries, preserve metadata about where each key was found, and intentionally call a disabled API...
🤖 Agent Actions
Updated
src/pentesting-cloud/gcp-security/gcp-unauthenticated-enum-and-access/gcp-api-keys-unauthenticated-enum.md.Added concise technical content covering:
/$discovery/restlabels=GOOGLE_INTERNALReferer,X-Ios-Bundle-Identifier,X-Android-Package,X-Android-Certclients6.google.com/ origin-whitelist gotchasgaiaIdAlso added a final
## Referencessection with the blog URL and Google APIs Explorer.Validation:
## Referencessection and correct banner placementmdbook buildcould not be run becausemdbookis not installed in this environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.