Tthesw0rdinthesword.hashnode.dev·Oct 3, 2025 · 3 min readHTB Attacking Common Services (hard) write-upInlanefreight Server 3 Target IP: 10.129.203.10 (Windows Server) 1. Initial Recon and Service Enumeration Standard Nmap scan shows a Windows machine with a Microsoft SQL Server. sudo nmap 10.129.203.10 -p- --min-rate 10000 Output Snippet: PORT S...00
Tthesw0rdinthesword.hashnode.dev·Oct 3, 2025 · 2 min readHTB Attacking Common Services (medium) write-upACS Medium Writeup (Inlanefreight Server 2) 1. Initial Recon and Service Enumeration Scanning the target to see what's running. Found multiple services, including two FTP ports. sudo nmap 10.129.216.160 -sV Output Snippet: PORT STATE SERVICE VE...00
Tthesw0rdinthesword.hashnode.dev·Oct 3, 2025 · 2 min readHTB Attacking Common Services Lab (easy) write-up1. Initial Recon and Service Enumeration Scanning the target to find open doors. sudo nmap -sV 10.129.137.166 Output Snippet: PORT STATE SERVICE 21/tcp open ftp # FTP is open. Check for anon login later. 25/tcp open smtp # SMTP ...00
Tthesw0rdinthesword.hashnode.dev·Jul 22, 2025 · 4 min readHTB Shells & Payloads Live Engagement write-upThis write-up details the steps taken during a Live Engagement from the Shells & Payloads module in the HTB Pentester Job Role Path. Question 1: What is the hostname of Host-1? (Format: all lower case) To find the hostname of Host-1, an Nmap scan wa...00
Tthesw0rdinthesword.hashnode.dev·Jul 9, 2025 · 3 min readHTB Footprinting Lab (hard) write-upThis is a concise writeup about hacking an HTB Machine, specifically a task from the footprinting lab at the end of the "Footprinting" module. Initial Nmap Scan: An initial Nmap scan of the target 10.129.202.20 revealed several open ports: $ sudo ...00