Post

HackTheBox - Legacy

HackTheBox - Legacy

Enumeration

Ping

1
2
3
4
5
6
7
8
9
10
11
❯ ping 10.10.10.4

PING 10.10.10.4 (10.10.10.4) 56(84) bytes of data.
64 bytes from 10.10.10.4: icmp_seq=1 ttl=127 time=525 ms
64 bytes from 10.10.10.4: icmp_seq=2 ttl=127 time=390 ms
64 bytes from 10.10.10.4: icmp_seq=3 ttl=127 time=324 ms
64 bytes from 10.10.10.4: icmp_seq=4 ttl=127 time=439 ms

--- 10.10.10.4 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2999ms
rtt min/avg/max/mdev = 323.620/419.565/525.359/73.576 ms

Nmap

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Nmap 7.94 scan initiated Sun Jan 14 18:20:46 2024 as: nmap -sCV -T4 -oN nmap.txt -Pn 10.10.10.4
Nmap scan report for JSN.JaringanKU (10.10.10.4)
Host is up (0.041s latency).
Not shown: 996 closed tcp ports (conn-refused)
PORT     STATE SERVICE       VERSION
135/tcp  open  msrpc?
139/tcp  open  netbios-ssn   Microsoft Windows netbios-ssn
445/tcp  open  P
                V        Windows XP microsoft-ds
3389/tcp open  ms-wbt-server Microsoft Terminal Services
Service Info: OSs: Windows, Windows XP; CPE: cpe:/o:microsoft:windows, cpe:/o:microsoft:windows_xp

Host script results:
| smb-security-mode: 
|   account_used: guest
|   authentication_level: user
|   challenge_response: supported
|_  message_signing: disabled (dangerous, but default)
|_nbstat: NetBIOS name: LEGACY, NetBIOS user: <unknown>, NetBIOS MAC: 00:50:56:b9:3b:b6 (VMware)
|_smb2-time: Protocol negotiation failed (SMB2)
|_clock-skew: mean: 4d16h31m06s, deviation: 1h24m50s, median: 4d15h31m06s
| smb-os-discovery: 
|   OS: Windows XP (Windows 2000 LAN Manager)
|   OS CPE: cpe:/o:microsoft:windows_xp::-
|   Computer name: legacy
|   NetBIOS computer name: LEGACY\x00
|   Workgroup: HTB\x00
|_  System time: 2024-01-19T06:54:25+02:00

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
# Nmap done at Sun Jan 14 18:23:33 2024 -- 1 IP address (1 host up) scanned in 166.90 seconds
This post is licensed under CC BY 4.0 by the author.