# Rubber Ducky

<figure><img src="/files/w1AT0nHfoYr53wiepKzN" alt=""><figcaption></figcaption></figure>

Un **Rubber Ducky** es un dispositivo que parece un USB común pero es, de hecho, un teclado automatizado. Cuando se inserta en una computadora, el sistema lo reconoce como un teclado humano (HID, por sus siglas en inglés) y el dispositivo ejecuta cargas útiles preprogramadas que pueden incluir la introducción rápida de comandos de teclado para ejecutar acciones maliciosas. Algunas posibilidades con un Rubber Ducky incluyen:

* <mark style="color:red;">**Instalación de Malware:**</mark> Instalar software malicioso en el sistema comprometido.
* <mark style="color:red;">**Exfiltración de Datos:**</mark> Crear y transferir archivos con información sensible.
* <mark style="color:red;">**Creación de Backdoors:**</mark> Generar accesos traseros para permitir el acceso remoto al sistema.
* <mark style="color:red;">**Elevación de Privilegios:**</mark> Ejecutar scripts que buscan elevar privilegios en el sistema.

{% embed url="<https://github.com/hak5/usbrubberducky-payloads>" %}


---

# 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://books.spartan-cybersec.com/cpad/vectores-de-ataque-fisico/rubber-ducky.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.
