quentin_lamamy Posted July 29, 2023 Share Posted July 29, 2023 Hi, According to the documentation the Q STRING command argument don't require quotes. During my work on an OSX layout for bb i discover this strange behavior : LED SETUP ATTACKMODE STORAGE HID LED ATTACK # Line 5-12 are just test to check if the command works well with and without quote # and that this behavior are the same on the short QUACK command QUACK STRING Hello World Q ENTER QUACK STRING "Hello World" Q ENTER Q STRING Hello World Q ENTER Q STRING "Hello World" Q ENTER Q STRING "<" Q ENTER Q STRING < Q ENTER LED FINISH Produce : Hello World Hello World Hello World Hello World < I expected Hello World Hello World Hello World Hello World < < < The bashbunny get stuck on line 15 (line 14 has been executed), my led stay in LED ATTACK forever. Seems that using the STRING command with symbol without quote make the bunny sick (i have made the test with others symbols). When trying to press the [<] key it the same it's stuck LED SETUP ATTACKMODE STORAGE HID LED ATTACK QUACK STRING Hello World Q ENTER QUACK STRING "Hello World" Q ENTER Q STRING Hello World Q ENTER Q STRING "Hello World" Q ENTER Q STRING "a" Q ENTER Q a Q ENTER Q STRING "<" Q ENTER Q < Q ENTER LED FINISH Is there something i miss understood or it's an issue ? Link to comment Share on other sites More sharing options...
dark_pyrro Posted July 29, 2023 Share Posted July 29, 2023 What happens if you use QUACK STRING < Link to comment Share on other sites More sharing options...
quentin_lamamy Posted July 29, 2023 Author Share Posted July 29, 2023 7 minutes ago, dark_pyrro said: What happens if you use QUACK STRING < As expected the same thing as Q STRING <, get stuck with my LED ATTACK Link to comment Share on other sites More sharing options...
quentin_lamamy Posted July 30, 2023 Author Share Posted July 30, 2023 What is the process to send this issue to support ? Issue on github ? Link to comment Share on other sites More sharing options...
dark_pyrro Posted July 30, 2023 Share Posted July 30, 2023 https://hak5.customerdesk.io/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.