# 50051 - gRCP Google

Para poder conectarte a este servicio necesitaras una herramienta de github la cuál te permite interactuar con los servidores de gRPC a través del navegador. Es algo así como [Postman ](https://www.getpostman.com/), pero para las API de gRPC en lugar de REST.

{% embed url="<https://github.com/fullstorydev/grpcui>" %}
Link a la aplicación UI
{% endembed %}

* Necesitas tener instalado go.

## Conectarte al servidor gRCP

Tienes que instalar la aplicación e utilizar el siguiente comando:

```
grpcui -plaintext localhost:50051
```

Pero puedes acceder sin instalar la herramienta utilizando el siguiente comando:

```
go run github.com/fullstorydev/grpcui/cmd/grpcui@latest -plaintext 10.10.11.214:50051
```


---

# 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://j4ckie0x17.gitbook.io/notes-pentesting/enumeracion-de-servicios/50051-grcp-google.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.
