root💀n16hth4wk-sec:~#

Hack Enumerate Harder!. Eat. Sleep. Repeat.

View on GitHub

image

First enumeration with nmap

# Nmap 7.94SVN scan initiated Thu Jul 11 00:06:37 2024 as: nmap -sCV -T4 -Pn -p 22,8089 -oN service.txt 10.150.150.130
Nmap scan report for 10.150.150.130
Host is up (0.18s latency).

PORT     STATE SERVICE  VERSION
22/tcp   open  ssh      OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   2048 5a:05:30:5a:a3:8f:69:34:95:a1:10:d7:50:60:5e:f1 (RSA)
|   256 20:bf:82:b5:8d:3c:f5:e2:59:87:e6:77:4f:5d:6c:9d (ECDSA)
|_  256 2e:db:68:6c:96:b6:de:76:59:93:37:08:c7:fa:86:91 (ED25519)
8089/tcp open  ssl/http Splunkd httpd
|_http-server-header: Splunkd
|_http-title: splunkd
| ssl-cert: Subject: commonName=SplunkServerDefaultCert/organizationName=SplunkUser
| Not valid before: 2019-10-25T07:58:02
|_Not valid after:  2022-10-24T07:58:02
| http-robots.txt: 1 disallowed entry 
|_/
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
# Nmap done at Thu Jul 11 00:07:20 2024 -- 1 IP address (1 host up) scanned in 42.24 seconds

Enumerating Web App port 8089

image

naviggating to the webpage, we can see it is rnning splunk

image

navigating around, we got a login panel require creds. default credentials did not work