Research Update Enhanced src/pentesting-web/ssrf-server-side...#2129
Merged
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". 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
Research Update for src/pentesting-web/ssrf-server-side-request-forgery/cloud-ssrf.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-04-14 14:03:48 UTC
Tool usage
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
Reading the target page and adjacent SSRF content first. Then I’ll fan out into recent cloud SSRF research and fold only the pieces that add clear technical value without duplicating nearby HackTricks pages.
The target page already covers AWS EC2/ECS/Lambda/Elastic Beanstalk, GCP, DigitalOcean, and Azure, but some parts are dated. I’m checking nearby SSRF/cloud pages now to avoid re-adding generic material and to isolate what is actually missing.
I’ve isolated three likely high-signal gaps: newer AWS container credential flows, GCP identity-token usage from metadata in serverless, and some stale provider notes at the end of the page. I’m pulling primary-source details now so the additions stay precise instead of drifting into generic SSRF advice.
I have enough research to make targeted changes. The plan is to add one modern AWS container-credential path, one GCP serverless identity-token path, and replace the stale Oracle Cloud metadata note with current IMDSv2 behavior, then close with a minimal references section.
Editing the cloud SSRF page now. I’m keeping the existing structure intact and only inserting concrete provider-specific paths that materially improve the page: EKS Pod Identity, Cloud Run identity tokens, and current OCI IMDSv2 behavior.
Updated cloud-ssrf.md.
The changes were targeted rather than broad:
AWS_CONTAINER_CREDENTIALS_FULL_URI/AWS_CONTAINER_AUTHORIZATION_TOKEN_FILEflow and a practical credential-retrieval example against169.254.170.23.Authorization: Bearer Oracleheader and rejection of forwarded headers.crate->createandAWS_ACCES_KEY_ID->AWS_ACCESS_KEY_ID.## Referencessection with 2 relevant official references.I verified the diff and checked that the file now ends with
## References.Research URLs used:
No further changes looked necessary without starting to duplicate generic SSRF material already covered elsewhere in HackTricks.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).