A technical deep-dive into patching XXE and SSTI vulnerabilities. Learn from a real-world incident response scenario to secure your XML parsers and template engines.
Arkime (formerly Moloch) is the tool that turns a 4-day forensic investigation into a 4-hour one — it stores every packet with searchable metadata so you can reconstruct exactly what happened during a security incident. This guide walks through choosing between full packet capture approaches, the tradeoffs involved, and a complete Arkime deployment on Linux with OpenSearch backend.
osquery lets you query your Linux system like a database — every process, network socket, and file event becomes a SQL row. After six months running it in production as a self-hosted EDR, here is a complete setup guide covering installation, scheduled monitoring queries, file integrity detection, and a simple alert pipeline.
A Linux server running at 98% CPU with no traffic spike is a red flag for cryptominer malware. This guide walks through systematic detection of CPU-hijacking miners, safe removal of all persistence mechanisms, and practical hardening steps to prevent reinfection.
IoT devices like smart cameras and TVs share your network by default, making them easy pivot points for attackers. This guide covers VLAN segmentation on pfSense, automated firmware monitoring with Python, and using Pi-hole plus packet capture to detect and block suspicious outbound connections before they become a real incident.
Learn how to use Burp Suite Community Edition to secure your web apps. This practical guide covers proxy setup and manual testing for XSS, SQL Injection, and IDOR.
Take control of your threat intelligence. This guide shows you how to deploy OpenCTI on Docker, ensuring your security data remains private and scalable.
Catch vulnerabilities before they reach production. This guide shows you how to integrate SCA, SAST, and DAST into your CI/CD pipeline for a 'Shift Left' security approach.
Transform a spare server into a powerful threat-hunting machine. This guide shows you how to deploy Security Onion to gain deep visibility into your network traffic.
Forget heavy VMs. Build a lightweight, legal penetration testing lab using DVWA and Metasploitable on Docker. A battle-tested guide for rapid security practice.