Jump to content

Why does my rubber ducky just open windows 365 and lock my computer?


ITZV0LT

Recommended Posts

In the meantime, I'd suggest reading the documentation, and also use PayloadStudio which helps with the syntax

GUI r
cmd
ENTER
string "netsh wlan show profile"
ENTER

should be

GUI r
STRING cmd
ENTER
STRING netsh wlan show profile
ENTER

or, if using the Ducky Gen2

GUI r
STRINGLN cmd
STRINGLN netsh wlan show profile

also add a DELAY in the start (and possible also in the code as well so that the target computer is able to catch up with the tempo of the Ducky)

DELAY 3000

or, use the DETECT_READY extension

Link to comment
Share on other sites

To second dark_pyrro you need to give enough of a delay for the Run dialog and the Command Prompt window to open. It's probably trying to execute truncated bits of commands. It should work then, but you can also test typing manually, then building the Ducky payload. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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