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