mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-23 13:13:41 +00:00
98 lines
5 KiB
Markdown
98 lines
5 KiB
Markdown
<details>
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
|
|
|
- Travaillez-vous dans une entreprise de **cybersécurité** ? Voulez-vous voir votre **entreprise annoncée dans HackTricks** ? ou voulez-vous avoir accès à la **dernière version de PEASS ou télécharger HackTricks en PDF** ? Consultez les [**PLANS D'ABONNEMENT**](https://github.com/sponsors/carlospolop) !
|
|
|
|
- Découvrez [**The PEASS Family**](https://opensea.io/collection/the-peass-family), notre collection exclusive de [**NFTs**](https://opensea.io/collection/the-peass-family)
|
|
|
|
- Obtenez le [**swag officiel PEASS & HackTricks**](https://peass.creator-spring.com)
|
|
|
|
- **Rejoignez le** [**💬**](https://emojipedia.org/speech-balloon/) [**groupe Discord**](https://discord.gg/hRep4RUj7f) ou le [**groupe telegram**](https://t.me/peass) ou **suivez** moi sur **Twitter** [**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
|
|
|
- **Partagez vos astuces de piratage en soumettant des PR au [repo hacktricks](https://github.com/carlospolop/hacktricks) et au [repo hacktricks-cloud](https://github.com/carlospolop/hacktricks-cloud)**.
|
|
|
|
</details>
|
|
|
|
|
|
# **Informations sur le protocole**
|
|
|
|
**NDMP**, ou **Network Data Management Protocol**, est un protocole destiné à transporter des données entre des dispositifs de stockage en réseau \([NAS](https://en.wikipedia.org/wiki/Network-attached_storage)\) et des dispositifs de sauvegarde. Cela élimine le besoin de transporter les données à travers le serveur de sauvegarde lui-même, améliorant ainsi la vitesse et réduisant la charge sur le serveur de sauvegarde.
|
|
De [Wikipedia](https://en.wikipedia.org/wiki/NDMP).
|
|
|
|
**Port par défaut :** 10000
|
|
```text
|
|
PORT STATE SERVICE REASON VERSION
|
|
10000/tcp open ndmp syn-ack Symantec/Veritas Backup Exec ndmp
|
|
```
|
|
# **Énumération**
|
|
|
|
## **NDMP Enumeration**
|
|
|
|
## **Énumération NDMP**
|
|
|
|
### **Port Scanning**
|
|
|
|
### **Balayage de port**
|
|
|
|
As NDMP uses port 10000, we can use nmap to scan for open ports:
|
|
|
|
Comme NDMP utilise le port 10000, nous pouvons utiliser nmap pour rechercher les ports ouverts :
|
|
|
|
```bash
|
|
nmap -p 10000 <target>
|
|
```
|
|
|
|
### **Banner Grabbing**
|
|
|
|
### **Récupération de bannière**
|
|
|
|
We can use telnet to connect to the NDMP service and retrieve the banner:
|
|
|
|
Nous pouvons utiliser telnet pour se connecter au service NDMP et récupérer la bannière :
|
|
|
|
```bash
|
|
telnet <target> 10000
|
|
```
|
|
|
|
## **NDMP Client Enumeration**
|
|
|
|
## **Énumération du client NDMP**
|
|
|
|
### **Information Gathering**
|
|
|
|
### **Collecte d'informations**
|
|
|
|
We can use the `ndmpd` command to gather information about the NDMP client:
|
|
|
|
Nous pouvons utiliser la commande `ndmpd` pour collecter des informations sur le client NDMP :
|
|
|
|
```bash
|
|
ndmpd -e <target>
|
|
```
|
|
|
|
This will return information about the NDMP client, including the vendor, product, and version.
|
|
|
|
Cela renverra des informations sur le client NDMP, y compris le fournisseur, le produit et la version.
|
|
```bash
|
|
nmap -n -sV --script "ndmp-fs-info or ndmp-version" -p 10000 <IP> #Both are default scripts
|
|
```
|
|
## Shodan
|
|
|
|
`ndmp`
|
|
|
|
<details>
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
|
|
|
- Travaillez-vous dans une entreprise de cybersécurité ? Voulez-vous voir votre entreprise annoncée dans HackTricks ? ou voulez-vous avoir accès à la dernière version de PEASS ou télécharger HackTricks en PDF ? Consultez les [**PLANS D'ABONNEMENT**](https://github.com/sponsors/carlospolop) !
|
|
|
|
- Découvrez [**The PEASS Family**](https://opensea.io/collection/the-peass-family), notre collection exclusive de [**NFTs**](https://opensea.io/collection/the-peass-family)
|
|
|
|
- Obtenez le [**swag officiel PEASS & HackTricks**](https://peass.creator-spring.com)
|
|
|
|
- **Rejoignez le** [**💬**](https://emojipedia.org/speech-balloon/) **groupe Discord** ou le [**groupe telegram**](https://t.me/peass) ou **suivez** moi sur **Twitter** [**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
|
|
|
- **Partagez vos astuces de piratage en soumettant des PR au repo [hacktricks](https://github.com/carlospolop/hacktricks) et au repo [hacktricks-cloud](https://github.com/carlospolop/hacktricks-cloud)**.
|
|
|
|
</details>
|