10000 - Ndmp

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

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


默认 port: 10000

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

信息收集

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

Shodan

ndmp




搜索引擎语法

FOFA

# FOFA 搜索语法
port="10000"

Shodan

# Shodan 搜索语法
port:10000

ZoomEye

# ZoomEye 搜索语法
port:10000

📖 参考资料