sudo-root Posted March 17, 2020 Share Posted March 17, 2020 Hi! This is my first post here at hak5 forums.I have 2 problems which are as follows: Problem 1: My first problem is regarding Ducky script.I want to press the Ctrl key and SPACE key and X key simultaneously in Ducky Script.These keys are the shortcut key to maximize a Google Chrome Window. Problem 2: I want to write the Function key in ducky script.The F11 puts Google Chrome into Full Screen Mode.So,I want to write it into ducky script.I only want to write F11 key alone into ducky script no other key combo. Kindly Someone assist me with my problems. THANKS IN ADVANCE. Quote Link to comment Share on other sites More sharing options...
BlueWyvern Posted March 17, 2020 Share Posted March 17, 2020 for your first one, you can use ALT SPACE STRING X they are sequential in that manner not simultaneous as far as the single F key I believe it can be done by just having a line stating F11 There's a pretty good MarkDown page on Darren's Github https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript or you can look at other payloads https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads Quote Link to comment Share on other sites More sharing options...
sudo-root Posted March 17, 2020 Author Share Posted March 17, 2020 1 minute ago, BlueWyvern said: for your first one, you can use ALT SPACE STRING X they are sequential in that manner not simultaneous as far as the single F key I believe it can be done by just having a line stating F11 There's a pretty good MarkDown page on Darren's Github https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript or you can look at other payloads https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads I tried ALT SPACE STRING X But i don't need them in sequential i need them to be simultaneous.And i also tried F11 but did not worked. Quote Link to comment Share on other sites More sharing options...
BlueWyvern Posted March 17, 2020 Share Posted March 17, 2020 The first thing you mentioned was that you tried ctrl + space which to my knowledge is not a valid key combination with or without the X. for F11, I apologize as I was mistaken use KEY_F11 Quote Link to comment Share on other sites More sharing options...
sudo-root Posted March 17, 2020 Author Share Posted March 17, 2020 1 minute ago, BlueWyvern said: The first thing you mentioned was that you tried ctrl + space which to my knowledge is not a valid key combination with or without the X. for F11, I apologize as I was mistaken use KEY_F11 I am sorry it was my mistake i used ALT and space Quote Link to comment Share on other sites More sharing options...
BlueWyvern Posted March 17, 2020 Share Posted March 17, 2020 I can't currently test as my Rubby Ducky is "In the field" the only other thing that comes to mind would be to try ALT KEY_SPACE which would be using the key name in the keyboard.properties file (A-la the KEY_F11 thing) Quote Link to comment Share on other sites More sharing options...
sudo-root Posted March 17, 2020 Author Share Posted March 17, 2020 Thanks i used chrome /max in run command Quote Link to comment Share on other sites More sharing options...
sudo-root Posted March 17, 2020 Author Share Posted March 17, 2020 Please tell me one more thing: How to use ALT key and TAB key simultaneously? Quote Link to comment Share on other sites More sharing options...
BlueWyvern Posted March 17, 2020 Share Posted March 17, 2020 50 minutes ago, sudo-root said: Please tell me one more thing: How to use ALT key and TAB key simultaneously? ALT-TAB Quote Link to comment Share on other sites More sharing options...
kuyaya Posted March 17, 2020 Share Posted March 17, 2020 Hey, sorry for disrupting your conversation, but that is the wrong part of the forum. There is a Rubber Ducky section. Just saying... Quote Link to comment Share on other sites More sharing options...
Irukandji Posted March 18, 2020 Share Posted March 18, 2020 Please in this one https://forums.hak5.org/forum/56-usb-rubber-ducky/ Quote Link to comment Share on other sites More sharing options...
sudo-root Posted March 23, 2020 Author Share Posted March 23, 2020 Thanks to all of you guys.My issue is now resolved. 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.