Skip to content

Commit 4deddec

Browse files
committed
FIX*
1 parent 73843c1 commit 4deddec

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Piduck
22
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].
33

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+
410
## Setup
511
### HID Setup
612
[Source1][Hid-setup-source1]
@@ -61,15 +67,17 @@ Also run these commands as root!
6167

6268
`ln -s /etc/piduck/piduck.py /usr/bin/piduck`
6369
## Usage
70+
Syntax of [Ducky-Script-v1][Ducky-Script-v1-Syntax]
6471
Root is needed (again)
6572
### Using Script File
6673
`piduck inject.txt`
6774
### Input from standard input
6875
`piduck`
6976

7077
## Disclamer
78+
This project may not be used illegally and i am not responsible for any damages made with or by this project.
7179

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
7482
[Hid-setup-source1]: https://randomnerdtutorials.com/raspberry-pi-zero-usb-keyboard-hid/
7583
[Hid-setup-source2]: https://www.isticktoit.net/?p=1383

0 commit comments

Comments
 (0)