<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>paradise's Security Notes</title>
    <link>https://blog.arok.win</link>
    <description>Web security, penetration testing, cloud security, and offensive-defense research</description>
    <language>en</language>
    
  <item>
    <title>SSRF Exploitation: From URL Parameters to Internal Probing</title>
    <link>https://blog.arok.win/posts/ssrf-internal-probing/</link>
    <guid>https://blog.arok.win/posts/ssrf-internal-probing/</guid>
    <pubDate>Sun, 31 May 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My workflow for finding server-side request forgery, confirming it with callbacks, and safely mapping internal services.</description>
  </item>
  <item>
    <title>Sensitive Information Leak Hunting: Git, Backups, and Configs</title>
    <link>https://blog.arok.win/posts/sensitive-info-leak-hunting/</link>
    <guid>https://blog.arok.win/posts/sensitive-info-leak-hunting/</guid>
    <pubDate>Sat, 16 May 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on finding exposed version control data, backup archives, editor artifacts, and configuration files.</description>
  </item>
  <item>
    <title>Subdomain Takeover: Detection, Validation, and Prevention</title>
    <link>https://blog.arok.win/posts/subdomain-takeover/</link>
    <guid>https://blog.arok.win/posts/subdomain-takeover/</guid>
    <pubDate>Tue, 14 Apr 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on how stale CNAME records become takeover candidates, how to validate them safely, and how to prevent them.</description>
  </item>
  <item>
    <title>SQL Injection and WAF Bypass: Common Techniques</title>
    <link>https://blog.arok.win/posts/sql-injection-waf-bypass/</link>
    <guid>https://blog.arok.win/posts/sql-injection-waf-bypass/</guid>
    <pubDate>Thu, 26 Feb 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on understanding WAF normalization, using comments and encodings, and verifying a bypass is actually exploitable.</description>
  </item>
  <item>
    <title>Honeypots and Deception: Recognizing the Bait</title>
    <link>https://blog.arok.win/posts/honeypot-detection/</link>
    <guid>https://blog.arok.win/posts/honeypot-detection/</guid>
    <pubDate>Wed, 18 Feb 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on how port, banner, and interaction anomalies reveal deceptive services before committing real tools.</description>
  </item>
  <item>
    <title>Supply Chain Attack Surface: Dependencies, Images, and SDKs</title>
    <link>https://blog.arok.win/posts/supply-chain-attack-surface/</link>
    <guid>https://blog.arok.win/posts/supply-chain-attack-surface/</guid>
    <pubDate>Fri, 23 Jan 2026 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on how package managers, CI pipelines, containers, and third-party SDKs expand the attack surface.</description>
  </item>
  <item>
    <title>Mobile Traffic Capture and Certificate Pinning Bypass</title>
    <link>https://blog.arok.win/posts/mobile-traffic-capture/</link>
    <guid>https://blog.arok.win/posts/mobile-traffic-capture/</guid>
    <pubDate>Mon, 27 Oct 2025 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My workflow for proxying mobile apps, installing a CA, inspecting HTTPS traffic, and bypassing certificate pinning.</description>
  </item>
  <item>
    <title>API Security Testing: A Practical Checklist</title>
    <link>https://blog.arok.win/posts/api-security-checklist/</link>
    <guid>https://blog.arok.win/posts/api-security-checklist/</guid>
    <pubDate>Mon, 06 Oct 2025 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>The checklist I use for authentication, authorization, input handling, rate limits, debug endpoints, and logging.</description>
  </item>
  <item>
    <title>Zero Trust and Least Privilege: An Incremental Migration</title>
    <link>https://blog.arok.win/posts/zero-trust-least-privilege/</link>
    <guid>https://blog.arok.win/posts/zero-trust-least-privilege/</guid>
    <pubDate>Sun, 01 Jun 2025 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My study notes on moving from implicit network trust to identity verification, microsegmentation, and least privilege.</description>
  </item>
  <item>
    <title>Access Log Forensics: Reconstructing an Attack Chain</title>
    <link>https://blog.arok.win/posts/access-log-forensics/</link>
    <guid>https://blog.arok.win/posts/access-log-forensics/</guid>
    <pubDate>Sun, 16 Feb 2025 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on using time windows, path sequences, user agents, and outbound connections to reconstruct attacks.</description>
  </item>
  <item>
    <title>Access Control Testing: Horizontal and Vertical Privilege Escalation</title>
    <link>https://blog.arok.win/posts/idor-access-control-testing/</link>
    <guid>https://blog.arok.win/posts/idor-access-control-testing/</guid>
    <pubDate>Fri, 24 Jan 2025 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on finding object-level and role-level authorization flaws without relying on HTTP status codes alone.</description>
  </item>
  <item>
    <title>Red Team OPSEC: Reducing Footprint and Staying Disciplined</title>
    <link>https://blog.arok.win/posts/red-team-opsec/</link>
    <guid>https://blog.arok.win/posts/red-team-opsec/</guid>
    <pubDate>Sun, 01 Dec 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on traffic, timing, credentials, tooling, and communication discipline during adversary simulations.</description>
  </item>
  <item>
    <title>From XSS to Session Hijack: A Complete Exploitation Chain</title>
    <link>https://blog.arok.win/posts/xss-to-session-hijack/</link>
    <guid>https://blog.arok.win/posts/xss-to-session-hijack/</guid>
    <pubDate>Wed, 23 Oct 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on how stored cross-site scripting becomes cookie theft, account actions, and persistent access.</description>
  </item>
  <item>
    <title>Web Reconnaissance: A Practical Methodology</title>
    <link>https://blog.arok.win/posts/web-recon-methodology/</link>
    <guid>https://blog.arok.win/posts/web-recon-methodology/</guid>
    <pubDate>Wed, 22 May 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My personal workflow for collecting domains, subdomains, IP ranges, fingerprints, and content paths before active testing.</description>
  </item>
  <item>
    <title>JWT Security: Signature Bypasses and Hardening</title>
    <link>https://blog.arok.win/posts/jwt-security-bypass/</link>
    <guid>https://blog.arok.win/posts/jwt-security-bypass/</guid>
    <pubDate>Thu, 18 Apr 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My study notes on JSON Web Token failures including algorithm confusion, weak keys, header injection, and defenses.</description>
  </item>
  <item>
    <title>AI-Assisted Vulnerability Hunting: Prompts, Validation, and Limits</title>
    <link>https://blog.arok.win/posts/ai-assisted-vuln-hunting/</link>
    <guid>https://blog.arok.win/posts/ai-assisted-vuln-hunting/</guid>
    <pubDate>Sun, 17 Mar 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on where language models help in security analysis, how to prompt them, and why results need validation.</description>
  </item>
  <item>
    <title>Internal Network Pivoting: Port Forwarding and Proxy Chains</title>
    <link>https://blog.arok.win/posts/internal-port-forwarding/</link>
    <guid>https://blog.arok.win/posts/internal-port-forwarding/</guid>
    <pubDate>Thu, 29 Feb 2024 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on choosing and operating local forwards, SOCKS tunnels, and reverse proxies in constrained environments.</description>
  </item>
  <item>
    <title>From Response Headers to Behavior: Identifying a WAF</title>
    <link>https://blog.arok.win/posts/waf-fingerprint-identification/</link>
    <guid>https://blog.arok.win/posts/waf-fingerprint-identification/</guid>
    <pubDate>Thu, 28 Dec 2023 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>How I tell whether an application sits behind a WAF by combining headers, block pages, timing, and request mutations.</description>
  </item>
  <item>
    <title>Cloud Privilege Escalation: From Metadata to Misconfiguration</title>
    <link>https://blog.arok.win/posts/cloud-privilege-escalation/</link>
    <guid>https://blog.arok.win/posts/cloud-privilege-escalation/</guid>
    <pubDate>Wed, 18 Oct 2023 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My study notes on instance metadata, role credentials, and permissive policies as cloud escalation paths.</description>
  </item>
  <item>
    <title>CORS Misconfiguration: Cross-Origin Exploitation and Correct Design</title>
    <link>https://blog.arok.win/posts/cors-misconfiguration/</link>
    <guid>https://blog.arok.win/posts/cors-misconfiguration/</guid>
    <pubDate>Fri, 25 Aug 2023 00:00:00 +0800</pubDate>
    <author>paradise</author>
    <description>My notes on reflected origins, wildcard credentials, null origins, and subdomain trust in CORS testing.</description>
  </item>
  </channel>
</rss>
