USB Ruberducky
Compile Encoder source with Linux
Create a github clone of the source
git clone "https://github.com/hak5darren/USB-Rubber-Ducky.git"
Jump into the encoder subdir
cd USB-Rubber-Ducky/Encoder/src/
Create a file “manifest.txt” with the following content
Main-Class: Encoder
Execute the following 2 commands
javac Encoder.java jar cfm duckencode.jar manifest.txt duckencode.jar Encoder.class Encoder.java