Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
About this site
Welcome to Sandbox99.cc – a space where I share my IT journey, lessons learned, and practical insights. The tagline “Learning IT by Doing, Sharing What I Know” captures the essence of this blog. Every article here is based on my real-world experiences, reflecting what I’ve encountered, solved, and applied in my day-to-day IT work.
Why Sandbox99.cc?
This blog is my digital sandbox – a place to experiment, document, and share the knowledge I’ve gained from hands-on work, training, and personal projects. Unlike traditional resources that might focus on theory, I prefer to write about practical scenarios, offering genuine insights and lessons that others might find useful.
Expand your IT perspective — Follow me on LinkedIn and share your views!
Recent Blog Post
Unmasking Your Web App: A Deep Dive into OWASP ZAP’s Spidering
Introduction Have you ever wondered if your web application has hidden corners or forgotten pathways that could be exploited? In the world of cybersecurity, understanding every inch of your application's surface is paramount. This is where web spidering comes into...
Unveiling Credentials: Brute-Forcing DVWA with OWASP ZAP
Introduction Welcome back, security enthusiasts! This marks the third installment in our series dedicated to the art and science of brute-force attacks. In our previous discussions, we've explored the fundamental principles of brute-forcing, and in our last blog, we...
A Practical Guide to Brute-Force Testing with OWASP ZAP on Flask
Introduction Welcome back to our web application security series! In our previous blog post, "Brute-Force Testing with Hydra on Flask", we delved into the mechanics of brute-force attacks and demonstrated how to leverage the powerful command-line tool Hydra against a...
Understanding the Four Modes of OWASP ZAP: A Guide to Effective Web Security Testing
Introduction In the ever-evolving landscape of web application security, tools that empower developers and security professionals to identify vulnerabilities are indispensable. Among these, OWASP ZAP (Zed Attack Proxy) stands out as a popular, free, and open-source...
Unveiling OWASP ZAP Fundamentals
Introduction: The Guardian of Web Security In an era where data breaches make headlines almost daily, and cyberattacks grow increasingly sophisticated, the security of our web applications has never been more critical. Did you know that over 70% of successful...
Level Up Your Linux Skills: Find Command Reference
Introduction The find command is one of the most powerful and versatile tools in the Linux command line arsenal. It allows you to search for files and directories based on various criteria such as name, size, type, permissions, and modification time. Beyond just...