MrSnowMonster Posted March 8, 2017 Share Posted March 8, 2017 I found out that if you try to use the QUACK mode in the bunny it dosnt support keyboards that have any other languages than english... any fix for this yet? Quote Link to comment Share on other sites More sharing options...
WatskeBart Posted March 8, 2017 Share Posted March 8, 2017 6 hours ago, MrSnowMonster said: I found out that if you try to use the QUACK mode in the bunny it dosnt support keyboards that have any other languages than english... any fix for this yet? See this thread Quote Link to comment Share on other sites More sharing options...
elkentaro Posted March 8, 2017 Share Posted March 8, 2017 Simple write up on handling other layouts: Quote Link to comment Share on other sites More sharing options...
MrSnowMonster Posted March 8, 2017 Author Share Posted March 8, 2017 Thank you <3 Quote Link to comment Share on other sites More sharing options...
Paulgommard Posted March 14, 2017 Share Posted March 14, 2017 For me when i write :"QUACK SET_LANGUAGE fr" it s not working.Nothing appear.Not even querty write. Do you know why ? ? Quote Link to comment Share on other sites More sharing options...
elkentaro Posted March 14, 2017 Share Posted March 14, 2017 By default there is only one language file.You need to add a fr.json manually under /root/tools/languages , just copy the us.json and modify it. If there is an error in the fr.json file the QUACK STRING command won't work. Quote Link to comment Share on other sites More sharing options...
Paulgommard Posted March 14, 2017 Share Posted March 14, 2017 I think it s my QUACK command who don't work because i add fr.json manually under /root/tools/languages . Do you know how to fix it? Quote Link to comment Share on other sites More sharing options...
elkentaro Posted March 14, 2017 Share Posted March 14, 2017 Does the payload.txt work when you don't specify the language? If so, the problem is with your fr.json . If payload.txt doesn't run , then the problem is with your payload.txt. Can't really help you more without knowing what it is you are trying to do. Maybe you can post your payload.txt? Quote Link to comment Share on other sites More sharing options...
Paulgommard Posted March 14, 2017 Share Posted March 14, 2017 Yes my payload work wen i don't specify the language. This payload don't work: #!/bin/bash LED B ATTACKMODE HID Q SET_LANGUAGE fr Q DELAY 3000 Q STRING starting with fr language option Q ENTER LED R Quote Link to comment Share on other sites More sharing options...
elkentaro Posted March 14, 2017 Share Posted March 14, 2017 (edited) Thanks. I assume then its a problem with your fr.json file. You can try out the payload manually by running the duck.py under /tools . But you gonna need to either mount the unmounted disk partition or temporary create a directory and payload under /root/ . Then issue ./ducky.py payload.txt -l fr if it shows and error its likely and issue with the fr.json. Edited March 14, 2017 by elkentaro Quote Link to comment Share on other sites More sharing options...
Paulgommard Posted March 14, 2017 Share Posted March 14, 2017 I will try to correct this file thank you ! Quote Link to comment Share on other sites More sharing options...
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.