<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Spy0x7 Blogs</title><description>I post My Hackthebox writeups and other InfoSec findings here.</description><link>https://spy0x7.vercel.app/</link><language>en-us</language><item><title>What is EDR? A Red Teamer&apos;s Primer on Endpoint Detection and Response</title><link>https://spy0x7.vercel.app/blog/what-is-edr-a-red-teamers-primer/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/what-is-edr-a-red-teamers-primer/</guid><description>A practical, ground-up walkthrough of how modern EDRs see you on a Windows endpoint, the four detection engines they stack on top of that telemetry, and the honest map of bypass categories red teamers actually use in the field.</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>OData SSRF Fun Filter Injection via File Upload</title><link>https://spy0x7.vercel.app/blog/odata-ssrf-fun-filter-injection/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/odata-ssrf-fun-filter-injection/</guid><description>Exploiting OData filter injection and SSRF via custom proxy headers in a financial platform.</description><pubDate>Sun, 25 May 2025 00:00:00 GMT</pubDate></item><item><title>Proving Grounds ClamAV</title><link>https://spy0x7.vercel.app/blog/proving-grounds-clamav/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/proving-grounds-clamav/</guid><description>A walkthrough of exploiting CVE-2007-4560 on Offensive Security’s ClamAV Proving Grounds machine, resulting in remote root shell access via vulnerable Sendmail configuration.</description><pubDate>Sun, 27 Oct 2024 00:00:00 GMT</pubDate></item><item><title>How I Found SQLI in 20 Minutes</title><link>https://spy0x7.vercel.app/blog/how-i-found-sqli-in-20-minutes/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/how-i-found-sqli-in-20-minutes/</guid><description>A fast-paced breakdown of how I discovered a critical SQL injection vulnerability in just 20 minutes during a pentest engagement.</description><pubDate>Tue, 21 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Easylfi</title><link>https://spy0x7.vercel.app/blog/easylfi/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/easylfi/</guid><description>A crafty web challenge solved by bypassing both path traversal protections and a WAF using curl globbing and a quirky Flask template engine. The goal? Steal the flag from /flag.txt using LFI.</description><pubDate>Sat, 15 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Active Directory Resources Collection</title><link>https://spy0x7.vercel.app/blog/active-directory-resources/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/active-directory-resources/</guid><description>A comprehensive reference collection of tools, techniques, links, and cheat sheets for Active Directory security assessment, attack simulation, defense, and detection.</description><pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate></item><item><title>HackTheBox RouterSpace Writeup</title><link>https://spy0x7.vercel.app/blog/hackthebox-routerspace-writeup/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-routerspace-writeup/</guid><description>Hackthebox release new machine called routerspace, in this machine we get the apk file on port 80 after analyzing the apk we get a new endpoint which is vulnerable with rce and we get the shell through that rce and for privilege escalation the sudo version is vulnerable through a very famous CVE-2021-3156.</description><pubDate>Sat, 05 Mar 2022 00:00:00 GMT</pubDate></item><item><title>TryHackMe Archangel Writeup</title><link>https://spy0x7.vercel.app/blog/tryhackme-archangel/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/tryhackme-archangel/</guid><description>This box explores a Local File Inclusion vulnerability leading to log poisoning and reverse shell access, privilege escalation through writable cron jobs, and finally root access via a PATH variable exploitation on a setuid binary.</description><pubDate>Thu, 09 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Hackthebox Seal Writeup</title><link>https://spy0x7.vercel.app/blog/hackthebox-seal-writeup/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-seal-writeup/</guid><description>A full walkthrough of HackTheBox’s Seal machine, where I exploited GitBucket misconfigurations and bypassed Tomcat upload filters to gain root access via Ansible privilege escalation.</description><pubDate>Wed, 04 Aug 2021 00:00:00 GMT</pubDate></item><item><title>HackTheBox Omni Writeup</title><link>https://spy0x7.vercel.app/blog/hackthebox-omni-writeup/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-omni-writeup/</guid><description>Exploiting SirepRAT to gain SYSTEM shell on a Windows IoT Core box via unauthenticated RCE and credential leakage.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>HackTheBox Laboratory Write-up</title><link>https://spy0x7.vercel.app/blog/hackthebox-laboratory-writeup/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-laboratory-writeup/</guid><description>This write-up covers the HackTheBox machine &apos;Laboratory&apos;, exploiting GitLab CE 12.8.1 to achieve LFI, arbitrary file read, and ultimately RCE through a deserialization bug, followed by Docker escape and SUID abuse for root access.</description><pubDate>Sat, 24 Apr 2021 00:00:00 GMT</pubDate></item><item><title>HackTheBox Cache Writeup</title><link>https://spy0x7.vercel.app/blog/hackthebox-cache-writeup/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-cache-writeup/</guid><description>This write-up walks through exploiting a vulnerable OpenEMR instance on HTB&apos;s Cache machine via SQL injection, gaining initial access, and escalating privileges through Docker group abuse and memcached enumeration.</description><pubDate>Fri, 16 Oct 2020 00:00:00 GMT</pubDate></item><item><title>From XXE OOB to NTLM Hash Steal</title><link>https://spy0x7.vercel.app/blog/from-xxe-oob-to-ntlm-thief/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/from-xxe-oob-to-ntlm-thief/</guid><description>This writeup demonstrates how a blind XXE vulnerability can be chained to extract local files, perform internal port scanning, and steal NTLM hashes via SMB in a real-world API scenario.</description><pubDate>Thu, 20 Aug 2020 00:00:00 GMT</pubDate></item><item><title>HackTheBox Safe Writeup</title><link>https://spy0x7.vercel.app/blog/hackthebox-safe/</link><guid isPermaLink="true">https://spy0x7.vercel.app/blog/hackthebox-safe/</guid><description>This writeup demonstrates how to exploit a buffer overflow in a custom binary service running on port 1337, bypassing stack protections using ROP, and ultimately gaining root through cracking a KeePass database.</description><pubDate>Thu, 19 Mar 2020 00:00:00 GMT</pubDate></item></channel></rss>