We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9465931 commit d2037aaCopy full SHA for d2037aa
README.md
@@ -1,6 +1,11 @@
1
# HIDFuzzer
2
-Android app that fuzzes USB HID input of the computer it's attached to.
+Android app that provides API along with sample applications to act as an HID device, allowing an Android phone to act as a BadUSB.
3
4
Requires https://github.com/pelya/android-keyboard-gadget patch applied to the kernel to expose `/dev/hidg0` and `/dev/hidg1`.
5
6
Use at your own risk.
7
+
8
+Currently contains 3 tasks:
9
+- Fuzzer: sends random data as HID device (use at own risk)
10
+- Test: types test string
11
+- Download: downloads file on Windows computers
0 commit comments