Jump to content

[HELP] Multi key pressing on Ducky Script


sudo-root

Recommended Posts

Posted

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.

Posted
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.

Posted

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

 

 

Posted
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

Posted

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)

Posted

Hey, sorry for disrupting your conversation, but that is the wrong part of the forum. There is a Rubber Ducky section. Just saying...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...