“Bug Bounty Bootcamp #38: SSRF Chaining — Bypassing Domain Whitelists with Open Redirects and PDF…
You found an SSRF, but the server only allows URLs from trusted.com. Game over? Not if trusted.com h 2026-5-23 08:18:0 Author: infosecwriteups.com(查看原文) 阅读量:19 收藏

You found an SSRF, but the server only allows URLs from trusted.com. Game over? Not if trusted.com has an open redirect. Learn to chain a lowly redirect with SSRF to reach internal networks – and how PDF invoices can become your stealthy exfiltration channel.

Aman Sharma

Free Link

Press enter or click to view image in full size

Welcome back. You’ve learned to confirm SSRF and bypass naive localhost blocks. Now we enter the big leagues: domain whitelists. The developer got smart — only URLs from *.target.com are allowed. Your external IPs and nip.io tricks are blocked. But every castle has a weak gate. If target.com itself has an open redirect vulnerability, that gate is wide open. This lesson will show you exactly how to chain an open redirect with SSRF, plus a bonus scenario: exploiting SSRF through a PDF invoice generator where your profile HTML becomes the attack vector.

The Whitelist Wall: When Only One Domain Is Allowed

Imagine an SSRF endpoint with a strict whitelist:
https://target.com/proxy?url=https://api.target.com/fetch


文章来源: https://infosecwriteups.com/bug-bounty-bootcamp-38-ssrf-chaining-bypassing-domain-whitelists-with-open-redirects-and-pdf-8c344246a1c7?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh