Jump to content

[HELP] Multi key pressing on Ducky Script


sudo-root

Recommended Posts

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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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