summarylogtreecommitdiffstats
path: root/ducky
diff options
context:
space:
mode:
Diffstat (limited to 'ducky')
-rwxr-xr-xducky8
1 files changed, 5 insertions, 3 deletions
diff --git a/ducky b/ducky
index c338e5685c0d..3c48212a3ac8 100755
--- a/ducky
+++ b/ducky
@@ -1,18 +1,20 @@
#!/usr/bin/sh
-readonly VERSION="v2.6.3-2"
+readonly VERSION="v2.6.3-3"
readonly NAME=$(basename "${0}")
usage(){
echo "${NAME} :
encode -i <file> [-o <file>] [-l <keyboardlayout>] : More info with '${NAME} encode -h'
decode -f <file> [-l <keyboardlayout>] : More info with '${NAME} decode -h'
- flash <file> : Flash your ducky with hexadecimal object file (see /opt/USB-Rubber-Ducky/Firmware)
+ flash <file> : Flash your ducky with hexadecimal object file
ducky-flasher : Easily flash your USB Rubber ducky from Hak5
dump <file> : Dump your ducky into hexadecimal object file
-h,--help : Print this message
- -v,--version : Print the program's version"
+ -v,--version : Print the program's version
+
+ Hexadecimal files: /opt/USB-Rubber-Ducky/Firmware"
}
version(){