Resources & Vaults

A curated collection of guides, scripts, and comprehensive study vaults I've built and gathered over my journey in cybersecurity.

From passing rigorous certifications to automating trivial tasks, everything here is open-source and ready for you to leverage.

Feel free to dive in, fork the repositories, or use them to supercharge your own security workflows.

Certification & Study Vaults

CompTIA Security+ (SY0-701) Vault

The ultimate bookmark you need to pass the CompTIA Security+ SY0-701 certification.

This comprehensive repository contains structured study materials, cheat sheets, curated notes, and deep dives into the domains required to ace the exam confidently.

Utilities & Scripts

Auto Backup & Shutdown Utility

Monitors Chromium-based browser downloads (like Edge or Chrome) and automatically shuts down your machine the moment all active `.crdownload` tasks complete.

A lightweight shell script written to solve a common inconvenience for large overnight downloads.

Nmap Command Generator

A clean, interactive Python script designed to simplify the process of spinning up complex Nmap scanning parameters quickly without having to memorize flags.

Automatically synthesizes the perfect command out of your targeted use case.

Highlighted Articles & Guides

Story of CVE-2025-14598

A critical-impact discovery involving a deep-rooted SQL Injection flaw within a widely used educational ERP.

This research led to a CVSS 9.8 disclosure and a coordinated remediation effort that secured the sensitive data of over 100 academic institutions across India.

Building Unhackable Websites

By eliminating all frameworks, backends, and third-party dependencies, I reduced my website’s attack surface to its theoretical minimum, effectively mitigating XSS and SQLi by design.

A guide covering the core motivations behind developing with zero noise.

Portable Privacy Fortress

A technical implementation of a live-boot, amnesic environment on a portable USB.

By layering encryption and custom hardware-level persistence, I created a plug-and-play secure workstation designed for zero-trace operations in hostile environments.