从开放式重定向到账户接管:一次意外的旅程
作者通过子域名狩猎和端点模糊测试发现Open Redirect漏洞,并结合JavaScript实现账户接管(ATO)。 2025-5-3 07:49:59 Author: buaq.net(查看原文) 阅读量:14 收藏

Payloads in Plain Sight: How Open Redirect + JavaScript Led to Full Account Takeover
作者通过子域名狩猎和端点模糊测试发现了一个Open Redirect漏洞,并利用该漏洞实现了账户接管(ATO)。 2025-5-3 04:30:47 Author: infosecwriteups.com(查看原文) 阅读量:11 收藏


Iski

Free Link🎈

Hey there!😁

Image by Copilot

You know you’re built differently when, while everyone else is worried about Monday meetings, you’re worried about missing an Open Redirect in your mass recon. 😂📜

My life is basically:
Netflix, Bug Bounties, Missed Texts, and Occasional Jackpot Bugs. 🎯

If recon was a love language, trust me, I’d be married by now. 💍

Anyway, here’s the wild, completely accidental story of how I turned a boring Open Redirect into a full-blown Account Takeover (ATO). 🚀

So there I was, doing my usual subdomain hunting + endpoint fuzzing ritual:

subfinder -d target.com -silent | tee subs.txt
waybackurls target.com | grep -iE 'redirect|next|url|return|continue' | tee params.txt
ffuf -w params.txt -u https://target.com/FUZZ

💡 Tip: Always hunt for parameters like:

  • ?redirect=
  • ?next=
  • ?url=
  • ?continue=
  • ?returnUrl=

文章来源: https://infosecwriteups.com/payloads-in-plain-sight-how-open-redirect-javascript-led-to-full-account-takeover-a7ae1c359679?source=rss----7b722bfd1b8d--bug_bounty
如有侵权请联系:admin#unsafe.sh


文章来源: https://buaq.net/go-327474.html
如有侵权请联系:admin#unsafe.sh