hacktricks/network-services-pentesting/10000-network-data-management-protocol-ndmp.md
Carlos Polop 48d9033854 arte
2024-01-05 23:36:48 +01:00

2.9 KiB

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Protocol Information

NDMP, or Network Data Management Protocol, is a protocol meant to transport data between network attached storage [NAS](https://en.wikipedia.org/wiki/Network-attached_storage) devices and backup devices. This removes the need for transporting the data through the backup server itself, thus enhancing speed and removing load from the backup server.
From Wikipedia.

Default port: 10000

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

Enumeration

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

Shodan

ndmp

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks: