<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>realnits</title><description>Breaking down security, technical challenges, and code.</description><link>https://realnits.github.io/</link><item><title>The Sandbox That Wasn&apos;t: Reversing CVE-2026-12537 in Gemini CLI</title><link>https://realnits.github.io/posts/reversing-gemini-cli-pre-sandbox-rce/</link><guid isPermaLink="true">https://realnits.github.io/posts/reversing-gemini-cli-pre-sandbox-rce/</guid><description>A CVE dropped against Gemini CLI with a 10.0 score and a two-line advisory that explained nothing. So I cloned the repo, read the patch backwards, and reconstructed how a .env file in a pull request turns into code execution on your CI runner — before the sandbox ever starts.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Crashing Node.js with 40 Lines of JavaScript — A Memory Corruption Story</title><link>https://realnits.github.io/posts/nodejs-sharedarraybuffer-toctou-memory-corruption/</link><guid isPermaLink="true">https://realnits.github.io/posts/nodejs-sharedarraybuffer-toctou-memory-corruption/</guid><description>How I found a TOCTOU race condition in Node.js&apos;s native UTF-8 decoder that causes heap corruption via SharedArrayBuffer, built a working crash PoC, reported it to HackerOne — and watched it get closed as Informative.</description><pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate></item><item><title>Solving YesWeHack Dojo #49 — How Two Dashes and a Dash-R Broke a Secret Manager</title><link>https://realnits.github.io/posts/yeswehack-dojo49-secret-manager/</link><guid isPermaLink="true">https://realnits.github.io/posts/yeswehack-dojo49-secret-manager/</guid><description>A detailed walkthrough of how I solved YesWeHack&apos;s Dojo #49 Secret Manager challenge by chaining two glob injection tricks — a recursive copy flag and a grep option terminator — to exfiltrate secrets from a protected directory in a single HTTP request</description><pubDate>Mon, 23 Mar 2026 15:22:00 GMT</pubDate></item><item><title>How I Fixed False Positives in Dalfox XSS Scanner (Issue #884)</title><link>https://realnits.github.io/posts/fixing-false-positives-dalfox/</link><guid isPermaLink="true">https://realnits.github.io/posts/fixing-false-positives-dalfox/</guid><description>A deep dive into contributing to Dalfox — fixing false positive XSS alerts on JSON API endpoints, the mistakes I made, and the proper fix.</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Access secrets via s3 bucket versioning</title><link>https://realnits.github.io/posts/access-secrets-via-s3-bucket-versioning/</link><guid isPermaLink="true">https://realnits.github.io/posts/access-secrets-via-s3-bucket-versioning/</guid><description>In this lab, we will be solving an lab with an attack vector through a s3 bucket versioning feature and through that we can able to exfil the secrets and elevating further more</description><pubDate>Wed, 05 Mar 2025 15:22:00 GMT</pubDate></item><item><title>Loot Public EBS Snapshots</title><link>https://realnits.github.io/posts/loot-public-ebs-snapshots/</link><guid isPermaLink="true">https://realnits.github.io/posts/loot-public-ebs-snapshots/</guid><description>In this lab, we will be solving an lab on understanding what ebs snapshots are and there misconfigurations....</description><pubDate>Wed, 05 Mar 2025 15:22:00 GMT</pubDate></item><item><title>Leverage leaked credentials for pwnage</title><link>https://realnits.github.io/posts/leverage-leaked-credentials-for-pwnage/</link><guid isPermaLink="true">https://realnits.github.io/posts/leverage-leaked-credentials-for-pwnage/</guid><description>Finding leaked AWS access keys in a GitHub .env file, using them to enumerate the account, and pivoting into Amazon RDS to escalate and capture the flag</description><pubDate>Sun, 02 Mar 2025 15:22:00 GMT</pubDate></item><item><title>Plunder Public RDS Snapshots</title><link>https://realnits.github.io/posts/plunder-rds-snapshots/</link><guid isPermaLink="true">https://realnits.github.io/posts/plunder-rds-snapshots/</guid><description>Enumerating publicly exposed Amazon RDS snapshots from just an AWS account ID, restoring one into my own account, and dumping the database to recover the flag</description><pubDate>Sun, 02 Mar 2025 15:22:00 GMT</pubDate></item><item><title>Identify the AWS Account ID from a Public S3 Bucket</title><link>https://realnits.github.io/posts/identify-aws-accid-from-public-s3/</link><guid isPermaLink="true">https://realnits.github.io/posts/identify-aws-accid-from-public-s3/</guid><description>Getting to know about how we can able to fecth a AWS account ID from a publicly available s3 bucket</description><pubDate>Mon, 24 Feb 2025 15:22:00 GMT</pubDate></item><item><title>Uncover Secrets in CodeCommit and Docker</title><link>https://realnits.github.io/posts/uncover-secrets-codecommit/</link><guid isPermaLink="true">https://realnits.github.io/posts/uncover-secrets-codecommit/</guid><description>In this lab, we will see how the leaked credentials through dockerhub can be leveraged atmost and more further</description><pubDate>Fri, 31 Jan 2025 10:22:00 GMT</pubDate></item><item><title>Reveal Hidden risks using Securityhub</title><link>https://realnits.github.io/posts/reveal-hidden-risks-securityhub/</link><guid isPermaLink="true">https://realnits.github.io/posts/reveal-hidden-risks-securityhub/</guid><description>Walkthrough of exploring AWS securityhub and a simulation activity to identify an issue that lead to some interesting findings</description><pubDate>Wed, 08 Jan 2025 11:22:00 GMT</pubDate></item><item><title>Solving Intigriti&apos;s May 2024 XSS Challenge — PhpSpreadsheet Formula Injection to XSS</title><link>https://realnits.github.io/posts/intigriti-may-2024-xss-challenge/</link><guid isPermaLink="true">https://realnits.github.io/posts/intigriti-may-2024-xss-challenge/</guid><description>A detailed walkthrough of how I solved Intigriti&apos;s May 2024 XSS challenge by exploiting a 2nd-order formula injection vulnerability in PhpSpreadsheet&apos;s calculateFormula() to achieve Cross-Site Scripting</description><pubDate>Sat, 15 Jun 2024 15:22:00 GMT</pubDate></item><item><title>Hacking Porn and Dating Sites - A Theme-Based Bug Bounty Approach</title><link>https://realnits.github.io/posts/hacking-porn-and-dating-sites-a-theme-based-bugbounty-hunting/</link><guid isPermaLink="true">https://realnits.github.io/posts/hacking-porn-and-dating-sites-a-theme-based-bugbounty-hunting/</guid><description>An Individual research on bugbounty programs that I took an unique approach on choosing porn industry based programs which paid me pretty much..</description><pubDate>Fri, 07 Jun 2024 15:22:00 GMT</pubDate></item><item><title>Solving Intigriti&apos;s April 2024 XSS Challenge — postMessage, Race Conditions, and a Sneaky iframe Sandbox</title><link>https://realnits.github.io/posts/intigriti-april-2024-xss-challenge/</link><guid isPermaLink="true">https://realnits.github.io/posts/intigriti-april-2024-xss-challenge/</guid><description>A walkthrough of how I solved Intigriti&apos;s April 2024 monthly XSS challenge — hardcoded creds in the DOM, an iframe sandbox misconfiguration, and a postMessage handler with no origin check that turned into a clean XSS</description><pubDate>Wed, 01 May 2024 10:00:00 GMT</pubDate></item><item><title>Breach in the Cloud - Cloudtrial challenge</title><link>https://realnits.github.io/posts/breach-in-the-cloud/</link><guid isPermaLink="true">https://realnits.github.io/posts/breach-in-the-cloud/</guid><description>This is a challenge from pwnedlabs where I&apos;ve been provided with the cloudtrial logs and from there I&apos;ve to do log analysis and trying to reproduce the attack from the attacker perspective</description><pubDate>Fri, 09 Feb 2024 15:22:00 GMT</pubDate></item><item><title>SSRF to Pwned</title><link>https://realnits.github.io/posts/ssrf-to-pwned/</link><guid isPermaLink="true">https://realnits.github.io/posts/ssrf-to-pwned/</guid><description>Lab from pwnedlabs where we have provided with a webserver and we are gonna look into how we can leverage it to SSRF</description><pubDate>Fri, 09 Feb 2024 15:22:00 GMT</pubDate></item><item><title>Big IAM Challenge - Wiz CTF Challenge</title><link>https://realnits.github.io/posts/big-iam-challenge/</link><guid isPermaLink="true">https://realnits.github.io/posts/big-iam-challenge/</guid><description>IAM Challenge from Wiz where we will be given an IAM rules and need to identify misconfiguration and exploit it to get a flag</description><pubDate>Thu, 08 Jun 2023 15:22:00 GMT</pubDate></item><item><title>A story of Default wordlist in Dirsearch to 20k INR Bounty</title><link>https://realnits.github.io/posts/dirsearch-to-20k-bounty/</link><guid isPermaLink="true">https://realnits.github.io/posts/dirsearch-to-20k-bounty/</guid><description>My First Bug in my bugbounty journey where I took an approach of guy who solves the CTF... Unfortunately it worked and I found some sensitive files which lead to a bounty</description><pubDate>Wed, 06 Oct 2021 15:22:00 GMT</pubDate></item></channel></rss>