---
title: "8089 - Splunk"
weight: 8089
date: "2026-03-10T10:03:28+08:00"
lastmod: "2026-03-10T13:26:55+08:00"
---

💡 **学习提示**: 本文档介绍 **8089 - Splunkd** 的渗透测试方法，适合信息安全初学者和从业人员参考。

⚠️ **法律声明**: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。

---

> ⚠️ **法律声明**: 本文档仅供学习和授权测试使用。未经授权的系统测试可能违反法律法规。

## 8089 - 渗透测试 Splunkd

### **基本信息**

- Log analytics tool used for data gathering, analysis, and visualization
- Commonly used in security monitoring and business analytics
- 默认 ports:
  - Web server: 8000
  - Splunkd service: 8089

#### 漏洞 Vectors:

1. Free Version 漏洞利用

- Trial version automatically converts to free version after 60 days
- Free version lacks authentication
- Potential security risk if left unmanaged
- Administrators may overlook security implications

2. 凭据 Weaknesses

- Older versions: 默认 credentials `admin:changeme`
- Newer versions: Credentials set during installation
- Potential for weak password use (e.g., `admin`, `Welcome`, `Password123`)

3. 远程代码执行 Opportunities

- Multiple code execution methods:
  - 服务器-side Django applications
  - REST endpoints
  - Scripted inputs
  - Alerting scripts
- Cross-platform support (Windows/Linux)
- Scripted inputs can run:
  - Bash scripts
  - PowerShell scripts
  - Batch scripts

Key 漏洞利用 Potential:

- Sensitive data storage
- Lack of authentication in free version
- Multiple vectors for potential remote code execution
- Possibility of leveraging scripted inputs for system compromise

#### Shodan

```bash
# Shodan 搜索语法
port:8089
```

#### ZoomEye

```bash
# ZoomEye 搜索语法
port:8089
```

---

## 📖 参考资料

- [HackTricks - 8089-splunk](https://book.hacktricks.wiki/en/network-services-pentesting/8089-splunk.html)

