Feb 7 · 6 min read · The Bug The bug is a server-side request forgery vulnerability in a PDF generation feature that enabled me to read data from internal domains that are not publicly reachable The Journey I’ve been working on this application for three months now, and ...
Join discussion
Feb 3 · 14 min read · AI is moving fast. Companies are racing to connect their services to AI assistants, shipping integrations as quickly as possible to stay ahead. But when speed is the priority, security often gets left behind. In this post, I'll show you what happens ...
Join discussion
Jan 30 · 4 min read · Introduction: Web app with hidden internal pages. The challenge mentions an SSRF vulnerability. Goal: Access restricted admin functionality. What You Did: Login with default creds (admin/admin) Found export2pdf.php endpoint that accepts URLs Explo...
Join discussion
Jan 28 · 4 min read · In today’s interconnected digital landscape, web application security is paramountly important. Server-Side Request Forgery threatens web application integrity and confidentiality. This draft explains configuring known domains to mitigate SSRF risks ...
Join discussion
Jan 22 · 12 min read · Description: Rabbit Store is medium level machine from tryhackme to test your basic web testing skills and Linux basics. it can be conquered if u have understanding of SSRF and SSTI vulnerabilities to achieve RCE gain access to shell. Therefore, retr...
Join discussion
Jan 21 · 12 min read · Description: Rabbit Store is medium level machine from tryhackme to test your basic web testing skills and linux basics. it can be conquered if u have understanding of SSRF and SSTI vulnerabilities to achive RCEgain access to shell. Therefore, retrie...
Join discussion
Dec 14, 2025 · 9 min read · While working on an application that would accept user-provided URLs, it would be nice to test a wide range of URLs to figure out which ones to accept and which ones not to accept. Lots of security vulnerabilities might be hiding behind such simple f...
Join discussion
Dec 13, 2025 · 3 min read · Server-Side Request Forgery (SSRF) has been on every major vulnerability list for more than a decade, yet it continues to appear in real-world cloud incidents in 2025. Despite improved cloud defaults, better documentation, and more secure frameworks,...
Join discussionNov 29, 2025 · 4 min read · Overview Era is a medium-difficulty HackTheBox machine focused on web exploitation, insecure direct object references (IDOR), database credential leaks, and stream-wrapper abuse leading to remote command execution. The foothold revolves around enumer...
Join discussion