Member-only story

HTB AD Track: Sauna Walkthrough

Param Dave
4 min readJan 29, 2024

--

Hello Everyone!! Here’s my writeup for the machine Sauna.

Let’s start scanning and enumeration using Nmap.

Command: nmap -sS -T4 -A -p- -oA <output_file> <target-ip>

-sS: TCP SYN Scan

-T4: Faster scan time

-A: Enables OS and version detection, scans ports using common nmap scripts for specific vulnerabilities and performs traceroute.

-p-: Scan all 65535 ports

-oA: Save scan in 3 file formats (.nmap, .xml, .gnmap)

<output_file>: Replace with a file name of your choice

<target-ip>: Replace with the given IP address of the target machine

Following ports and services are discovered:

Nmap Scan Results

We can start port-by-port enumeration.

Port 53: No results found using nslookup or dnsrecon

Port 80: Web Application running but other than team details, no other information found.

Port 135: msrpc anonymous login allowed but no interesting information obtained.

Port 389: EGOTISTICAL-BANK.LOCAL — Domain…

--

--

Param Dave
Param Dave

No responses yet