YPYogesh Peelainexploitnotes.hashnode.dev·Jul 1 · 9 min readHackTheBox: VulnCicada WriteupSummary Started with a full nmap sweep that showed a standard Domain Controller (DNS, Kerberos, LDAP, SMB, RPC) but with two extra things worth noting: an NFS server running alongside it, and AD CS (C00
CCh4os1inch4os1.hashnode.dev·Mar 16 · 3 min readInstalling the Latest Certipy on HTB Pwnbox: A Step-by-Step GuideIf 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 00
PDPradip Deyinp3ntesterinstanc3.hashnode.dev·Dec 4, 2023 · 5 min readManager HTB Writeup / WalkthroughThe “Manager” machine is created by Geiseric. This is a medium HTB machine with a strong focus on Active Directory Exploitation. So, let’s start……….. Enumeration Add ip to /etc/hosts file as : 10.10.11.236 manager.htb Using Nmap nmap -sC -sV -O ...00