Mar 16 · 3 min read · If you're doing Active Directory certificate attacks on HackTheBox, you've probably heard or used Certipy - the incredible tool by Oliver Lyak for PKI abuse. However, if you've tried installing it on
Join discussionFeb 17 · 2 min read · As a developer, I’ve always been a bit obsessive about my environment. Whether it's fine-tuning my Neovim config or perfecting my terminal theme, I want my OS to stay out of my way while giving me all the power I need. For the longest time, I stuck w...
Join discussionFeb 12 · 10 min read · Why Modern Linux Server Setup Demands a Different Approach Setting up a Linux server in 2025 requires fundamentally different practices than even three years ago. The consequences of misconfiguration are severe: exposed attack surfaces lead to ransom...
Join discussionFeb 12 · 9 min read · Why Traditional Development Setup Approaches Fail The conventional method of manually installing dependencies, configuring services, and maintaining local databases breaks down under modern constraints. When your application depends on PostgreSQL 16,...
Join discussionFeb 11 · 2 min read · What is Django? It follows: ✅ MVT Architecture (Model-View-Template) ✅ Built-in Admin Panel ✅ ORM (No need to write raw SQL) ✅ Secure by default 🛠 Step 1: Install Python Django is built on Python, so first check if Python is installed. 🔹 Chec...
Join discussionJan 29 · 2 min read · Creating a New Scrapy Project Once Scrapy is installed, the first step is to set up a new project. Navigate to the directory where you want to store your code and run: scrapy startproject myproject This will create a myproject directory with the fol...
Join discussionJan 14 · 2 min read · 🛠 전제 조건 (Prerequisites) 본 가이드는 독자가 아래의 환경을 이미 갖추고 있다는 전제하에 진행됩니다. (아직 설치 전이라면 먼저 셋업을 완료해 주세요.) Windows 10/11: WSL2를 지원하는 최신 빌드. WSL2 활성화: 커널 업데이트 및 WSL2 기능이 활성화된 상태. Windows Terminal: PowerShell이나 기본 CMD보다 훨씬 생산적인 터미널 환경. 🚀 Ubuntu 24.04.1 LTS...
Join discussion