This commit is contained in:
aanper 2020-08-02 07:33:24 +03:00
parent 55b7b79f32
commit 3e8bd0b885
2 changed files with 4 additions and 0 deletions

View File

@ -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)

3
wiki/usb.md Normal file
View File

@ -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.