TThacklabinhack-the-box-writeups.hashnode.dev·Nov 21, 2025 · 2 min readHTB - BeepInitial Enumeration Performed an nmap scan to identify open ports and services: sudo nmap -sS -sV -T5 TARGET_IP Key findings: Port 22: OpenSSH 4.3 (protocol 2.0) Port 443: Apache httpd 2.2.3 (CentOS) running Elastix Port 10000: MiniServ 1.570 (W...00
TThacklabintry-hack-me-write-ups.hashnode.dev·Nov 21, 2025 · 5 min readTHM - b3dr0ckDescription Fred Flintstone & Barney Rubble! Barney is setting up the ABC web server and trying to use TLS certificates to secure connections, but he's having trouble. Here's what we know: nginx on port 80, redirecting to a custom TLS webserver on p...00
TThacklabintry-hack-me-write-ups.hashnode.dev·Nov 21, 2025 · 5 min readTHM - Basic PentestingInitial Enumeration Nmap Port Scan Starting with a full port scan to identify all open services: sudo nmap -sS -T4 -p- TARGET_IP Service Version Detection Once ports are identified, scanning for service versions and running default scripts: sudo nma...00
TThacklabinhack-the-box-writeups.hashnode.dev·Nov 21, 2025 · 3 min readHTB - LameInitial Enumeration Nmap Scan Running a comprehensive scan to identify all open ports and services: sudo nmap -sS -sV -T4 TARGET_IP -vvv Results: PORT STATE SERVICE VERSION 21/tcp open ftp vsftpd 2.3.4 22/tcp open ssh Open...00
TThacklabintry-hack-me-write-ups.hashnode.dev·Nov 21, 2025 · 2 min readTHM - MD2PDF box writeupInitial Enumeration Nmap Scan Scanning for open ports and services: nmap -sS -sV -sC TARGET_IP Results: Port 80: HTTP Port 5000: HTTP (admin panel) Vulnerability Discovery Gobuster Enumeration Running directory brute force to discover hidden en...00