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

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

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

---

**默认 port:** 10000

```text
PORT      STATE SERVICE REASON  VERSION
10000/tcp open  ndmp    syn-ack Symantec/Veritas Backup Exec ndmp
```

### **信息收集**

```bash
nmap -n -sV --script "ndmp-fs-info or ndmp-version" -p 10000 <IP> #Both are default scripts
```

### Shodan

`ndmp`

---

---

---


### 搜索引擎语法

#### FOFA

```bash
# FOFA 搜索语法
port="10000"
```

#### Shodan

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

#### ZoomEye

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

---

## 📖 参考资料

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

