From 3e8bd0b885e859e7b11862f4d18757dfe310fcd1 Mon Sep 17 00:00:00 2001 From: aanper Date: Sun, 2 Aug 2020 07:33:24 +0300 Subject: [PATCH] add usb --- README.md | 1 + wiki/usb.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 wiki/usb.md diff --git a/README.md b/README.md index 61ca56e4..2e2c1eb2 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper * [U2F/FIDO2 security token](wiki/security-token.md) * [infrared transmitter](wiki/ir.md) * [GPIO/HW tools](wiki/gpio-hw.md) +* [USB](wiki/usb.md) \ No newline at end of file diff --git a/wiki/usb.md b/wiki/usb.md new file mode 100644 index 00000000..671ea1c9 --- /dev/null +++ b/wiki/usb.md @@ -0,0 +1,3 @@ +# USB + +As we all know, computers completely trust connected input devices like mouse and keyboard. Flipper Zero can emulate a USB slave device, allowing it to be recognized by the computer as a regular input device, such as HID keyboard or Ethernet adapter, just as USB Rubber Ducky. You can write your own keyboard payloads to type any key sequence, as well as fuzzing USB stack on a target device. \ No newline at end of file