“Day 5: SSRF — How I Hacked AWS Keys & Stole $15,000 in Cloud Credits”
三个月前发现一个低严重性的SSRF漏洞,从内部端口扫描升级为全面AWS访问、窃取凭证及获取1.5万美元云积分。作者详细揭示了攻击链并提供代码示例。 2025-8-8 05:39:44 Author: infosecwriteups.com(查看原文) 阅读量:35 收藏

Aman Sharma

Three months ago, I found a “low-severity” SSRF (Server-Side Request Forgery) in a SaaS company’s API. What started as a simple internal port scan turned into full AWS access, stolen credentials, and $15,000 in free cloud credits. Today, I’m revealing the full exploit chain — exactly how I did it, with code snippets you can use right now.

free link

SSRF lets attackers trick a server into making unauthorized requests (e.g., accessing internal systems, cloud metadata).

Real-World Analogy:

Imagine a hotel concierge who will fetch anything you ask for — even if you request “the master key to every room.” That’s SSRF.

Step 1: Found a Vulnerable API Endpoint

While testing a document converter SaaS, I noticed:

POST /api/convert  
{ "url": "https://example.com/resume.pdf" }

Hypothesis: What if I change the URL to something internal?

Step 2: Tested for Basic SSRF


文章来源: https://infosecwriteups.com/day-5-ssrf-how-i-hacked-aws-keys-stole-15-000-in-cloud-credits-ed521d7525f9?source=rss----7b722bfd1b8d--bug_bounty
如有侵权请联系:admin#unsafe.sh