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
PDPradip Deyinp3ntesterinstanc3.hashnode.dev·Oct 2, 2023 · 8 min readClicker HTB Writeup / WalkthroughThe “Clicker” machine is created by Nooneye. This is a medium HTB machine with a strong emphasis on NFS and PHP Reverse Shell. This machine was very challenging for me & finally, I owned the system. So, let's get started...... Enumeration Using Nmap ...00
PDPradip Deyinp3ntesterinstanc3.hashnode.dev·Sep 24, 2023 · 4 min readFormat HTB Walkthrough/WriteupThe “Format” machine is created by coopertim13. This is a medium HTB machine with a strong emphasis on Redis usage and the orchestration of chained attacks. Enumeration Using Nmap nmap -sC -sV -O 10.10.11.213 -A -T4 --min-rate=1000 Nmap scan report ...00
PDPradip Deyinp3ntesterinstanc3.hashnode.dev·Sep 17, 2023 · 4 min readCozyHosting HTB Writeup/WalkthroughThe “CozyHosting” machine is created by “commandercool”. This is an easy machine with a strong focus on web application security vulnerabilities which enables us to get the reverse shell of the machine. So, let’s start… Enumeration Using Nmap nmap -s...01D