├── LICENSE ├── README.md ├── bad_ducky.ino ├── demo_scripts ├── README.md ├── demo1.txt ├── demo2.txt ├── demo3.txt ├── demo4.txt └── demo5.txt ├── keydumper ├── keydumper.ino └── keytest.txt └── lang ├── de.bin ├── hr.bin └── tr.bin /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/README.md -------------------------------------------------------------------------------- /bad_ducky.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/bad_ducky.ino -------------------------------------------------------------------------------- /demo_scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/README.md -------------------------------------------------------------------------------- /demo_scripts/demo1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/demo1.txt -------------------------------------------------------------------------------- /demo_scripts/demo2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/demo2.txt -------------------------------------------------------------------------------- /demo_scripts/demo3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/demo3.txt -------------------------------------------------------------------------------- /demo_scripts/demo4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/demo4.txt -------------------------------------------------------------------------------- /demo_scripts/demo5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/demo_scripts/demo5.txt -------------------------------------------------------------------------------- /keydumper/keydumper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/keydumper/keydumper.ino -------------------------------------------------------------------------------- /keydumper/keytest.txt: -------------------------------------------------------------------------------- 1 | STRING !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ 2 | -------------------------------------------------------------------------------- /lang/de.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/lang/de.bin -------------------------------------------------------------------------------- /lang/hr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/lang/hr.bin -------------------------------------------------------------------------------- /lang/tr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mharjac/bad_ducky/HEAD/lang/tr.bin --------------------------------------------------------------------------------