YPYogeshwar Peelainexploitnotes.hashnode.dev·6d ago · 8 min readTryHackMe : Athena WriteupOverview Athena is an easy-rated TryHackMe box that chains a leaked internal path (found via an anonymous SMB share) into a command injection vulnerability in a "router panel" ping tool, followed by a00
YPYogeshwar Peelainexploitnotes.hashnode.dev·Aug 10 · 13 min readTryHackMe : Dreaming WriteupSummary Dreaming is a Linux box built around a Pluck CMS install. Brute-forcing the CMS admin login gives access to the admin panel, which is then abused via a known authenticated file-upload RCE (CVE11N
YPYogeshwar Peelainexploitnotes.hashnode.dev·Aug 10 · 15 min readTryHackMe : WhyHackMe writeupSummary WhyHackMe is an medium Linux box that chains a handful of low-friction bugs into root. Anonymous FTP leaks a hint pointing at a pass.txt file that's only reachable from localhost. The blog app10
AWAndrew Wiggeyinirexta.hashnode.dev·Jul 9 · 7 min readHow to Configure Apache as a Reverse Proxy with mod_proxyHow to Configure Apache as a Reverse Proxy with mod_proxy The shape of a typical modern enterprise deployment involves Apache serving as a TLS-terminating reverse proxy sitting in front of upstream ap00
MBMauricio Bardainmauriciobarda.hashnode.dev·Jun 23 · 5 min readFrom Domain Modeling to Deployment: Building a MERN Application Without Getting LostBuilding and deploying a custom solution to a problem involves many steps, but first, you need to understand the real problem and the operational system. That approach is called Domain Driven Design (00
JJebitokinsharonjebitok.com·Jun 3 · 33 min readWeb Server Attacks - I (TryHackMe)Link to the Walkthrough in TryHackMe - Web Server Attacks - I Introduction During a penetration test, you will almost always run into at least one web server. Sometimes it is a production Apache site 00
FMFaraz Mughalinmughalfrazk.hashnode.dev·Jun 2 · 1 min readInstalling Laravel on Ubuntu with Apache and PHP 7.4Originally written in 2021 while setting up a side project. Posting here for reference — PHP 7.4 is now end-of-life, but the Apache steps still apply. Step 1: Log in via SSH and Update your System apt00
SHSanskriti Harmukhinvultr.hashnode.dev·May 8 · 3 min readInstalling Apache Web Server on Ubuntu 26.04Apache is one of the most widely deployed web servers, with native support in Ubuntu 26.04's default APT repository requiring no external sources. This guide covers the full setup from installation to00
SHSanskriti Harmukhinvultr.hashnode.dev·May 8 · 5 min readInstalling the LAMP Stack on Ubuntu 26.04The LAMP stack — Linux, Apache, MySQL, and PHP — powers a large portion of the web, including WordPress, Laravel, and Drupal. Ubuntu 26.04 ships with PHP 8.5, giving you a modern base to build on. Thi00
YRYash RVinyashrv.hashnode.dev·May 7 · 17 min readTelemetry’s Friction Coefficient: How My Pipeline is Burning Network, CPU and Storage. 💡 TL;DR: We explore the computational "toll" of moving row-oriented protobuf-encoded OTLP data from instrumentation to the final dashboard, and how they impact the overall observability bill. I usu00