“Day 5: SSRF — How I Hacked AWS Keys & Stole $15,000 in Cloud Credits”
三个月前发现SaaS公司API中的低严重性SSRF漏洞,通过内部端口扫描逐步获取AWS访问权限,窃取凭证并获得1.5万美元云信用额度,详细披露攻击链及代码片段。 2025-8-8 05:39:44 Author: infosecwriteups.com(查看原文) 阅读量:20 收藏

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---4
如有侵权请联系:admin#unsafe.sh