Deploying a high-signal Wazuh + PiHole Defense Alerting System is one of the most effective ways to establish a reliable home Security Operations Center (SOC) without the enterprise noise. When setting up a homelab SIEM, Wazuh is often the first tool recommended. It is a fantastic enterprise-grade, open-source security platform that combines log management, file […]
Category: Uncategorized
Building a Mobile Swiss Army Knife: Announcing the Zinea Mobile Pentest Kit (MPK)
In the world of offensive security, your best tool is usually the one you have on you. While Kali Nethunter is the gold standard, sometimes you just need a lightweight, reliable toolkit that runs on a stock Android device without the overhead of a full chroot environment. That was the inspiration behind Zinea Mobile Pentest […]
How to Pass the PMP 2023 with x3 Above Target in 3 Weeks
Background I am currently employed full-time, married, and have two children under the age of four. In preparation for the PMP exam, I dedicated approximately 3-4 hours per day on most days and less on weekends. I took four days off prior to the exam and studied for 6-8 hours per day. I have worked […]
Hackthebox – Jerry Writeup
This is a write-up for the Jerry machine on hackthebox.eu which was retired on 11/17/18! First we start with a nmap scan: map -sC -sV -Pn 10.10.10.95 8080 is open: 8080/tcp open http Apache Tomcat/Coyote JSP engine 1.1 |_http-favicon: Apache Tomcat |_http-server-header: Apache-Coyote/1.1 |_http-title: Apache Tomcat/7.0.88 We go to the page by going to http://10.10.10.95:8080 […]