File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Piduck
2
2
Piduck is a program with which you can easily use your Raspberry Pi Zero as a USB HID keyboard. It uses the scripting language [ Ducky-Script-v1] .
3
3
4
+ The Project is in Beta and help is needed.
5
+ The function ` REPEAT ` , Control keys and other special character and keys are missing. For now, only the US keyboard layout is available.
6
+
7
+ ## Contributions
8
+ All contributions are welcome!
9
+
4
10
## Setup
5
11
### HID Setup
6
12
[ Source1] [ Hid-setup-source1 ]
@@ -61,15 +67,17 @@ Also run these commands as root!
61
67
62
68
` ln -s /etc/piduck/piduck.py /usr/bin/piduck `
63
69
## Usage
70
+ Syntax of [ Ducky-Script-v1] [ Ducky-Script-v1-Syntax ]
64
71
Root is needed (again)
65
72
### Using Script File
66
73
` piduck inject.txt `
67
74
### Input from standard input
68
75
` piduck `
69
76
70
77
## Disclamer
78
+ This project may not be used illegally and i am not responsible for any damages made with or by this project.
71
79
72
-
73
- [ Ducky-Script-v1 ] : https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
80
+ [ Ducky-Script-v1-Syntax ] : https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
81
+ [ Ducky-Script-v1 ] : https://github.com/hak5darren/USB-Rubber-Ducky/wiki
74
82
[ Hid-setup-source1 ] : https://randomnerdtutorials.com/raspberry-pi-zero-usb-keyboard-hid/
75
83
[ Hid-setup-source2 ] : https://www.isticktoit.net/?p=1383
You can’t perform that action at this time.
0 commit comments