add usb
This commit is contained in:
parent
55b7b79f32
commit
3e8bd0b885
@ -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
3
wiki/usb.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user