# Echo - 7

## 1. **Infos** :

Le service echo a été proposé à l'origine pour tester et mesurer les temps aller-retour dans les réseaux IP.

Un hôte peut se connecter à un serveur qui supporte le protocole Echo et le serveur lui renverra une copie identique des données qu'il a reçues.

Port par défaut : 7/tcp/udp

```
PORT   STATE SERVICE
7/udp  open  echo
7/tcp  open  echo
```

## **2. Connection au service Echo (UDP)**

```
nc -uvn <IP> 7
Hello echo #Ce que vous envoyez
Hello echo #Réponse renvoyée par le serveur
```

## **3. Shodan**

```
port:7 echo
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.hacktive.bebzounette.com/services/echo-7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
