🧩 Introduction While Kali Linux often ships with the latest version of Python pre-installed, certain tools and projects may require compatibility with older versions. In this quick guide, we’ll walk through the process of installing Python 3.10.12 alongside the...
Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
A Practical Guide to Brute-Force Testing with Hydra on Flask
In Ethical hacking, particularly brute-forcing, is a crucial aspect of cybersecurity. It involves using the same techniques as malicious hackers, but with authorization, to identify vulnerabilities and strengthen defenses. When it comes to Python Flask applications,...
Persistent Log Management: Dump JSON Logs into SQLite
Introduction In the world of self-hosted applications and microservices, structured logging is essential for debugging, monitoring, and long-term storage. JSON logs, like those generated by Authelia, are machine-readable but can become difficult to manage as they grow...
From Clicks to Code: Mastering VM Deployment in VirtualBox
Curious about the different ways to spin up a virtual machine locally? In my latest blog post, I explore three practical methods to build a VM using VirtualBox: 🔹 Manual setup via GUI🔹 Python scripting using VBoxManage🔹 Vagrant automation by HashiCorp I’ve included...